|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.workflow.WorkflowModule
public class WorkflowModule
Module "workflow" entry class.
Constructor Summary | |
---|---|
WorkflowModule()
|
Method Summary | |
---|---|
void |
addShowFunction(String repository,
String showFunction)
|
static JCRPersistedEngine |
getEngine()
return the global work flow engine. |
static FlowDefinitionManager |
getFlowDefinitionManager()
|
static WorkflowModule |
getInstance()
Deprecated. since 4.5, use IoC ! |
Map<String,String> |
getShowFunctions()
|
static JCRWorkItemStore |
getWorkItemStore()
return the global work flow engine. |
protected void |
initializeWorkItemStore()
|
boolean |
isBackupWorkItems()
|
boolean |
isCleanup()
|
boolean |
isUseLifeTimeJCRSession()
|
void |
setBackupWorkItems(boolean backupWorkItems)
|
void |
setCleanup(boolean cleanup)
|
void |
setShowFunctions(Map<String,String> showFunctions)
|
void |
setUseLifeTimeJCRSession(boolean useLifeTimeJCRSession)
|
void |
start(ModuleLifecycleContext moduleLifecycleContext)
|
protected void |
startEngine()
|
void |
stop(ModuleLifecycleContext moduleLifecycleContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowModule()
Method Detail |
---|
public void start(ModuleLifecycleContext moduleLifecycleContext)
start
in interface ModuleLifecycle
public void stop(ModuleLifecycleContext moduleLifecycleContext)
stop
in interface ModuleLifecycle
protected void startEngine()
protected void initializeWorkItemStore()
public static JCRPersistedEngine getEngine()
public static JCRWorkItemStore getWorkItemStore()
public static FlowDefinitionManager getFlowDefinitionManager()
public boolean isBackupWorkItems()
public void setBackupWorkItems(boolean backupWorkItems)
public boolean isUseLifeTimeJCRSession()
public void setUseLifeTimeJCRSession(boolean useLifeTimeJCRSession)
public boolean isCleanup()
public void setCleanup(boolean cleanup)
public Map<String,String> getShowFunctions()
public void setShowFunctions(Map<String,String> showFunctions)
public void addShowFunction(String repository, String showFunction)
public static WorkflowModule getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |