Uses of Interface
de.xima.fc.interfaces.workflow.validation.IWorkflowValidationMessage
- 
Packages that use IWorkflowValidationMessage Package Description de.xima.fc.interfaces.workflow.validation de.xima.fc.workflow de.xima.fc.workflow.processor.logic.validation  - 
- 
Uses of IWorkflowValidationMessage in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return types with arguments of type IWorkflowValidationMessage Modifier and Type Method Description com.google.common.collect.ImmutableList<IWorkflowValidationMessage>IWorkflowElementValidationResult. getMessages()Methods in de.xima.fc.interfaces.workflow.validation with parameters of type IWorkflowValidationMessage Modifier and Type Method Description voidIWorkflowGlobalHandlerValidationContext. addGlobalValidationMessage(ElementKey elementKey, IWorkflowValidationMessage message)Adds a validations message for the workflow element with the given key.IWorkflowElementValidationResultBuilderIWorkflowElementValidationResultBuilder. addMessage(IWorkflowValidationMessage message)Adds the given message @Override to the validation result.Method parameters in de.xima.fc.interfaces.workflow.validation with type arguments of type IWorkflowValidationMessage Modifier and Type Method Description IWorkflowElementValidationResultBuilderIWorkflowElementValidationResultBuilder. addMessages(Iterable<IWorkflowValidationMessage> messages)Adds the given messages to the validation result. - 
Uses of IWorkflowValidationMessage in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWorkflowValidationMessage Modifier and Type Class Description classWorkflowValidationMessagePOJO implementation of aIWorkflowValidationMessage.Methods in de.xima.fc.workflow that return IWorkflowValidationMessage Modifier and Type Method Description static IWorkflowValidationMessageWorkflowValidationMessage. error(String localizedMessage)Creates a newIWorkflowValidationMessagewith the given message and the severity set toerror.static IWorkflowValidationMessageWorkflowValidationMessage. warning(String localizedMessage)Creates a newIWorkflowValidationMessagewith the given message and the severity set towarning. - 
Uses of IWorkflowValidationMessage in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type IWorkflowValidationMessage Modifier and Type Method Description voidDefaultWorkflowValidationContext. addElementValidationMessage(ElementKey key, IWorkflowValidationMessage message)Adds a validation message for the given workflow element.voidDefaultWorkflowValidationContext. addGlobalValidationMessage(ElementKey key, IWorkflowValidationMessage message)ElementResultBuilderElementResultBuilder. addMessage(IWorkflowValidationMessage message)voidDefaultWorkflowValidationContext. addProcessValidationMessage(IWorkflowValidationMessage message)Adds a validation message for the given process.voidDefaultWorkflowValidationContext. addTaskValidationMessage(UUID key, IWorkflowValidationMessage message)Adds a validation message for the given workflow task.Method parameters in de.xima.fc.workflow.processor.logic.validation with type arguments of type IWorkflowValidationMessage Modifier and Type Method Description ElementResultBuilderElementResultBuilder. addMessages(Iterable<IWorkflowValidationMessage> messages) 
 -