Class GetProcessDefinitionInfoCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetProcessDefinitionInfoCmd
All Implemented Interfaces:
Serializable, Command<com.fasterxml.jackson.databind.node.ObjectNode>

public class GetProcessDefinitionInfoCmd extends Object implements Command<com.fasterxml.jackson.databind.node.ObjectNode>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • processDefinitionId

      protected String processDefinitionId
  • Constructor Details

    • GetProcessDefinitionInfoCmd

      public GetProcessDefinitionInfoCmd(String processDefinitionId)
  • Method Details

    • execute

      public com.fasterxml.jackson.databind.node.ObjectNode execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<com.fasterxml.jackson.databind.node.ObjectNode>