Package org.activiti.engine.impl.cmd
Class ValidateBpmnModelCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.ValidateBpmnModelCmd
-
- All Implemented Interfaces:
Command<List<ValidationError>>
public class ValidateBpmnModelCmd extends Object implements Command<List<ValidationError>>
-
-
Constructor Summary
Constructors Constructor Description ValidateBpmnModelCmd(BpmnModel bpmnModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationError>execute(CommandContext commandContext)
-
-
-
Field Detail
-
bpmnModel
protected BpmnModel bpmnModel
-
-
Constructor Detail
-
ValidateBpmnModelCmd
public ValidateBpmnModelCmd(BpmnModel bpmnModel)
-
-
Method Detail
-
execute
public List<ValidationError> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<ValidationError>>
-
-