public class GetPolicyDefinitionLinksCmd extends Object implements Command<List<PolicyDefinitionLink>>
| Modifier and Type | Field and Description |
|---|---|
protected String |
policyDefinitionId |
| Constructor and Description |
|---|
GetPolicyDefinitionLinksCmd(String policyDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyDefinitionLink> |
execute(CommandContext commandContext) |
protected String policyDefinitionId
public GetPolicyDefinitionLinksCmd(String policyDefinitionId)
public List<PolicyDefinitionLink> execute(CommandContext commandContext)
execute in interface Command<List<PolicyDefinitionLink>>