com.ibm.b2bi.bfm.ejb
Interface WWFQuery


public interface WWFQuery
extends javax.ejb.EJBObject

This class is a Remote Interface to WWFQueryBean. It is strictly recommended NOT to use the remote methods on the bean, the remote methods are being used internally by WWFServices.


Method Summary
 java.util.Vector getWorkItems(java.lang.String instanceName, java.lang.String activityName, boolean bRole)
          DO NOT use this method, this method is meant for WWFServices to use internally.
 java.util.Vector getWorkItems(java.lang.String user, java.lang.String templateName, java.lang.String activityName, java.lang.String state, boolean bRole)
          DO NOT use this method, this method is meant for WWFServices to use internally.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getWorkItems

public java.util.Vector getWorkItems(java.lang.String user,
                                     java.lang.String templateName,
                                     java.lang.String activityName,
                                     java.lang.String state,
                                     boolean bRole)
                              throws java.rmi.RemoteException
DO NOT use this method, this method is meant for WWFServices to use internally.

getWorkItems

public java.util.Vector getWorkItems(java.lang.String instanceName,
                                     java.lang.String activityName,
                                     boolean bRole)
                              throws java.rmi.RemoteException
DO NOT use this method, this method is meant for WWFServices to use internally.