Uses of Interface
de.xima.fc.interfaces.workflow.nodes.IFileProvidingNodeWithName
Packages that use IFileProvidingNodeWithName
Package
Description
-
Uses of IFileProvidingNodeWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IFileProvidingNodeWithNameModifier and TypeMethodDescriptionIWorkflowProvider.getNormalCompletionProvidingPredecessors()Returns a list of all predecessors of the currently selected node N, that have finished execution and that provide files.IWorkflowProvider.getNormalCompletionProvidingPredecessors(NodeKey key) Returns a list of all predecessors of the given node N that provide files.IWorkflowProvider.getProvidingParents()Returns a list of all nodes that are parents of the currently selected node n.IWorkflowProvider.getProvidingParents(NodeKey nodeKey) Returns a list of all nodes that are parents of the given node and that provides or creates files, seegetFileValueDescriptor).default List<IFileProvidingNodeWithName> IWorkflowProvider.getProvidingPredecessors()Deprecated.default List<IFileProvidingNodeWithName> IWorkflowProvider.getProvidingPredecessors(NodeKey key) Deprecated. -
Uses of IFileProvidingNodeWithName in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type IFileProvidingNodeWithNameModifier and TypeMethodDescriptionWorkflowProviderBean.getNormalCompletionProvidingPredecessors()WorkflowProviderBean.getNormalCompletionProvidingPredecessors(NodeKey key) WorkflowProviderBean.getProvidingParents()WorkflowProviderBean.getProvidingParents(NodeKey key) WorkflowProviderBean.getProvidingPredecessors()Deprecated.WorkflowProviderBean.getProvidingPredecessors(NodeKey key) Deprecated. -
Uses of IFileProvidingNodeWithName in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type IFileProvidingNodeWithNameModifier and TypeMethodDescriptionstatic List<IFileProvidingNodeWithName> AssociateHelper.getFileProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getNormalCompletionProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) -
Uses of IFileProvidingNodeWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type IFileProvidingNodeWithNameModifier and TypeMethodDescriptionstatic 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.static List<IFileProvidingNodeWithName> WorkflowProviderHelper.computeFileProvidingNodeNamesForCurrent(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys) static List<IFileProvidingNodeWithName> WorkflowProviderHelper.computeFileProvidingNodeNamesForPrevious(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys) static List<IFileProvidingNodeWithName> WorkflowProviderHelper.computeFileProvidingParents(WorkflowNode node, Mandant client, Projekt project, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index) Finds all parent nodes for the given target node and that can provide files to the given node, viaIExecutionResultDescriptor.getCurrentFileValueDescriptor(). -
Uses of IFileProvidingNodeWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type IFileProvidingNodeWithNameModifier and TypeMethodDescriptionValidationWorkflowProvider.getNormalCompletionProvidingPredecessors()ValidationWorkflowProvider.getNormalCompletionProvidingPredecessors(NodeKey nodeKey) ValidationWorkflowProvider.getProvidingParents()ValidationWorkflowProvider.getProvidingParents(NodeKey nodeKey) -
Uses of IFileProvidingNodeWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IFileProvidingNodeWithName
IWorkflowProvider.getNormalCompletionProvidingPredecessors().