Uses of Class
de.xima.fc.workflow.processor.logic.FlowchartElementIndex
Packages that use FlowchartElementIndex
-
Uses of FlowchartElementIndex in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return FlowchartElementIndexModifier and TypeMethodDescriptionstatic FlowchartElementIndexAssociateHelper.getElementIndex(AssociatesModel ass, FlowchartModel model) -
Uses of FlowchartElementIndex in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type FlowchartElementIndexModifier and TypeMethodDescriptionstatic List<TriggerKey> WorkflowProviderHelper.computeAssignedProvidingTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap) static List<TriggerKey> WorkflowProviderHelper.computeAssignedTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap) WorkflowProviderHelper.computeAttachmentProvidingParents(Mandant client, Projekt project, NodeKey target, FlowchartElementIndex index, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap) Finds all parent node keys that can provide attachments for the given target node.WorkflowProviderHelper.computeCompletionAttachmentProvidingPredecessors(Mandant client, Projekt project, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.WorkflowProviderHelper.computeCompletionFileProvidingPredecessors(Mandant client, Projekt project, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter) Finds all previous nodes that have finished execution and that can provide files for the given target node.WorkflowProviderHelper.computeCompletionPredecessors(IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node, that have finished execution.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) WorkflowProviderHelper.computeFileProvidingParents(Mandant client, Projekt project, NodeKey target, FlowchartElementIndex index, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap) Finds all parent node keys that can provide files for the given target node.static List<IFileProvidingTriggerWithName> WorkflowProviderHelper.computeFileProvidingTriggerNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) static List<INodeWithName> WorkflowProviderHelper.computeNodeNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys) WorkflowProviderHelper.computeParentControlTransferTargets(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, NodeKey targetNode, String[] targetTypes) Finds all parent nodes for the given target node, filtered to those parent nodes that support one of the given control transfer types.static List<ITriggerWithName> WorkflowProviderHelper.computeTriggerNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys)