Package org.ametys.web.workflow
Class DefaultWspAvalonJackrabbitWorkflowStore
- java.lang.Object
-
- org.ametys.plugins.workflow.store.AbstractJackrabbitWorkflowStore
-
- org.ametys.plugins.workflow.store.GenericWorkflowStore
-
- org.ametys.plugins.workflow.store.AvalonJackrabbitWorkflowStore
-
- org.ametys.web.workflow.DefaultWspAvalonJackrabbitWorkflowStore
-
- All Implemented Interfaces:
com.opensymphony.workflow.spi.WorkflowStore
,AmetysWorkflowStore
,Disposable
,Initializable
,Component
,Serviceable
,ThreadSafe
public class DefaultWspAvalonJackrabbitWorkflowStore extends AvalonJackrabbitWorkflowStore
AvalonJackrabbitWorkflowStore
which always uses the default workspace.
-
-
Field Summary
-
Fields inherited from class org.ametys.plugins.workflow.store.AvalonJackrabbitWorkflowStore
_manager
-
Fields inherited from class org.ametys.plugins.workflow.store.AbstractJackrabbitWorkflowStore
__NAMESPACE, __NAMESPACE_PREFIX, __NM_PREFIX, __ROOT_NT, _log, _repository
-
-
Constructor Summary
Constructors Constructor Description DefaultWspAvalonJackrabbitWorkflowStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Session
_getSession()
Open a session to the _repository.-
Methods inherited from class org.ametys.plugins.workflow.store.AvalonJackrabbitWorkflowStore
dispose, initialize, service
-
Methods inherited from class org.ametys.plugins.workflow.store.GenericWorkflowStore
_createRootNode, _getEntryHash, _getOrCreateParentEntryNode, _getRootNode, shouldClearHistory
-
Methods inherited from class org.ametys.plugins.workflow.store.AbstractJackrabbitWorkflowStore
__toCalendar, _getNextEntryId, _getNextStepId, _release, buildFieldExpression, buildNestedExpression, clearHistory, createCurrentStep, createEntry, deleteInstance, findCurrentSteps, findEntry, findHistorySteps, getCondition, getEntryNode, getFirstFieldExpression, getPredicate, getPropertyName, getPropertySet, getSortCriteria, init, markFinished, moveToHistory, query, query, removeEntry, setEntryState, storeNewEntry, translateValue
-
-
-
-
Constructor Detail
-
DefaultWspAvalonJackrabbitWorkflowStore
public DefaultWspAvalonJackrabbitWorkflowStore()
-
-
Method Detail
-
_getSession
protected Session _getSession() throws RepositoryException
Description copied from class:AbstractJackrabbitWorkflowStore
Open a session to the _repository.- Overrides:
_getSession
in classAbstractJackrabbitWorkflowStore
- Returns:
- the session opened.
- Throws:
RepositoryException
- if an error occurs.
-
-