Package org.activiti.engine.impl.cmd
Class GetProcessDefinitionInfoCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.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
-
Constructor Summary
Constructors Constructor Description GetProcessDefinitionInfoCmd(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)
-
-
-
Method Detail
-
execute
public com.fasterxml.jackson.databind.node.ObjectNode execute(CommandContext commandContext)
-
-