Uses of Interface
de.xima.fc.interfaces.workflow.nodes.IFileProvidingNodeWithName
-
-
Uses of IFileProvidingNodeWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IFileProvidingNodeWithName Modifier and Type Method Description List<IFileProvidingNodeWithName>IWorkflowProvider. getNormalCompletionProvidingPredecessors()Returns a list of all predecessors of the currently selected node N, that have finished execution and that provide files.List<IFileProvidingNodeWithName>IWorkflowProvider. getNormalCompletionProvidingPredecessors(NodeKey key)Returns a list of all predecessors of the given node N that provide files.List<IFileProvidingNodeWithName>IWorkflowProvider. getProvidingParents()Returns a list of all nodes that are parents of the currently selected node n.List<IFileProvidingNodeWithName>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 IFileProvidingNodeWithName Modifier and Type Method Description List<IFileProvidingNodeWithName>WorkflowProviderBean. getNormalCompletionProvidingPredecessors()List<IFileProvidingNodeWithName>WorkflowProviderBean. getNormalCompletionProvidingPredecessors(NodeKey key)List<IFileProvidingNodeWithName>WorkflowProviderBean. getProvidingParents()List<IFileProvidingNodeWithName>WorkflowProviderBean. getProvidingParents(NodeKey key)List<IFileProvidingNodeWithName>WorkflowProviderBean. getProvidingPredecessors()Deprecated.List<IFileProvidingNodeWithName>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 IFileProvidingNodeWithName Modifier and Type Method Description static List<IFileProvidingNodeWithName>AssociateHelper. getFileProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)static List<IFileProvidingNodeWithName>AssociateHelper. getNormalCompletionProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)static List<IFileProvidingNodeWithName>AssociateHelper. getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, 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 IFileProvidingNodeWithName Modifier and Type Method Description static List<IFileProvidingNodeWithName>WorkflowProviderHelper. computeCompletionFileProvidingPredecessors(IBaseEnvironmentData 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, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)static List<IFileProvidingNodeWithName>WorkflowProviderHelper. computeFileProvidingNodeNamesForPrevious(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)static List<IFileProvidingNodeWithName>WorkflowProviderHelper. computeFileProvidingParents(WorkflowNode node, Mandant client, 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 IFileProvidingNodeWithName Modifier and Type Method Description List<IFileProvidingNodeWithName>ValidationWorkflowProvider. getNormalCompletionProvidingPredecessors()List<IFileProvidingNodeWithName>ValidationWorkflowProvider. getNormalCompletionProvidingPredecessors(NodeKey nodeKey)List<IFileProvidingNodeWithName>ValidationWorkflowProvider. getProvidingParents()List<IFileProvidingNodeWithName>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 Modifier and Type Class Description classFileProvidingNodeWithNamePOJO implementation ofIFileProvidingNodeWithName.
-