Package org.activiti.engine.impl.cmd
Class GetProcessDefinitionInfoCmd
java.lang.Object
org.activiti.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
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeexecute(CommandContext commandContext) protected com.fasterxml.jackson.databind.node.ObjectNodeexecuteInternal(DeploymentManager deploymentManager, CommandContext commandContext, ProcessDefinition processDefinition)
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetProcessDefinitionInfoCmd
-
-
Method Details
-
execute
-
executeInternal
protected com.fasterxml.jackson.databind.node.ObjectNode executeInternal(DeploymentManager deploymentManager, CommandContext commandContext, ProcessDefinition processDefinition)
-