Uses of Class
info.magnolia.module.workflow.flows.FlowDefinitionException

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(info.magnolia.context.Context ctx)
           
 

Uses of FlowDefinitionException in info.magnolia.module.workflow.flows
 

Methods in info.magnolia.module.workflow.flows that throw FlowDefinitionException
 void DefaultFlowDefinitionManager.configure(openwfe.org.engine.workitem.LaunchItem launchItem, String workflowName)
           
 void FlowDefinitionManager.configure(openwfe.org.engine.workitem.LaunchItem launchItem, String workflowName)
          Configure the launchItem, so that it will use the workflow.
protected  String DefaultFlowDefinitionManager.extractWorkflowName(String definition)
           
 List FlowDefinitionManager.getDefinitionNames()
          List all available workflow names.
 String DefaultFlowDefinitionManager.readDefinition(String workflowName)
           
 String FlowDefinitionManager.readDefinition(String workflowName)
          Read the workflow definition stored with this name.
 void DefaultFlowDefinitionManager.saveDefinition(String definition)
           
 void FlowDefinitionManager.saveDefinition(String definition)
          The flow name gets extracted out of the workflow 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()
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.