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 voidInjectableValidationContext. 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 booleanWorkflowValidatorHelper. validateControlFlow(DefaultWorkflowValidationContext context, WorkflowTask task)Validates the control flow of the given task.static booleanWorkflowValidatorHelper. validateProcessDetails(DefaultWorkflowValidationContext context, WorkflowProcess process)Validates the details of a process.static booleanWorkflowValidatorHelper. validateTaskDetails(DefaultWorkflowValidationContext context, WorkflowTask task)Validates the details of a task, i.e. 
 -