| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.policies.PolicyBean |
IOrganizationResource.createPlanPolicy(String organizationId,
String planId,
String version,
io.apiman.manager.api.beans.policies.NewPolicyBean bean)
Use this endpoint to add a new Policy to the Plan version.
|
void |
IOrganizationResource.deletePlanPolicy(String organizationId,
String planId,
String version,
long policyId)
Use this endpoint to remove a Policy from the Plan.
|
io.apiman.manager.api.beans.policies.PolicyBean |
IOrganizationResource.getPlanPolicy(String organizationId,
String planId,
String version,
long policyId)
Use this endpoint to get information about a single Policy in the Plan version.
|
io.apiman.manager.api.beans.plans.PlanVersionBean |
IOrganizationResource.getPlanVersion(String organizationId,
String planId,
String version)
Use this endpoint to get detailed information about a single version of
a Plan.
|
io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean> |
IOrganizationResource.getPlanVersionActivity(String organizationId,
String planId,
String version,
int page,
int pageSize)
Use this endpoint to get audit activity information for a single version of the
Plan.
|
List<io.apiman.manager.api.beans.summary.PolicySummaryBean> |
IOrganizationResource.listPlanPolicies(String organizationId,
String planId,
String version)
Use this endpoint to list all of the Policies configured for the Plan.
|
void |
IOrganizationResource.reorderPlanPolicies(String organizationId,
String planId,
String version,
io.apiman.manager.api.beans.policies.PolicyChainBean policyChain)
Use this endpoint to change the order of Policies for a Plan.
|
void |
IOrganizationResource.updatePlanPolicy(String organizationId,
String planId,
String version,
long policyId,
io.apiman.manager.api.beans.policies.UpdatePolicyBean bean)
Use this endpoint to update the meta-data or configuration of a single Plan Policy.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.