Uses of Class
org.flowable.validation.ValidationError
Packages that use ValidationError
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ValidationError in org.flowable.engine
Methods in org.flowable.engine that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionRepositoryService.validateProcess(BpmnModel bpmnModel) Validates the given process definition against the rules for executing a process definition on the process engine. -
Uses of ValidationError in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type ValidationError -
Uses of ValidationError in org.flowable.engine.impl.cmd
Classes in org.flowable.engine.impl.cmd that implement interfaces with type arguments of type ValidationErrorMethods in org.flowable.engine.impl.cmd that return types with arguments of type ValidationError -
Uses of ValidationError in org.flowable.validation
Fields in org.flowable.validation with type parameters of type ValidationErrorModifier and TypeFieldDescriptionprotected final List<ValidationError> ProcessValidationContextImpl.entriesMethods in org.flowable.validation that return ValidationErrorModifier and TypeMethodDescriptionProcessValidationContext.addEntry(ValidationError entry) ProcessValidationContextImpl.addEntry(ValidationError entry) default ValidationErrordefault ValidationErrorProcessValidationContext.addError(String problem, BaseElement baseElement, String description) default ValidationErrorProcessValidationContext.addError(String problem, FlowElement flowElement, BaseElement baseElement, String description) default ValidationErrordefault ValidationErrorProcessValidationContext.addError(String problem, Process process, BaseElement baseElement, String description) default ValidationErrorProcessValidationContext.addError(String problem, Process process, BaseElement baseElement, String description, boolean isWarning) default ValidationErrorProcessValidationContext.addError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) default ValidationErrorProcessValidationContext.addError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) default ValidationErrorProcessValidationContext.addWarning(String problem, Process process, BaseElement baseElement, String description) default ValidationErrorProcessValidationContext.addWarning(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) Methods in org.flowable.validation that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionProcessValidationContext.getEntries()ProcessValidationContextImpl.getEntries()Validates the providedBpmnModeland returns a list of allValidationErroroccurrences found.ProcessValidator.validate(BpmnModel bpmnModel, ProcessValidationContext validationContext) Validates the providedBpmnModeland returns a list of allValidationErroroccurrences found.ProcessValidatorImpl.validate(BpmnModel bpmnModel, ProcessValidationContext validationContext) Methods in org.flowable.validation with parameters of type ValidationErrorModifier and TypeMethodDescriptionProcessValidationContext.addEntry(ValidationError entry) ProcessValidationContextImpl.addEntry(ValidationError entry)