Uses of Class
de.xima.fc.workflow.NodeKey
Packages that use NodeKey
Package
Description
Package für allgemeine Exceptions
-
Uses of NodeKey in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return NodeKeyModifier and TypeMethodDescriptionAAttachmentListResolutionError.NodeDoesNotExist.getNodeKey()
AFileListResolutionError.NodeDoesNotExist.getNodeKey()
Constructors in de.xima.fc.exceptions with parameters of type NodeKeyModifierConstructorDescriptionNodeDoesNotExist
(AttachmentItem item, NodeKey nodeKey) NodeDoesNotExist
(ResourceItem item, NodeKey nodeKey) -
Uses of NodeKey in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type NodeKeyMethods in de.xima.fc.interfaces.workflow with parameters of type NodeKeyModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
IWorkflowProvider.getAvailableAttachments
(NodeKey nodeKey, GetAvailableAttachmentsParams params) Returns a list of all available attachment items that are available for the given workflow node.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(NodeKey nodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(NodeKey nodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.IWorkflowProvider.getNormalCompletionAttachmentProvidingPredecessors
(NodeKey key) Returns a list of all predecessors of the given node N, that have finished execution and that provide attachments.IWorkflowProvider.getNormalCompletionPredecessors
(NodeKey key) IWorkflowProvider.getNormalCompletionProvidingPredecessors
(NodeKey key) Returns a list of all predecessors of the given node that provide files.default List<INodeWithName>
IWorkflowProvider.getPredecessors
(NodeKey key) Deprecated.default List<INodeWithName>
IWorkflowProvider.getProvidingPredecessors
(NodeKey key) Deprecated. -
Uses of NodeKey in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return NodeKeyModifier and TypeMethodDescriptionICreateFlowGraphContext.createNodeKey
(TElement element) Creates the element key that needs to be entered in the list of potentially reachable nodes.Methods in de.xima.fc.interfaces.workflow.analysis that return types with arguments of type NodeKeyModifier and TypeMethodDescriptiondefault com.google.common.graph.Graph<NodeKey>
ITaskFlowAnalysis.getFlowGraph()
Deprecated.UseITaskFlowAnalysisData.getValueFlowGraph()
instead.ITaskFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey) Deprecated.ITaskFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey, FlowGraphFilter.Backward filter) Finds all potential predecessors of the given node reachable via paths in the flow graph, observing the constraints imposed by the given filter.IWorkflowFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey) IWorkflowFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey, FlowGraphFilter.Backward filter) ITaskFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey) Deprecated.ITaskFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey, FlowGraphFilter.Forward filter) Finds all potential successors of the given node reachable via paths in the flow graph, observing the constraints imposed by the given filter.IWorkflowFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey) Deprecated.IWorkflowFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey, FlowGraphFilter.Forward filter) com.google.common.graph.ValueGraph<NodeKey,
? extends IFlowGraphEdgeData> ITaskFlowAnalysisData.getValueFlowGraph()
Returns the flow graph that indicated potential successors for each node.com.google.common.collect.ImmutableSet<NodeKey>
Helper method that computes the union of all given sets.com.google.common.collect.ImmutableSet<NodeKey>
ICreateFlowGraphContext.union
(com.google.common.collect.ImmutableSet<NodeKey> set1, com.google.common.collect.ImmutableSet<NodeKey> set2) Helper method that computes the union of all given sets.com.google.common.collect.ImmutableSet<NodeKey>
Helper method that computes the union of all given sets.Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type NodeKeyModifier and TypeMethodDescriptionboolean
IFlowGraphFilterInstance.allowsEdge
(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data) Filter for all edges.boolean
IFlowGraphFilterInstance.allowsFinalEdge
(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data) Filter for the fianl edge type via which a source node should connect to a target node.boolean
IFlowGraphFilterInstance.allowsInitialEdge
(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data) Filter for the initial edge type via which a source node should connect to a target node.default void
void
ICreateFlowGraphContext.connect
(com.google.common.collect.ImmutableSet<NodeKey> from, NodeKey to, IFlowGraphEdgeDataConfigurator data) For eachsource
infrom
, adds an edge(source, to)
to the flow graph.default void
void
ICreateFlowGraphContext.connect
(NodeKey from, NodeKey to, IFlowGraphEdgeDataConfigurator data) Adds an edge(from, to)
to the flow graph.ITaskFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey) Deprecated.ITaskFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey, FlowGraphFilter.Backward filter) Finds all potential predecessors of the given node reachable via paths in the flow graph, observing the constraints imposed by the given filter.IWorkflowFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey) IWorkflowFlowAnalysis.getPotentialPredecessorsOf
(NodeKey targetKey, FlowGraphFilter.Backward filter) ITaskFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey) Deprecated.ITaskFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey, FlowGraphFilter.Forward filter) Finds all potential successors of the given node reachable via paths in the flow graph, observing the constraints imposed by the given filter.IWorkflowFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey) Deprecated.IWorkflowFlowAnalysis.getPotentialSuccessorsOf
(NodeKey sourceKey, FlowGraphFilter.Forward filter) default boolean
IWorkflowFlowAnalysis.isNodePotentiallyReachable
(NodeKey sourceKey, NodeKey targetKey) default boolean
IWorkflowFlowAnalysis.isNodePotentiallyReachable
(NodeKey sourceKey, NodeKey targetKey, FlowGraphFilter.Generic filter) default boolean
ITaskFlowAnalysis.isPotentiallyReachable
(NodeKey sourceKey, NodeKey targetKey) default boolean
ITaskFlowAnalysis.isPotentiallyReachable
(NodeKey sourceKey, NodeKey targetKey, FlowGraphFilter.Generic filter) Checks whether the target node is reachable from the source ode via a path in the flow graph, observing the constraints imposed by the given filter.default boolean
IFlowGraphFilterInstance.test
(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData edgeValue) Method parameters in de.xima.fc.interfaces.workflow.analysis with type arguments of type NodeKeyModifier and TypeMethodDescriptiondefault void
void
ICreateFlowGraphContext.connect
(com.google.common.collect.ImmutableSet<NodeKey> from, NodeKey to, IFlowGraphEdgeDataConfigurator data) For eachsource
infrom
, adds an edge(source, to)
to the flow graph.default void
ICreateFlowGraphContext.connect
(com.google.common.collect.ImmutableSet<NodeKey> from, TElement toParent, int toChildIndex) void
ICreateFlowGraphContext.connect
(com.google.common.collect.ImmutableSet<NodeKey> from, TElement toParent, int toChildIndex, IFlowGraphEdgeDataConfigurator data) Finds thechild
at the given index in thetoParent
and adds an edge(from, child)
to the flow graph.ICreateFlowGraphContext.endPoints
(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints, com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints) ICreateFlowGraphContext.endPointsNeverNormal
(com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints) ICreateFlowGraphContext.endPointsNeverThrowing
(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints) ICreateFlowGraphContext.endPointsSameNormalAndThrowing
(com.google.common.collect.ImmutableSet<NodeKey> endPoints) FlowGraphFilter.Backward.newBackwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a forward traversal operation on flow graph starts (e.g. when finding the predecessors of a node).default IFlowGraphFilterInstance
FlowGraphFilter.Generic.newBackwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) FlowGraphFilter.Forward.newForwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a forward traversal operation on flow graph starts (e.g. when finding the successors of a node).default IFlowGraphFilterInstance
FlowGraphFilter.Generic.newForwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) FlowGraphFilter.Generic.newTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a traversal operation on flow graph starts.com.google.common.collect.ImmutableSet<NodeKey>
ICreateFlowGraphContext.union
(com.google.common.collect.ImmutableSet<NodeKey> set1, com.google.common.collect.ImmutableSet<NodeKey> set2) Helper method that computes the union of all given sets.com.google.common.collect.ImmutableSet<NodeKey>
Helper method that computes the union of all given sets. -
Uses of NodeKey in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type NodeKeyModifier and TypeMethodDescriptiondefault WorkflowNode
Finds the node by the given UUID in the current workflow execution context.default List<WorkflowNode>
Finds the nodes by the given UUID in the current workflow execution context.Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type NodeKeyModifier and TypeMethodDescriptiondefault List<WorkflowNode>
Finds the nodes by the given UUID in the current workflow execution context. -
Uses of NodeKey in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that return NodeKey -
Uses of NodeKey in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return NodeKey -
Uses of NodeKey in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type NodeKeyModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<NodeKey>
IFlowGraphEndPoints.getNormalEndPoints()
Returns the set of all nodes (including the children, grand-children etc. of this node) that represent the normal end points when the node is executed.com.google.common.collect.ImmutableSet<NodeKey>
IFlowGraphEndPoints.getThrowingEndPoints()
Returns the set of all nodes (including the children, grand-children etc. of this node) that represent the throwing end points when the node is executed. -
Uses of NodeKey in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation with parameters of type NodeKeyModifier and TypeMethodDescriptionIWorkflowGlobalHandlerValidationContext.getNodeByUuid
(NodeKey key, String nodeType) -
Uses of NodeKey in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return NodeKeyMethods in de.xima.fc.mdl.resource with parameters of type NodeKeyModifier and TypeMethodDescriptionstatic AttachmentItem
AttachmentItem.forWorkflowNode
(NodeKey nodeKey) static ResourceItem
ResourceItem.forWorkflowNode
(NodeKey nodeKey) void
AttachmentItem.setNodeKey
(NodeKey nodeKey) void
ResourceItem.setNodeKey
(NodeKey nodeKey) -
Uses of NodeKey in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return NodeKeyModifier and TypeMethodDescriptionprotected static NodeKey
AWorkflowEngineTest.nodeKey
(WorkflowTrigger trigger, WorkflowNode node) -
Uses of NodeKey in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return NodeKey -
Uses of NodeKey in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionFlowchartLinterProviderBean.findDeadNodeUpdates
(FlowchartModel model) WorkflowProviderBean.getAllNodesOfTypeSelectItems
(String type) Methods in de.xima.fc.workflow.designer.bean with parameters of type NodeKeyModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
WorkflowProviderBean.getAvailableAttachments
(NodeKey currentNodeKey, GetAvailableAttachmentsParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) WorkflowProviderBean.getNormalCompletionAttachmentProvidingPredecessors
(NodeKey key) WorkflowProviderBean.getNormalCompletionPredecessors
(NodeKey key) WorkflowProviderBean.getNormalCompletionProvidingPredecessors
(NodeKey key) WorkflowProviderBean.getPredecessors
(NodeKey key) Deprecated.WorkflowProviderBean.getProvidingPredecessors
(NodeKey key) Deprecated. -
Uses of NodeKey in de.xima.fc.workflow.designer.exception
Methods in de.xima.fc.workflow.designer.exception that return types with arguments of type NodeKeyConstructor parameters in de.xima.fc.workflow.designer.exception with type arguments of type NodeKeyModifierConstructorDescriptionStateReferencedByElementsException
(WorkflowStateModel stateModel, WorkflowElementList elements, Map<NodeKey, String> nodeNames, Map<TriggerKey, String> triggerNames) -
Uses of NodeKey in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionValidationHelper.findErronousNodes
(ProcessModel process, IWorkflowValidationResult result) AssociateHelper.getDeadNodesDiff
(AssociatesModel ass, FlowchartModel model, Mandant client) Methods in de.xima.fc.workflow.designer.helper with parameters of type NodeKeyModifier and TypeMethodDescriptionstatic List<INodeWithName>
AssociateHelper.getNormalCompletionAttachmentProvidingPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getNormalCompletionPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getNormalCompletionProvidingPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) static List<INodeWithName>
AssociateHelper.getProvidingPredecessors
(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type NodeKeyModifier and TypeMethodDescriptionstatic void
ViewSettingsHelper.expandErrornousNodes
(FlowchartModel flowchartModel, Set<NodeKey> erronousNodes, IWorkflowProvider provider) Expands nodes that are invalid, and updates the UI state . -
Uses of NodeKey in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type NodeKey -
Uses of NodeKey in de.xima.fc.workflow.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionNodesOfTypeChoiceProvider.getChoices
(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of NodeKey in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type NodeKeyModifier and TypeMethodDescriptionstatic SingleAttachment
SingleAttachment.forWorkflowNode
(NodeKey nodeKey) Creates a single attachment references for the attachment created by a previously executed workflow node.static SingleFile
SingleFile.forWorkflowNode
(NodeKey nodeKey) -
Uses of NodeKey in de.xima.fc.workflow.model.triggers
Methods in de.xima.fc.workflow.model.triggers that return NodeKeyMethods in de.xima.fc.workflow.model.triggers with parameters of type NodeKey -
Uses of NodeKey in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type NodeKeyModifier and TypeMethodDescriptionstatic WorkflowTrigger
WorkflowTriggerFactory.doiVerified
(NodeKey targetNode) static FcDoiVerifiedProps
WorkflowTriggerPropsFactory.doiVerified
(NodeKey targetNode) -
Uses of NodeKey in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type NodeKeyModifier 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.WorkflowProviderHelper.computeDeadNodes
(WorkflowFlowAnalysis analysis, ProcessModel processModel) Computes the set of all nodes in a program represented by the abstract syntax tree ofWorkflowNode
s.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.WorkflowProviderHelper.createNodeSelectItems
(List<INodeWithName> nodes) Creates select items for the UI from the given list of workflow node.FlowchartElementIndex.getNodeByUuid()
FlowchartElementIndex.getNodes()
FlowchartElementIndex.getNodesByType
(String type) Methods in de.xima.fc.workflow.processor.logic with parameters of type NodeKeyModifier 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.FlowchartElementIndex.getNodeByUuid
(NodeKey key) Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type NodeKeyModifier 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 <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, Map<NodeKey, NodeModel> nodeMap, Function<Map.Entry<NodeKey, NodeModel>, ?> getData) Computes a list of nodes which provide files, e.g. which create and make available files when executed.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. which create and make available files when executed.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 NodeKey in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionValidationWorkflowProvider.getAllNodesOfTypeSelectItems
(String type) Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type NodeKeyModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<AttachmentItem>>
ValidationWorkflowProvider.getAvailableAttachments
(NodeKey currentNodeKey, GetAvailableAttachmentsParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) DefaultWorkflowValidationContext.getNodeByUuid
(NodeKey key, String nodeType) ValidationWorkflowProvider.getNormalCompletionAttachmentProvidingPredecessors
(NodeKey nodeKey) ValidationWorkflowProvider.getNormalCompletionPredecessors
(NodeKey nodeKey) ValidationWorkflowProvider.getNormalCompletionProvidingPredecessors
(NodeKey nodeKey) -
Uses of NodeKey in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return NodeKeyMethods in de.xima.fc.workflow.processor.model that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionWorkflowElementIndex.getNodesByUuid()
com.google.common.collect.ImmutableSet<NodeKey>
FlowGraphEndPoints.getNormalEndPoints()
com.google.common.collect.ImmutableSet<NodeKey>
FlowGraphEndPoints.getThrowingEndPoints()
Methods in de.xima.fc.workflow.processor.model with parameters of type NodeKeyConstructors in de.xima.fc.workflow.processor.model with parameters of type NodeKeyModifierConstructorDescriptionNodeWithName
(NodeKey key, String name) Creates a new POJO instance with the given values.Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeKeyModifierConstructorDescriptionFlowGraphEndPoints
(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints, com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints) Creates a new POJO with the given data. -
Uses of NodeKey in de.xima.fc.workflow.taglib.event
Methods in de.xima.fc.workflow.taglib.event that return types with arguments of type NodeKeyConstructor parameters in de.xima.fc.workflow.taglib.event with type arguments of type NodeKeyModifierConstructorDescriptionNodeExpansionChangeEvent
(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, Map<NodeKey, Boolean> nodeExpansionUpdates) Creates a new POJO with the given values. -
Uses of NodeKey in de.xima.fc.workflow.taglib.helper
Method parameters in de.xima.fc.workflow.taglib.helper with type arguments of type NodeKey -
Uses of NodeKey in de.xima.fc.workflow.taglib.iface
Methods in de.xima.fc.workflow.taglib.iface that return types with arguments of type NodeKeyModifier and TypeMethodDescriptionIFlowchartLinterService.findDeadNodeUpdates
(FlowchartModel model) -
Uses of NodeKey in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return NodeKeyModifier and TypeMethodDescriptionNodeEntry.getKey()
FlowchartSelection.getNodeKey()
NodeDeletionUpdate.getNodeKey()
NodeWithTask.getNodeKey()
Methods in de.xima.fc.workflow.taglib.model that return types with arguments of type NodeKeyMethods in de.xima.fc.workflow.taglib.model with parameters of type NodeKeyModifier and TypeMethodDescriptionvoid
void
FlowchartModel.setNodeCollapsed
(NodeKey nodeKey, boolean collapsed) By default all nodes are expanded.void
NodeDeletionUpdate.setNodeKey
(NodeKey nodeKey) Method parameters in de.xima.fc.workflow.taglib.model with type arguments of type NodeKeyModifier and TypeMethodDescriptionstatic <TElement> NodeEntry<TElement>
NodeEntry.ofMapEntry
(Map.Entry<NodeKey, TElement> entry) void
FlowchartModel.updateNodeExpansion
(Map<NodeKey, Boolean> updates) Constructors in de.xima.fc.workflow.taglib.model with parameters of type NodeKey
IWorkflowProvider.getNormalCompletionPredecessors(NodeKey)
.