com.opensymphony.workflow.spi.ojb
Class OJBWorkflowEntry

java.lang.Object
  extended by com.opensymphony.workflow.spi.ojb.OJBWorkflowEntry
All Implemented Interfaces:
WorkflowEntry

public class OJBWorkflowEntry
extends Object
implements WorkflowEntry

Author:
picard Created on 9 sept. 2003

Field Summary
 
Fields inherited from interface com.opensymphony.workflow.spi.WorkflowEntry
ACTIVATED, COMPLETED, CREATED, KILLED, SUSPENDED, UNKNOWN
 
Constructor Summary
OJBWorkflowEntry()
           
 
Method Summary
 List getCurrentSteps()
           
 List getHistorySteps()
           
 long getId()
          Returns the unique ID of the workflow entry.
 int getState()
           
 String getWorkflowName()
          Returns the name of the workflow that this entry is an instance of.
 boolean isInitialized()
          Returns true if the workflow entry has been initialized.
 void setCurrentSteps(List list)
           
 void setHistorySteps(List list)
           
 void setId(long l)
           
 void setState(int state)
           
 void setWorkflowName(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OJBWorkflowEntry

public OJBWorkflowEntry()
Method Detail

setCurrentSteps

public void setCurrentSteps(List list)

getCurrentSteps

public List getCurrentSteps()

setHistorySteps

public void setHistorySteps(List list)

getHistorySteps

public List getHistorySteps()

setId

public void setId(long l)

getId

public long getId()
Description copied from interface: WorkflowEntry
Returns the unique ID of the workflow entry.

Specified by:
getId in interface WorkflowEntry

isInitialized

public boolean isInitialized()
Description copied from interface: WorkflowEntry
Returns true if the workflow entry has been initialized.

Specified by:
isInitialized in interface WorkflowEntry

setState

public void setState(int state)

getState

public int getState()
Specified by:
getState in interface WorkflowEntry

setWorkflowName

public void setWorkflowName(String string)

getWorkflowName

public String getWorkflowName()
Description copied from interface: WorkflowEntry
Returns the name of the workflow that this entry is an instance of.

Specified by:
getWorkflowName in interface WorkflowEntry

OpenSymphony Workflow Project Page