Class BpmnModelSequenceFlowValidator
java.lang.Object
org.activiti.cloud.services.modeling.validation.process.BpmnModelSequenceFlowValidator
- All Implemented Interfaces:
ModelValidationErrorProducer,BpmnCommonModelValidator
Implementation of
BpmnCommonModelValidator for validating Sequence flow when empty source or target references are provided-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(org.activiti.bpmn.model.BpmnModel bpmnModel, ValidationContext validationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
Field Details
-
NO_SOURCE_REF_PROBLEM
- See Also:
-
NO_SOURCE_REF_PROBLEM_DESCRIPTION
- See Also:
-
NO_TARGET_REF_PROBLEM
- See Also:
-
NO_TARGET_REF_PROBLEM_DESCRIPTION
- See Also:
-
SEQUENCE_FLOW_VALIDATOR_NAME
- See Also:
-
-
Constructor Details
-
BpmnModelSequenceFlowValidator
-
-
Method Details
-
validate
public Stream<ModelValidationError> validate(org.activiti.bpmn.model.BpmnModel bpmnModel, ValidationContext validationContext) - Specified by:
validatein interfaceBpmnCommonModelValidator
-