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 The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.workflow.designer.registry.nodes 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.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type ICreateFlowGraphParams Modifier and Type Method Description <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFcEmptyHandler. createFlowGraph(ICreateFlowGraphParams<FcEmptyProps,TElement> params)
-
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)
-