Uses of Class
de.xima.fc.exceptions.WorkflowAnalysisException
Packages that use WorkflowAnalysisException
Package
Description
- 
Uses of WorkflowAnalysisException in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that throw WorkflowAnalysisExceptionModifier and TypeMethodDescriptionICreateFlowGraphContext.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, and to determine the end points of the node when executed.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
Methods in de.xima.fc.interfaces.workflow.mixin that throw WorkflowAnalysisExceptionModifier and TypeMethodDescriptiondefault <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeActionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeBinarySelectionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeExceptionHandlerNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeMultiSwitchNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturningActionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturnNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeSequenceNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeThrowNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params)  - 
Uses of WorkflowAnalysisException in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis that throw WorkflowAnalysisExceptionModifier and TypeMethodDescriptionstatic WorkflowFlowAnalysisWorkflowFlowAnalysis.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 WorkflowFlowAnalysisWorkflowFlowAnalysis.analyzeTask(WorkflowTask task, Mandant client) Analyzes the execution of a single task.<TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFallbackExecutionAnalyzer.createFlowGraph(ICreateFlowGraphParams<Object, TElement> params)