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

java.lang.Object
  extended by com.opensymphony.workflow.spi.hibernate.HibernateWorkflowStore
      extended by 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
clone, equals, finalize, 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
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
Throws:
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


Copyright © 2005 InfoGlue.org All Rights Reserved.