| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
void |
IPolicyDefinitionResource.delete(String policyDefinitionId)
Use this endpoint to delete a policy definition by its ID.
|
io.apiman.manager.api.beans.policies.PolicyDefinitionBean |
IPolicyDefinitionResource.get(String policyDefinitionId)
Use this endpoint to get a single policy definition by its ID.
|
String |
IPluginResource.getPolicyForm(Long pluginId,
String policyDefId)
Use this endpoint to retrieve the form associated with a particular policy
definition.
|
void |
IPolicyDefinitionResource.update(String policyDefinitionId,
io.apiman.manager.api.beans.policies.UpdatePolicyDefinitionBean bean)
Update the meta information about a policy definition.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.