public class BpmnModelValidator extends ValidatorImpl
Constructor and Description |
---|
BpmnModelValidator() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleBPMNModelConstraints(BpmnModel bpmnModel,
List<ValidationError> errors) |
protected void |
handleProcessConstraints(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
void |
validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
protected boolean |
validateAtLeastOneExecutable(BpmnModel bpmnModel,
List<ValidationError> errors)
Returns 'true' if at least one process definition in the
BpmnModel is executable. |
addError, addError, addError, addError, addError, addError, addWarning
public void validate(BpmnModel bpmnModel, List<ValidationError> errors)
protected void handleProcessConstraints(BpmnModel bpmnModel, Process process, List<ValidationError> errors)
protected void handleBPMNModelConstraints(BpmnModel bpmnModel, List<ValidationError> errors)
protected boolean validateAtLeastOneExecutable(BpmnModel bpmnModel, List<ValidationError> errors)
BpmnModel
is executable.Copyright © 2016 Alfresco. All rights reserved.