Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IWorkflowFlowAnalysis
-
-
Uses of IWorkflowFlowAnalysis in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return IWorkflowFlowAnalysis Modifier and Type Method Description IWorkflowFlowAnalysis
IWorkflowGlobalHandlerValidationContext. getFlowAnalysis()
-
Uses of IWorkflowFlowAnalysis in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type IWorkflowFlowAnalysis Modifier and Type Method Description static List<INodeWithName>
WorkflowProviderHelper. computePredecessors(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index)
Finds all previous nodes for the given target node.static List<NodeKey>
WorkflowProviderHelper. computeProvidingPredecessors(Mandant client, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey,NodeModel> index)
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)
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 IWorkflowFlowAnalysis Modifier and Type Class Description class
WorkflowFlowAnalysis
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 Modifier and Type Method Description IWorkflowFlowAnalysis
DefaultWorkflowValidationContext. getFlowAnalysis()
-