com.opensymphony.workflow.spi.hibernate3
Class HibernateWorkflowStore
java.lang.Object
com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore
com.opensymphony.workflow.spi.hibernate3.HibernateWorkflowStore
- All Implemented Interfaces:
- WorkflowStore
public class HibernateWorkflowStore
- extends AbstractHibernateWorkflowStore
- Author:
- masini
New Refactored Hibernate Store.
Look at @link NewHibernateFunctionalWorkflowTestCase for a use case.
| Methods inherited from class com.opensymphony.workflow.spi.hibernate3.AbstractHibernateWorkflowStore |
createCurrentStep, createEntry, delete, findCurrentSteps, findEntry, findHistorySteps, getCacheRegion, getExpression, getPropertySet, getPropertySetDelegate, isCacheable, loadEntry, markFinished, moveToHistory, query, query, save, setCacheable, setCacheRegion, setEntryState, setPropertySetDelegate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateWorkflowStore
public HibernateWorkflowStore()
init
public void init(Map props)
throws StoreException
- Description copied from interface:
WorkflowStore
- Called once when the store is first created.
- Parameters:
props - properties set in osworkflow.xml
- Throws:
StoreException
execute
protected Object execute(AbstractHibernateWorkflowStore.InternalCallback action)
throws StoreException
- Specified by:
execute in class AbstractHibernateWorkflowStore
- Throws:
StoreException