com.opensymphony.workflow.spi.ejb
Interface HistoryStepLocal

All Superinterfaces:
AbstractLocalStep, javax.ejb.EJBLocalObject

public interface HistoryStepLocal
extends javax.ejb.EJBLocalObject, AbstractLocalStep

Local interface for HistoryStep.

Author:
Hani Suleiman, Pat Lightbody

Method Summary
 int getActionId()
           
 String getCaller()
           
 Timestamp getDueDate()
           
 long getEntryId()
           
 Timestamp getFinishDate()
           
 Long getId()
           
 String getOwner()
           
 Timestamp getStartDate()
           
 String getStatus()
           
 int getStepId()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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

OpenSymphony Workflow Project Page