com.opensymphony.workflow.entry
Interface WorkflowEntry
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface WorkflowEntry
- extends javax.ejb.EJBObject
Remote interface for WorkflowEntry.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
finishStep
public void finishStep(long stepId,
long actionId,
com.opensymphony.module.user.User owner)
throws java.rmi.RemoteException
getCurrentStep
public Step getCurrentStep()
throws java.rmi.RemoteException
getId
public java.lang.Long getId()
throws java.rmi.RemoteException
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
throws java.rmi.RemoteException
getWorkflowName
public java.lang.String getWorkflowName()
throws java.rmi.RemoteException
initializeStep
public void initializeStep(long stepId)
throws java.rmi.RemoteException
initializeStep
public void initializeStep(long stepId,
com.opensymphony.module.user.User owner)
throws java.rmi.RemoteException
newStep
public void newStep(long stepId,
long actionId)
throws java.rmi.RemoteException
newStep
public void newStep(long stepId,
long actionId,
com.opensymphony.module.user.User owner)
throws java.rmi.RemoteException