public interface CatalogApi
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
create(java.lang.String yaml) |
javax.ws.rs.core.Response |
createFromMultipart(java.io.InputStream uploadedInputStream,
com.sun.jersey.core.header.FormDataContentDisposition fileDetail) |
void |
deleteEntity(java.lang.String entityId) |
CatalogEntitySummary |
getApplication(java.lang.String entityId) |
CatalogEntitySummary |
getEntity(java.lang.String entityId) |
javax.ws.rs.core.Response |
getIcon(java.lang.String itemId) |
CatalogItemSummary |
getPolicy(java.lang.String policyId) |
java.util.List<CatalogItemSummary> |
listApplications(java.lang.String regex,
java.lang.String fragment) |
java.util.List<CatalogItemSummary> |
listEntities(java.lang.String regex,
java.lang.String fragment) |
java.util.List<CatalogItemSummary> |
listPolicies(java.lang.String regex,
java.lang.String fragment) |
javax.ws.rs.core.Response |
resetXml(java.lang.String xml) |
javax.ws.rs.core.Response createFromMultipart(java.io.InputStream uploadedInputStream, com.sun.jersey.core.header.FormDataContentDisposition fileDetail)
javax.ws.rs.core.Response create(java.lang.String yaml)
javax.ws.rs.core.Response resetXml(java.lang.String xml)
void deleteEntity(java.lang.String entityId) throws java.lang.Exception
java.lang.Exception
java.util.List<CatalogItemSummary> listEntities(java.lang.String regex, java.lang.String fragment)
java.util.List<CatalogItemSummary> listApplications(java.lang.String regex, java.lang.String fragment)
CatalogEntitySummary getEntity(java.lang.String entityId) throws java.lang.Exception
java.lang.Exception
CatalogEntitySummary getApplication(java.lang.String entityId) throws java.lang.Exception
java.lang.Exception
java.util.List<CatalogItemSummary> listPolicies(java.lang.String regex, java.lang.String fragment)
CatalogItemSummary getPolicy(java.lang.String policyId) throws java.lang.Exception
java.lang.Exception
javax.ws.rs.core.Response getIcon(java.lang.String itemId)