com.opensymphony.workflow.spi.ojb
Class OJBHistoryStep

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

public class OJBHistoryStep
extends OJBStep

Author:
picard Created on 10 sept. 2003

Constructor Summary
OJBHistoryStep()
           
OJBHistoryStep(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

OJBHistoryStep

public OJBHistoryStep()

OJBHistoryStep

public OJBHistoryStep(OJBStep step)

OpenSymphony Workflow Project Page