com.opensymphony.workflow.spi.ejb
Interface AbstractLocalStep
- All Known Subinterfaces:
- CurrentStepLocal, HistoryStepLocal
public interface AbstractLocalStep
Remote interface for steps. Used to encapsulate common methods between history and current steps.
- Version:
- $Revision: 1.2 $
- Author:
- Hani Suleiman
getActionId
int getActionId()
getCaller
String getCaller()
getDueDate
Timestamp getDueDate()
getEntryId
long getEntryId()
getFinishDate
Timestamp getFinishDate()
getId
Long getId()
getOwner
String getOwner()
getStartDate
Timestamp getStartDate()
getStatus
String getStatus()
getStepId
int getStepId()
|