com.opensymphony.workflow.spi.ejb
Interface HistoryStepLocal
- All Superinterfaces:
- AbstractLocalStep, EJBLocalObject
public interface HistoryStepLocal - extends EJBLocalObject, AbstractLocalStep
Local interface for HistoryStep.
- Author:
- Hani Suleiman, Pat Lightbody
getActionId
int getActionId()
- Specified by:
getActionId in interface AbstractLocalStep
getCaller
String getCaller()
- Specified by:
getCaller in interface AbstractLocalStep
getDueDate
Timestamp getDueDate()
- Specified by:
getDueDate in interface AbstractLocalStep
getEntryId
long getEntryId()
- Specified by:
getEntryId in interface AbstractLocalStep
getFinishDate
Timestamp getFinishDate()
- Specified by:
getFinishDate in interface AbstractLocalStep
getId
Long getId()
- Specified by:
getId in interface AbstractLocalStep
getOwner
String getOwner()
- Specified by:
getOwner in interface AbstractLocalStep
getStartDate
Timestamp getStartDate()
- Specified by:
getStartDate in interface AbstractLocalStep
getStatus
String getStatus()
- Specified by:
getStatus in interface AbstractLocalStep
getStepId
int getStepId()
- Specified by:
getStepId in interface AbstractLocalStep
|