com.opensymphony.workflow.persistence.ejb
Class EJBWorkflowEntry
java.lang.Object
|
+--com.opensymphony.workflow.persistence.ejb.EJBWorkflowEntry
- All Implemented Interfaces:
- WorkflowEntry
- public class EJBWorkflowEntry
- extends java.lang.Object
- implements WorkflowEntry
- Version:
- $Revision: 1.7 $
- Author:
- Patrick Lightbody
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBWorkflowEntry
public EJBWorkflowEntry(WorkflowEntryRemote entry)
finishStep
public void finishStep(int stepId,
int actionId,
com.opensymphony.module.user.User owner)
- Specified by:
finishStep
in interface WorkflowEntry
getCurrentStep
public Step getCurrentStep()
- Specified by:
getCurrentStep
in interface WorkflowEntry
getId
public long getId()
- Specified by:
getId
in interface WorkflowEntry
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
- Specified by:
getPropertySet
in interface WorkflowEntry
getWorkflowName
public java.lang.String getWorkflowName()
- Specified by:
getWorkflowName
in interface WorkflowEntry
initializeStep
public void initializeStep(int stepId)
- Specified by:
initializeStep
in interface WorkflowEntry
initializeStep
public void initializeStep(int stepId,
com.opensymphony.module.user.User owner)
- Specified by:
initializeStep
in interface WorkflowEntry
newStep
public void newStep(int stepId,
int actionId)
- Specified by:
newStep
in interface WorkflowEntry
newStep
public void newStep(int stepId,
int actionId,
com.opensymphony.module.user.User owner)
- Specified by:
newStep
in interface WorkflowEntry