public class GetDeploymentPolicyDefinitionCmd extends AbstractNeedsPolicyDefinitionCmd implements Command<PolicyDefinition>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
policyDefinitionId |
protected String |
policyDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetDeploymentPolicyDefinitionCmd(String policyDefinitionId,
String policyDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition |
execute(CommandContext commandContext) |
resolvePolicyDefinitionprotected String policyDefinitionId
protected String policyDefinitionKey
protected String tenantId
public PolicyDefinition execute(CommandContext commandContext)
execute in interface Command<PolicyDefinition>