|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowDefinitionException | |
---|---|
info.magnolia.module.workflow | |
info.magnolia.module.workflow.commands | |
info.magnolia.module.workflow.flows | |
info.magnolia.module.workflow.pages |
Uses of FlowDefinitionException in info.magnolia.module.workflow |
---|
Methods in info.magnolia.module.workflow that throw FlowDefinitionException | |
---|---|
static void |
WorkflowUtil.launchFlow(openwfe.org.engine.workitem.LaunchItem li,
String flowName)
Start a flow. |
Uses of FlowDefinitionException in info.magnolia.module.workflow.commands |
---|
Methods in info.magnolia.module.workflow.commands that throw FlowDefinitionException | |
---|---|
boolean |
FlowCommand.execute(Context ctx)
|
Uses of FlowDefinitionException in info.magnolia.module.workflow.flows |
---|
Methods in info.magnolia.module.workflow.flows that throw FlowDefinitionException | |
---|---|
void |
FlowDefinitionManager.configure(openwfe.org.engine.workitem.LaunchItem launchItem,
String workflowName)
Configure the launchItem, so that it will use the workflow. |
void |
DefaultFlowDefinitionManager.configure(openwfe.org.engine.workitem.LaunchItem launchItem,
String workflowName)
|
protected String |
DefaultFlowDefinitionManager.extractWorkflowName(String definition)
|
List |
FlowDefinitionManager.getDefinitionNames()
List all available workflow names. |
String |
FlowDefinitionManager.readDefinition(String workflowName)
Read the workflow definition stored with this name. |
String |
DefaultFlowDefinitionManager.readDefinition(String workflowName)
|
void |
FlowDefinitionManager.saveDefinition(String definition)
The flow name gets extracted out of the workflow definition. |
void |
DefaultFlowDefinitionManager.saveDefinition(String definition)
|
protected void |
DefaultFlowDefinitionManager.saveDefinition(String workflowName,
String definition)
|
Uses of FlowDefinitionException in info.magnolia.module.workflow.pages |
---|
Methods in info.magnolia.module.workflow.pages that throw FlowDefinitionException | |
---|---|
List |
WorkflowUtilPage.getFlowList()
|
String |
WorkflowUtilPage.showFlow()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |