Class BpmnModelUserTaskAssigneeValidator
- java.lang.Object
-
- org.activiti.cloud.services.modeling.validation.process.BpmnModelUserTaskAssigneeValidator
-
- All Implemented Interfaces:
ModelValidationErrorProducer,BpmnModelValidator
public class BpmnModelUserTaskAssigneeValidator extends Object implements BpmnModelValidator
Implementation ofBpmnModelValidatorfor validating assignee attribute for user tasks
-
-
Field Summary
Fields Modifier and Type Field Description StringNO_ASSIGNEE_DESCRIPTIONStringNO_ASSIGNEE_DESCRIPTION_NAMEStringNO_ASSIGNEE_PROBLEM_TITLEStringUSER_TASK_ASSIGNEE_VALIDATOR_NAME
-
Constructor Summary
Constructors Constructor Description BpmnModelUserTaskAssigneeValidator()
-
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.services.modeling.validation.process.BpmnModelValidator
getFlowElements
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
-
-
-
Field Detail
-
NO_ASSIGNEE_PROBLEM_TITLE
public final String NO_ASSIGNEE_PROBLEM_TITLE
- See Also:
- Constant Field Values
-
NO_ASSIGNEE_DESCRIPTION
public final String NO_ASSIGNEE_DESCRIPTION
- See Also:
- Constant Field Values
-
NO_ASSIGNEE_DESCRIPTION_NAME
public final String NO_ASSIGNEE_DESCRIPTION_NAME
- See Also:
- Constant Field Values
-
USER_TASK_ASSIGNEE_VALIDATOR_NAME
public final String USER_TASK_ASSIGNEE_VALIDATOR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public Stream<ModelValidationError> validate(org.activiti.bpmn.model.BpmnModel bpmnModel, ValidationContext validationContext)
- Specified by:
validatein interfaceBpmnModelValidator
-
-