Package org.activiti.engine.impl.cmd
Class GetBpmnModelCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetBpmnModelCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<org.activiti.bpmn.model.BpmnModel>
public class GetBpmnModelCmd extends java.lang.Object implements Command<org.activiti.bpmn.model.BpmnModel>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
processDefinitionId
-
Constructor Summary
Constructors Constructor Description GetBpmnModelCmd(java.lang.String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.activiti.bpmn.model.BpmnModel
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public org.activiti.bpmn.model.BpmnModel execute(CommandContext commandContext)
-
-