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

Method Summary
 int getActionId()
           
 String getCaller()
           
 Timestamp getDueDate()
           
 long getEntryId()
           
 Timestamp getFinishDate()
           
 Long getId()
           
 String getOwner()
           
 Timestamp getStartDate()
           
 String getStatus()
           
 int getStepId()
           
 

Method Detail

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()

OpenSymphony Workflow Project Page