| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.contracts.ContractBean |
IOrganizationResource.createContract(String organizationId,
String applicationId,
String version,
io.apiman.manager.api.beans.contracts.NewContractBean bean)
Use this endpoint to create a Contract between the Application and a Service.
|
io.apiman.manager.api.beans.plans.PlanVersionBean |
IOrganizationResource.createPlanVersion(String organizationId,
String planId,
io.apiman.manager.api.beans.plans.NewPlanVersionBean bean)
Use this endpoint to create a new version of the Plan.
|
io.apiman.manager.api.beans.plans.PlanBean |
IOrganizationResource.getPlan(String organizationId,
String planId)
Use this endpoint to retrieve information about a single Plan by ID.
|
io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean> |
IOrganizationResource.getPlanActivity(String organizationId,
String planId,
int page,
int pageSize)
This endpoint returns audit activity information about the Plan.
|
List<io.apiman.manager.api.beans.summary.PlanVersionSummaryBean> |
IOrganizationResource.listPlanVersions(String organizationId,
String planId)
Use this endpoint to list all of the versions of a Plan.
|
void |
IOrganizationResource.updatePlan(String organizationId,
String planId,
io.apiman.manager.api.beans.plans.UpdatePlanBean bean)
Use this endpoint to update information about a Plan.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.