Uses of Class
de.xima.fc.workflow.processor.model.WorkflowElementIndex
-
Packages that use WorkflowElementIndex Package Description de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation de.xima.fc.workflow.processor.model -
-
Uses of WorkflowElementIndex in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type WorkflowElementIndex Modifier and Type Method Description static 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(IBaseEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index)
static List<ITriggerWithName>
WorkflowProviderHelper. computeAssignedTriggers(IBaseEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index)
static List<INodeWithName>
WorkflowProviderHelper. computeCompletionAttachmentProvidingPredecessors(IBaseEnvironmentData 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(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<INodeWithName>
WorkflowProviderHelper. computeCompletionPredecessors(IBaseEnvironmentData 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 WorkflowElementIndex Modifier and Type Method Description WorkflowElementIndex
DefaultWorkflowValidationContext. getElementIndex()
Constructors in de.xima.fc.workflow.processor.logic.validation with parameters of type WorkflowElementIndex Constructor Description ValidationWorkflowProvider(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 WorkflowElementIndex Modifier and Type Method Description WorkflowElementIndex
WorkflowValidationParams. getElementIndex()
static WorkflowElementIndex
WorkflowElementIndex. of(WorkflowProcess process, Mandant client)
Creates a new index with all workflow element from the given process.static WorkflowElementIndex
WorkflowElementIndex. 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 WorkflowElementIndex Modifier and Type Method Description WorkflowValidationParams.Builder
WorkflowValidationParams.Builder. withElementIndex(WorkflowElementIndex elementIndex)
Sets the bean validator required forEWorkflowValidationGroup.ELEMENT_PROPERTIES
-