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