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:
  • Field Details

    • processDefinitionId

      protected String processDefinitionId
  • Constructor Details

    • GetBpmnModelCmd

      public GetBpmnModelCmd(String processDefinitionId)
  • Method Details

    • execute

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