info.magnolia.module.workflow
Class WorkflowModule
java.lang.Object
info.magnolia.module.workflow.WorkflowModule
- All Implemented Interfaces:
- ModuleLifecycle
public class WorkflowModule
- extends java.lang.Object
- implements ModuleLifecycle
Module "workflow" entry class.
- Version:
- 3.0
- Author:
- Sameer Charles, Fabrizio Giustina, Nicolas Modrzyk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowModule
public WorkflowModule()
start
public void start(ModuleLifecycleContext moduleLifecycleContext)
- Specified by:
start
in interface ModuleLifecycle
stop
public void stop(ModuleLifecycleContext moduleLifecycleContext)
- Specified by:
stop
in interface ModuleLifecycle
startEngine
protected void startEngine()
initializeWorkItemStore
protected void initializeWorkItemStore()
getEngine
public static JCRPersistedEngine getEngine()
- return the global work flow engine.
getWorkItemStore
public static JCRWorkItemStore getWorkItemStore()
- return the global work flow engine.
getFlowDefinitionManager
public static FlowDefinitionManager getFlowDefinitionManager()
isBackupWorkItems
public boolean isBackupWorkItems()
setBackupWorkItems
public void setBackupWorkItems(boolean backupWorkItems)
isUseLifeTimeJCRSession
public boolean isUseLifeTimeJCRSession()
setUseLifeTimeJCRSession
public void setUseLifeTimeJCRSession(boolean useLifeTimeJCRSession)
isCleanup
public boolean isCleanup()
setCleanup
public void setCleanup(boolean cleanup)
getInstance
public static WorkflowModule getInstance()
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.