com.opensymphony.workflow.spi.hibernate
Class HibernateCurrentStep

java.lang.Object
  extended by com.opensymphony.workflow.spi.hibernate.HibernateStep
      extended by 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


Constructor Summary
HibernateCurrentStep()
           
HibernateCurrentStep(HibernateStep step)
           
 
Method Summary
 
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
 

Constructor Detail

HibernateCurrentStep

public HibernateCurrentStep()

HibernateCurrentStep

public HibernateCurrentStep(HibernateStep step)

OpenSymphony Workflow Project Page