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