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
(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, String type) static List<ITaskWithName>
WorkflowProviderHelper.computeAllTasks
(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, UUID taskToExclude) static List<ITriggerWithName>
WorkflowProviderHelper.computeAllTriggersOfType
(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, String type, UUID taskToExclude) -
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 envData, 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 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 WorkflowElementIndexModifier and TypeMethodDescriptionWorkflowValidationParams.Builder.withElementIndex
(WorkflowElementIndex elementIndex) Sets the bean validator required forEWorkflowValidationGroup.ELEMENT_PROPERTIES