Uses of Interface
de.xima.fc.interfaces.workflow.validation.IWorkflowValidationMessage
Packages that use IWorkflowValidationMessage
Package
Description
-
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 IWorkflowValidationMessageModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<IWorkflowValidationMessage>
IWorkflowElementValidationResult.getMessages()
Methods in de.xima.fc.interfaces.workflow.validation with parameters of type IWorkflowValidationMessageModifier and TypeMethodDescriptionvoid
IWorkflowGlobalHandlerValidationContext.addGlobalValidationMessage
(ElementKey elementKey, IWorkflowValidationMessage message) Adds a validations message for the workflow element with the given key.IWorkflowElementValidationResultBuilder.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 IWorkflowValidationMessageModifier and TypeMethodDescriptionIWorkflowElementValidationResultBuilder.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 IWorkflowValidationMessageMethods in de.xima.fc.workflow that return IWorkflowValidationMessageModifier and TypeMethodDescriptionstatic IWorkflowValidationMessage
Creates a newIWorkflowValidationMessage
with the given message and the severity set toerror
.static IWorkflowValidationMessage
Creates a newIWorkflowValidationMessage
with 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 IWorkflowValidationMessageModifier and TypeMethodDescriptionvoid
DefaultWorkflowValidationContext.addElementValidationMessage
(ElementKey key, IWorkflowValidationMessage message) Adds a validation message for the given workflow element.void
DefaultWorkflowValidationContext.addGlobalValidationMessage
(ElementKey key, IWorkflowValidationMessage message) ElementResultBuilder.addMessage
(IWorkflowValidationMessage message) void
DefaultWorkflowValidationContext.addProcessValidationMessage
(IWorkflowValidationMessage message) Adds a validation message for the given process.void
DefaultWorkflowValidationContext.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 IWorkflowValidationMessageModifier and TypeMethodDescriptionElementResultBuilder.addMessages
(Iterable<IWorkflowValidationMessage> messages)