Uses of Interface
de.xima.fc.interfaces.workflow.params.ICreateFlowGraphParams
- 
Packages that use ICreateFlowGraphParams Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow.processor.logic.analysis  - 
- 
Uses of ICreateFlowGraphParams in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type ICreateFlowGraphParams Modifier and Type Method Description <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIWorkflowNodeFlowAnalyzer. createFlowGraph(ICreateFlowGraphParams<TData,TElement> params)This method is used to create the flow graph that represents the control flow of a workflow task, and to determine the end points of the node when executed. - 
Uses of ICreateFlowGraphParams in de.xima.fc.interfaces.workflow.mixin
 - 
Uses of ICreateFlowGraphParams in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type ICreateFlowGraphParams Modifier and Type Method Description <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFallbackExecutionAnalyzer. createFlowGraph(ICreateFlowGraphParams<Object,TElement> params) 
 -