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(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 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 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 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
-