Class GetBpmnModelCmd

java.lang.Object
org.activiti.engine.impl.cmd.GetBpmnModelCmd
All Implemented Interfaces:
Serializable, Command<org.activiti.bpmn.model.BpmnModel>

public class GetBpmnModelCmd extends Object implements Command<org.activiti.bpmn.model.BpmnModel>, Serializable
See Also:
  • Field Details

    • processDefinitionId

      protected String processDefinitionId
  • Constructor Details

    • GetBpmnModelCmd

      public GetBpmnModelCmd(String processDefinitionId)
  • Method Details

    • execute

      public org.activiti.bpmn.model.BpmnModel execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.activiti.bpmn.model.BpmnModel>