Uses of Interface
de.xima.fc.interfaces.workflow.nodes.INodeWithName
-
-
Uses of INodeWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type INodeWithName Modifier and Type Method Description List<INodeWithName>
IWorkflowProvider. getAllNodesOfType(String type)
List<INodeWithName>
IWorkflowProvider. getNormalCompletionAttachmentProvidingPredecessors()
Returns a list of all predecessors of the currently selected node N, that have finished execution and that provide attachments.List<INodeWithName>
IWorkflowProvider. getNormalCompletionAttachmentProvidingPredecessors(NodeKey key)
Returns a list of all predecessors of the given node N, that have finished execution and that provide attachments.List<INodeWithName>
IWorkflowProvider. getNormalCompletionPredecessors()
List<INodeWithName>
IWorkflowProvider. getNormalCompletionPredecessors(NodeKey key)
List<INodeWithName>
IWorkflowProvider. getNormalCompletionProvidingPredecessors()
Returns a list of all predecessors of the currently selected node, if it provides files.List<INodeWithName>
IWorkflowProvider. getNormalCompletionProvidingPredecessors(NodeKey key)
Returns a list of all predecessors of the given node that provide files.default List<INodeWithName>
IWorkflowProvider. getPredecessors()
Deprecated.default List<INodeWithName>
IWorkflowProvider. getPredecessors(NodeKey key)
Deprecated.default List<INodeWithName>
IWorkflowProvider. getProvidingPredecessors()
Deprecated.default List<INodeWithName>
IWorkflowProvider. getProvidingPredecessors(NodeKey key)
Deprecated. -
Uses of INodeWithName in de.xima.fc.workflow.designer.bean
-
Uses of INodeWithName in de.xima.fc.workflow.designer.helper
-
Uses of INodeWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type INodeWithName Modifier and Type Method Description static List<INodeWithName>
WorkflowProviderHelper. computeAllNodesOfType(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, String type)
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 <T extends IWorkflowElementTypeProviding>
List<INodeWithName>WorkflowProviderHelper. computeNodeNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)
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.static List<INodeWithName>
WorkflowProviderHelper. computeProvidingNodes(Mandant client, Iterable<IWorkflowElementWithDeserializedModel<?,WorkflowNode>> wrappers)
Computes a list of nodes which provide files, e.g.static List<INodeWithName>
WorkflowProviderHelper. computeProvidingNodes(Mandant client, Map<NodeKey,NodeModel> nodeMap, Function<Map.Entry<NodeKey,NodeModel>,?> getData)
Computes a list of nodes which provide files, e.g.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.Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type INodeWithName Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<NodeKey>>
WorkflowProviderHelper. createNodeSelectItems(List<INodeWithName> nodes)
Creates select items for the UI from the given list of workflow node. -
Uses of INodeWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type INodeWithName Modifier and Type Method Description List<INodeWithName>
ValidationWorkflowProvider. getAllNodesOfType(String type)
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionAttachmentProvidingPredecessors()
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionAttachmentProvidingPredecessors(NodeKey nodeKey)
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionPredecessors()
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionPredecessors(NodeKey nodeKey)
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionProvidingPredecessors()
List<INodeWithName>
ValidationWorkflowProvider. getNormalCompletionProvidingPredecessors(NodeKey nodeKey)
List<INodeWithName>
ValidationWorkflowProvider. getPredecessors()
-
Uses of INodeWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement INodeWithName Modifier and Type Class Description class
NodeWithName
POJO implementation ofINodeWithName
.
-