com.opensymphony.workflow.spi.hibernate
Class HibernateCurrentStep
java.lang.Object
com.opensymphony.workflow.spi.hibernate.HibernateStep
com.opensymphony.workflow.spi.hibernate.HibernateCurrentStep
- All Implemented Interfaces:
- Step
public class HibernateCurrentStep
- extends HibernateStep
This class exists to seperate the persistence of the Steps.
By seperating out the Current Step from the Previous
�* Step classes, they can be easily written into seperate tables.
�* @see HibernateHistoryStep
| Methods inherited from class com.opensymphony.workflow.spi.hibernate.HibernateStep |
getActionId, getCaller, getDueDate, getEntry, getEntryId, getFinishDate, getId, getOwner, getPreviousStepIds, getPreviousSteps, getStartDate, getStatus, getStepId, setActionId, setCaller, setDueDate, setEntry, 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 |
HibernateCurrentStep
public HibernateCurrentStep()
HibernateCurrentStep
public HibernateCurrentStep(HibernateStep step)