public class EventValidator extends ProcessLevelValidator
| Constructor and Description |
|---|
EventValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
handleCompensationEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
handleMessageEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
handleSignalEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
handleTimerEventDefinition(Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
validateaddError, addError, addError, addError, addError, addError, addWarningprotected void executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors)
executeValidation in class ProcessLevelValidatorprotected void handleMessageEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors)
protected void handleSignalEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors)
protected void handleTimerEventDefinition(Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors)
protected void handleCompensationEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors)
Copyright © 2016 Alfresco. All rights reserved.