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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description GetProcessDefinitionInfoCmd(String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeexecute(CommandContext commandContext)protected com.fasterxml.jackson.databind.node.ObjectNodeexecuteInternal(DeploymentManager deploymentManager, CommandContext commandContext, ProcessDefinition processDefinition)
-
-
-
Field Detail
-
processDefinitionId
protected String processDefinitionId
-
-
Constructor Detail
-
GetProcessDefinitionInfoCmd
public GetProcessDefinitionInfoCmd(String processDefinitionId)
-
-
Method Detail
-
execute
public com.fasterxml.jackson.databind.node.ObjectNode execute(CommandContext commandContext)
-
executeInternal
protected com.fasterxml.jackson.databind.node.ObjectNode executeInternal(DeploymentManager deploymentManager, CommandContext commandContext, ProcessDefinition processDefinition)
-
-