org.camunda.bpm.engine.impl.cmd
Class GetDeployedProcessDefinitionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
- All Implemented Interfaces:
- Command<ProcessDefinitionEntity>
public class GetDeployedProcessDefinitionCmd
- extends Object
- implements Command<ProcessDefinitionEntity>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
processDefinitionTenantId
protected String processDefinitionTenantId
isTenantIdSet
protected boolean isTenantIdSet
checkReadPermission
protected final boolean checkReadPermission
GetDeployedProcessDefinitionCmd
public GetDeployedProcessDefinitionCmd(String processDefinitionId,
boolean checkReadPermission)
GetDeployedProcessDefinitionCmd
public GetDeployedProcessDefinitionCmd(ProcessInstantiationBuilderImpl instantiationBuilder,
boolean checkReadPermission)
execute
public ProcessDefinitionEntity execute(CommandContext commandContext)
- Specified by:
execute in interface Command<ProcessDefinitionEntity>
find
protected ProcessDefinitionEntity find(CommandContext commandContext)
findById
protected ProcessDefinitionEntity findById(DeploymentCache deploymentCache,
String processDefinitionId)
findByKey
protected ProcessDefinitionEntity findByKey(DeploymentCache deploymentCache,
String processDefinitionKey)
Copyright © 2017 camunda services GmbH. All rights reserved.