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.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.computeAttachmentProvidingPredecessors
(Mandant client, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, NodeModel> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.static List<INodeWithName>
WorkflowProviderHelper.computeAttachmentProvidingPredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.static List<INodeWithName>
WorkflowProviderHelper.computePredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node.WorkflowProviderHelper.computeProvidingPredecessors
(Mandant client, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, NodeModel> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide files for the given target node.static List<INodeWithName>
WorkflowProviderHelper.computeProvidingPredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide files for the given target node. -
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 class
Implementation ofIWorkflowFlowAnalysis
that 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