Uses of Class
de.xima.fc.workflow.processor.logic.validation.DefaultWorkflowValidationContext
-
Packages that use DefaultWorkflowValidationContext Package Description de.xima.fc.workflow.processor.logic.validation -
-
Uses of DefaultWorkflowValidationContext in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type DefaultWorkflowValidationContext Modifier and Type Method Description static void
InjectableValidationContext. setCurrentValidationContext(DefaultWorkflowValidationContext context)
Sets the given context for the current thread.static <T extends IElementKeyProviding & IWorkflowElementTypeProviding>
booleanWorkflowValidatorHelper. validateAvailability(DefaultWorkflowValidationContext context, T element, Object data)
Checks whether the node or trigger is available, i.e.static boolean
WorkflowValidatorHelper. validateControlFlow(DefaultWorkflowValidationContext context, WorkflowTask task)
Validates the control flow of the given task.static boolean
WorkflowValidatorHelper. validateProcessDetails(DefaultWorkflowValidationContext context, WorkflowProcess process)
Validates the details of a process.static boolean
WorkflowValidatorHelper. validateTaskDetails(DefaultWorkflowValidationContext context, WorkflowTask task)
Validates the details of a task, i.e.
-