Class BpmnModelServiceTaskImplementationValidator
- java.lang.Object
-
- org.activiti.cloud.services.modeling.validation.process.BpmnModelServiceTaskImplementationValidator
-
- All Implemented Interfaces:
ModelValidationErrorProducer,BpmnCommonModelValidator
public class BpmnModelServiceTaskImplementationValidator extends Object implements BpmnCommonModelValidator
Implementation ofBpmnCommonModelValidatorvor validating service task implementation
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_SERVICE_IMPLEMENTATION_DESCRIPTIONstatic StringINVALID_SERVICE_IMPLEMENTATION_PROBLEMstatic StringSERVICE_USER_TASK_VALIDATOR_NAME
-
Constructor Summary
Constructors Constructor Description BpmnModelServiceTaskImplementationValidator(ConnectorModelType connectorModelType, ConnectorModelContentConverter connectorModelContentConverter, FlowElementsExtractor flowElementsExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<ModelValidationError>validate(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, wait
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
-
-
-
Field Detail
-
INVALID_SERVICE_IMPLEMENTATION_PROBLEM
public static final String INVALID_SERVICE_IMPLEMENTATION_PROBLEM
- See Also:
- Constant Field Values
-
INVALID_SERVICE_IMPLEMENTATION_DESCRIPTION
public static final String INVALID_SERVICE_IMPLEMENTATION_DESCRIPTION
- See Also:
- Constant Field Values
-
SERVICE_USER_TASK_VALIDATOR_NAME
public static final String SERVICE_USER_TASK_VALIDATOR_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BpmnModelServiceTaskImplementationValidator
public BpmnModelServiceTaskImplementationValidator(ConnectorModelType connectorModelType, ConnectorModelContentConverter connectorModelContentConverter, FlowElementsExtractor flowElementsExtractor)
-
-
Method Detail
-
validate
public Stream<ModelValidationError> validate(org.activiti.bpmn.model.BpmnModel bpmnModel, ValidationContext validationContext)
- Specified by:
validatein interfaceBpmnCommonModelValidator
-
-