Uses of Class
de.xima.fc.workflow.processor.model.WorkflowElementIndex
Packages that use WorkflowElementIndex
Package
Description
-
Uses of WorkflowElementIndex in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type WorkflowElementIndexModifier and TypeMethodDescriptionstatic List<INodeWithName> WorkflowProviderHelper.computeAllNodesOfType(WorkflowElementIndex elementIndex, String type) static List<ITaskWithName> WorkflowProviderHelper.computeAllTasks(WorkflowElementIndex elementIndex, UUID taskToExclude) static List<ITriggerWithName> WorkflowProviderHelper.computeAllTriggersOfType(WorkflowElementIndex elementIndex, String type, UUID taskToExclude) static List<IFileProvidingTriggerWithName> WorkflowProviderHelper.computeAssignedProvidingTriggers(IBaseWorkflowEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index) static List<ITriggerWithName> WorkflowProviderHelper.computeAssignedTriggers(IBaseWorkflowEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index) static List<INodeWithName> WorkflowProviderHelper.computeCompletionAttachmentProvidingPredecessors(IBaseWorkflowEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, WorkflowElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.static 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<INodeWithName> WorkflowProviderHelper.computeCompletionPredecessors(IBaseWorkflowEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, WorkflowElementIndex index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node, that have finished execution. -
Uses of WorkflowElementIndex in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return WorkflowElementIndexConstructors in de.xima.fc.workflow.processor.logic.validation with parameters of type WorkflowElementIndexModifierConstructorDescriptionValidationWorkflowProvider(IWorkflowValidationEnvironmentData env, WorkflowElementIndex elementIndex) Creates a new UI independent workflow provider with the given context. -
Uses of WorkflowElementIndex in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return WorkflowElementIndexModifier and TypeMethodDescriptionWorkflowValidationParams.getElementIndex()static WorkflowElementIndexWorkflowElementIndex.of(WorkflowProcess process, Mandant client) Creates a new index with all workflow element from the given process.static WorkflowElementIndexWorkflowElementIndex.of(WorkflowTask task, Mandant client) Creates a new index with all workflow element from the given task.Methods in de.xima.fc.workflow.processor.model with parameters of type WorkflowElementIndexModifier and TypeMethodDescriptionWorkflowValidationParams.Builder.withElementIndex(WorkflowElementIndex elementIndex) Sets the bean validator required forEWorkflowValidationGroup.ELEMENT_PROPERTIES