com.opensymphony.workflow.spi.ojb
Class OJBCurrentStep

java.lang.Object
  extended by com.opensymphony.workflow.spi.ojb.OJBStep
      extended by com.opensymphony.workflow.spi.ojb.OJBCurrentStep
All Implemented Interfaces:
Step

public class OJBCurrentStep
extends OJBStep

Author:
picard Created on 9 sept. 2003

Constructor Summary
OJBCurrentStep()
           
OJBCurrentStep(OJBStep step)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.spi.ojb.OJBStep
getActionId, getCaller, getDueDate, getEntry, getEntryId, getFinishDate, getId, getOwner, getPreviousStepIds, getPreviousSteps, getStartDate, getStatus, getStepId, setActionId, setCaller, setDueDate, setEntry, setEntryId, setFinishDate, setId, setOwner, setPreviousSteps, setStartDate, setStatus, setStepId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OJBCurrentStep

public OJBCurrentStep()

OJBCurrentStep

public OJBCurrentStep(OJBStep step)

OpenSymphony Workflow Project Page