|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.b2bi.bfm.ejb.WWFQueryBean
WWFQuery is a stateless session bean that provides as an helper class for WWFServices. It is strictly recommended NOT to use the remote methods on the bean, the remote methods are being used internally by WWFServices. This class contains implementation code.
Constructor Summary | |
WWFQueryBean()
|
Method Summary | |
void |
ejbActivate()
ejbActivate method comment |
void |
ejbCreate()
ejbCreate method comment |
void |
ejbPassivate()
ejbPassivate method comment |
void |
ejbRemove()
ejbRemove method comment |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext method comment |
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. |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext method comment |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public WWFQueryBean()
Method Detail |
public void ejbActivate() throws java.rmi.RemoteException
public void ejbCreate() throws javax.ejb.CreateException, java.rmi.RemoteException
public void ejbPassivate() throws java.rmi.RemoteException
public void ejbRemove() throws java.rmi.RemoteException
public javax.ejb.SessionContext getSessionContext()
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
public java.util.Vector getWorkItems(java.lang.String instanceName, java.lang.String activityName, boolean bRole) throws java.rmi.RemoteException
public void setSessionContext(javax.ejb.SessionContext ctx) throws java.rmi.RemoteException
ctx
- javax.ejb.SessionContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |