Class GetProcessDefinitionInfoCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<com.fasterxml.jackson.databind.node.ObjectNode>

    public class GetProcessDefinitionInfoCmd
    extends java.lang.Object
    implements Command<com.fasterxml.jackson.databind.node.ObjectNode>, java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String processDefinitionId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.node.ObjectNode 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

      • GetProcessDefinitionInfoCmd

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

      • execute

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