com.opensymphony.workflow.persistence.ejb.step
Interface StepRemote
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface StepRemote
- extends javax.ejb.EJBObject
- Version:
- $Revision: 1.4 $
- Author:
- Patrick Lightbody
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.sql.Timestamp getFinishDate()
throws java.rmi.RemoteException
getId
public java.lang.Long getId()
throws java.rmi.RemoteException
getOwner
public com.opensymphony.module.user.User getOwner()
throws java.rmi.RemoteException
getPrevious
public StepRemote getPrevious()
throws java.rmi.RemoteException
getStartDate
public java.sql.Timestamp 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