Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IWorkflowFlowAnalysis
Packages that use IWorkflowFlowAnalysis
Package
Description
-
Uses of IWorkflowFlowAnalysis in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowFlowAnalysisModifier and TypeMethodDescriptionIWorkflowBpmnModelContext.flowAnalysis()The flow analysis of allprocessing chainsin the workflow. -
Uses of IWorkflowFlowAnalysis in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return IWorkflowFlowAnalysis -
Uses of IWorkflowFlowAnalysis in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type IWorkflowFlowAnalysisModifier and TypeMethodDescriptionWorkflowProviderHelper.computeCompletionAttachmentProvidingPredecessors(Mandant client, Projekt project, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.static List<INodeWithName> WorkflowProviderHelper.computeCompletionAttachmentProvidingPredecessors(IBaseWorkflowEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, WorkflowElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.WorkflowProviderHelper.computeCompletionFileProvidingPredecessors(Mandant client, Projekt project, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter) Finds all previous nodes that have finished execution and that can provide files for the given target node.static List<IFileProvidingNodeWithName> WorkflowProviderHelper.computeCompletionFileProvidingPredecessors(IBaseWorkflowEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, WorkflowElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes that have finished execution and that can provide files for the given target node.WorkflowProviderHelper.computeCompletionPredecessors(IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node, that have finished execution.static List<INodeWithName> WorkflowProviderHelper.computeCompletionPredecessors(IBaseWorkflowEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, WorkflowElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node, that have finished execution. -
Uses of IWorkflowFlowAnalysis in de.xima.fc.workflow.processor.logic.analysis
Classes in de.xima.fc.workflow.processor.logic.analysis that implement IWorkflowFlowAnalysisModifier and TypeClassDescriptionfinal classImplementation ofIWorkflowFlowAnalysisthat analyzes the execution of a workflow task or process. -
Uses of IWorkflowFlowAnalysis in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return IWorkflowFlowAnalysis