com.opensymphony.workflow.persistence.ejb
Class EJBStep
java.lang.Object
|
+--com.opensymphony.workflow.persistence.ejb.EJBStep
- All Implemented Interfaces:
- Step
- public class EJBStep
- extends java.lang.Object
- implements Step
- Version:
- $Revision: 1.6 $
- Author:
- Patrick Lightbody
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBStep
public EJBStep(StepRemote step)
getActionId
public int getActionId()
- Specified by:
getActionId
in interface Step
getEntryId
public long getEntryId()
- Specified by:
getEntryId
in interface Step
getFinishDate
public java.util.Date getFinishDate()
- Specified by:
getFinishDate
in interface Step
getId
public long getId()
- Specified by:
getId
in interface Step
getOwner
public com.opensymphony.module.user.User getOwner()
- Specified by:
getOwner
in interface Step
getPrevious
public Step getPrevious()
- Specified by:
getPrevious
in interface Step
getStartDate
public java.util.Date getStartDate()
- Specified by:
getStartDate
in interface Step
getStepId
public int getStepId()
- Specified by:
getStepId
in interface Step
isFinished
public boolean isFinished()
- Specified by:
isFinished
in interface Step
isQueued
public boolean isQueued()
- Specified by:
isQueued
in interface Step
isStatus
public boolean isStatus(int status)
- Specified by:
isStatus
in interface Step
isUnderway
public boolean isUnderway()
- Specified by:
isUnderway
in interface Step
markFinished
public void markFinished()
- Description copied from interface:
Step
- markUnderway MUST be called first
- Specified by:
markFinished
in interface Step
markUnderway
public void markUnderway(com.opensymphony.module.user.User owner)
- Specified by:
markUnderway
in interface Step
setActionId
public void setActionId(int id)
- Specified by:
setActionId
in interface Step