Uses of Class
de.xima.fc.workflow.processor.engine.WorkflowValidator.Builder
Packages that use WorkflowValidator.Builder
-
Uses of WorkflowValidator.Builder in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return WorkflowValidator.BuilderModifier and TypeMethodDescriptionstatic WorkflowValidator.Builder
ValidationHelper.createValidatorBuilder
(IWorkflowValidationEnvironmentData params) -
Uses of WorkflowValidator.Builder in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that return WorkflowValidator.BuilderModifier and TypeMethodDescriptionstatic WorkflowValidator.Builder
WorkflowValidator.builder
(Mandant client, Projekt project, WorkflowVersion workflowVersion) static WorkflowValidator.Builder
static WorkflowValidator.Builder
WorkflowValidator.builder
(WorkflowVersion workflowVersion) WorkflowValidator.Builder.clockProvider
(javax.validation.ClockProvider clockProvider) WorkflowValidator.Builder.ec
(IEntityContext ec) WorkflowValidator.Builder.exclude
(Set<ElementKey> keys) Add the given keys to the set of workflow element that will not be validated.WorkflowValidator.Builder.include
(Set<ElementKey> keys) Add the given elements to the set of workflow element that will be validated.WorkflowValidator.Builder.messageTemplate
(String messageTemplate) WorkflowValidator.Builder.provider
(IWorkflowProvider provider) Deprecated.WorkflowValidator.Builder.validatorFactory
(javax.validation.ValidatorFactory validatorFactory)
user(IUser)
instead.