org.infoglue.cms.util.workflow.hibernate
Class InfoglueHibernateWorkflowStore

java.lang.Object
  |
  +--com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
        |
        +--org.infoglue.cms.util.workflow.hibernate.InfoglueHibernateWorkflowStore
All Implemented Interfaces:
com.opensymphony.workflow.spi.WorkflowStore

public class InfoglueHibernateWorkflowStore
extends com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore

Quickfix


Constructor Summary
InfoglueHibernateWorkflowStore()
           
InfoglueHibernateWorkflowStore(net.sf.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(long entryId)
           
 void init(java.util.Map props)
           
 
Methods inherited from class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
createCurrentStep, createEntry, findCurrentSteps, findEntry, findHistorySteps, markFinished, moveToHistory, query, query, setEntryState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoglueHibernateWorkflowStore

public InfoglueHibernateWorkflowStore()

InfoglueHibernateWorkflowStore

public InfoglueHibernateWorkflowStore(net.sf.hibernate.SessionFactory sessionFactory)
                               throws com.opensymphony.workflow.StoreException
Method Detail

init

public void init(java.util.Map props)
          throws com.opensymphony.workflow.StoreException
Specified by:
init in interface com.opensymphony.workflow.spi.WorkflowStore
Overrides:
init in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
com.opensymphony.workflow.StoreException

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(long entryId)
Specified by:
getPropertySet in interface com.opensymphony.workflow.spi.WorkflowStore
Overrides:
getPropertySet in class com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore