public class ValidateBpmnModelCmd extends Object implements Command<List<ValidationError>>
Modifier and Type | Field and Description |
---|---|
protected org.flowable.bpmn.model.BpmnModel |
bpmnModel |
Constructor and Description |
---|
ValidateBpmnModelCmd(org.flowable.bpmn.model.BpmnModel bpmnModel) |
Modifier and Type | Method and Description |
---|---|
List<ValidationError> |
execute(CommandContext commandContext) |
public ValidateBpmnModelCmd(org.flowable.bpmn.model.BpmnModel bpmnModel)
public List<ValidationError> execute(CommandContext commandContext)
execute
in interface BaseCommand<List<ValidationError>,CommandContext>
execute
in interface Command<List<ValidationError>>
Copyright © 2016 Flowable. All rights reserved.