com.opensymphony.workflow.step
Interface Step
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface Step
- extends javax.ejb.EJBObject
Remote interface for Step.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getActionId
public java.lang.Long getActionId()
throws java.rmi.RemoteException
getEntryId
public java.lang.Long getEntryId()
throws java.rmi.RemoteException
getFinishDate
public java.util.Date getFinishDate()
throws java.rmi.RemoteException
getId
public java.lang.Long getId()
throws java.rmi.RemoteException
getNext
public Step getNext()
throws java.rmi.RemoteException
getOwner
public com.opensymphony.module.user.User getOwner()
throws java.rmi.RemoteException
getPrevious
public Step getPrevious()
throws java.rmi.RemoteException
getStartDate
public java.util.Date getStartDate()
throws java.rmi.RemoteException
getStepId
public java.lang.Long getStepId()
throws java.rmi.RemoteException
isFinished
public boolean isFinished()
throws java.rmi.RemoteException
isQueued
public boolean isQueued()
throws java.rmi.RemoteException
isStatus
public boolean isStatus(int status)
throws java.rmi.RemoteException
isUnderway
public boolean isUnderway()
throws java.rmi.RemoteException
markFinished
public void markFinished()
throws java.rmi.RemoteException
- markUnderway MUST be called first
markUnderway
public void markUnderway(com.opensymphony.module.user.User owner)
throws java.rmi.RemoteException
setActionId
public void setActionId(java.lang.Long id)
throws java.rmi.RemoteException
setNextId
public void setNextId(java.lang.Long id)
throws java.rmi.RemoteException