| 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.services.ServiceVersionBean |
IOrganizationResource.createServiceVersion(String organizationId,
String serviceId,
io.apiman.manager.api.beans.services.NewServiceVersionBean bean)
Use this endpoint to create a new version of the Service.
|
io.apiman.manager.api.beans.services.ServiceBean |
IOrganizationResource.getService(String organizationId,
String serviceId)
Use this endpoint to retrieve information about a single Service by ID.
|
io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean> |
IOrganizationResource.getServiceActivity(String organizationId,
String serviceId,
int page,
int pageSize)
This endpoint returns audit activity information about the Service.
|
List<io.apiman.manager.api.beans.summary.ServiceVersionSummaryBean> |
IOrganizationResource.listServiceVersions(String organizationId,
String serviceId)
Use this endpoint to list all of the versions of a Service.
|
void |
IOrganizationResource.updateService(String organizationId,
String serviceId,
io.apiman.manager.api.beans.services.UpdateServiceBean bean)
Use this endpoint to update information about a Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.