Uses of Class
de.xima.fc.workflow.processor.logic.validation.DefaultWorkflowValidationContext
Packages that use DefaultWorkflowValidationContext
-
Uses of DefaultWorkflowValidationContext in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type DefaultWorkflowValidationContextModifier and TypeMethodDescriptionstatic 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. whether the user is allowed to make use of it.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.