Uses of Class
de.xima.fc.exceptions.WorkflowAnalysisException
-
Packages that use WorkflowAnalysisException Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow.processor.logic.analysis -
-
Uses of WorkflowAnalysisException in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that throw WorkflowAnalysisException Modifier and Type Method Description IFlowGraphEndPoints
ICreateFlowGraphContext. createFlowGraph(TElement node)
Creates the flow graph for the given node and return its end points.<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.IFlowGraphEndPoints
ICreateFlowGraphContext. createFlowGraphForChild(TElement parent, int childIndex)
Creates the flow graph for the given node and return its end points. -
Uses of WorkflowAnalysisException in de.xima.fc.interfaces.workflow.mixin
-
Uses of WorkflowAnalysisException in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis that throw WorkflowAnalysisException Modifier and Type Method Description static WorkflowFlowAnalysis
WorkflowFlowAnalysis. analyzeProcess(WorkflowProcess process, Mandant client)
Analyzes the execution of all tasks of the given workflow process.static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis. analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement,UUID> treeAccessor, Mandant client)
Analyzes the execution of a single task.static WorkflowFlowAnalysis
WorkflowFlowAnalysis. analyzeTask(WorkflowTask task, Mandant client)
Analyzes the execution of a single task.<TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFallbackExecutionAnalyzer. createFlowGraph(ICreateFlowGraphParams<Object,TElement> params)
-