Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • processDefinitionId

        protected java.lang.String processDefinitionId
    • Constructor Detail

      • GetBpmnModelCmd

        public GetBpmnModelCmd​(java.lang.String processDefinitionId)
    • Method Detail

      • execute

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