Search in sources :

Example 6 with CatalogImage

use of com.emc.storageos.db.client.model.uimodels.CatalogImage in project coprhd-controller by CoprHD.

the class CatalogImageService method getCatalogImageById.

private CatalogImage getCatalogImageById(URI id, boolean checkInactive) {
    CatalogImage catalogImage = catalogImageManager.getCatalogImageById(id);
    ArgValidator.checkEntity(catalogImage, id, isIdEmbeddedInURL(id), checkInactive);
    return catalogImage;
}
Also used : CatalogImage(com.emc.storageos.db.client.model.uimodels.CatalogImage)

Aggregations

CatalogImage (com.emc.storageos.db.client.model.uimodels.CatalogImage)6 Path (javax.ws.rs.Path)4 Produces (javax.ws.rs.Produces)4 StorageOSUser (com.emc.storageos.security.authentication.StorageOSUser)3 CheckPermission (com.emc.storageos.security.authorization.CheckPermission)3 Consumes (javax.ws.rs.Consumes)2 POST (javax.ws.rs.POST)2 NamedRelatedResourceRep (com.emc.storageos.model.NamedRelatedResourceRep)1 CatalogImageList (com.emc.vipr.model.catalog.CatalogImageList)1 GET (javax.ws.rs.GET)1 PUT (javax.ws.rs.PUT)1