Uses of Class
org.codice.ddf.rest.api.CatalogServiceException
-
Uses of CatalogServiceException in org.codice.ddf.rest.api
Methods in org.codice.ddf.rest.api that throw CatalogServiceExceptionModifier and TypeMethodDescriptionCatalogService.addDocument(List<String> contentTypeList, javax.servlet.http.HttpServletRequest httpServletRequest, String transformerParam, InputStream message) Creates a new metadata entry in the catalog.CatalogService.addDocument(List<String> contentTypeList, org.apache.cxf.jaxrs.ext.multipart.MultipartBody multipartBody, String transformerParam, InputStream message) Creates a new metadata entry in the catalog.ddf.catalog.data.BinaryContentCatalogService.createMetacard(javax.servlet.http.HttpServletRequest httpServletRequest, String transformerParam) Creates a new metacard.ddf.catalog.data.BinaryContentCatalogService.createMetacard(org.apache.cxf.jaxrs.ext.multipart.MultipartBody multipartBody, String transformerParam) Creates a new metacard.voidCatalogService.deleteDocument(String id) Deletes a record from the catalog.CatalogService.doesLocalResourceExist(String metacardId, String sourceId) Returns checksum if the local resource exists for the metacardId.ddf.catalog.data.BinaryContentCatalogService.getDocument(String encodedSourceId, String encodedId, String transformerParam, URI absolutePath, javax.ws.rs.core.MultivaluedMap<String, String> queryParameters, javax.servlet.http.HttpServletRequest httpRequest) Retrieves the metadata entry specified by the id from the federated source specified by sourceid.ddf.catalog.data.BinaryContentCatalogService.getHeaders(String sourceid, String id, URI absolutePath, javax.ws.rs.core.MultivaluedMap<String, String> queryParameters) Retrieves header information regarding the entry specified by the id such as the Accept-Ranges and Content-Range headers.voidCatalogService.updateDocument(String id, List<String> contentTypeList, javax.servlet.http.HttpServletRequest httpServletRequest, String transformerParam, InputStream message) Updates the specified metadata entry with the provided metadata.voidCatalogService.updateDocument(String id, List<String> contentTypeList, javax.servlet.http.HttpServletRequest httpServletRequest, String transformerParam, InputStream message, Map<String, Serializable> properties) voidCatalogService.updateDocument(String id, List<String> contentTypeList, org.apache.cxf.jaxrs.ext.multipart.MultipartBody multipartBody, String transformerParam, InputStream message) Updates the specified metadata entry with the provided metadata.voidCatalogService.updateDocument(String id, List<String> contentTypeList, org.apache.cxf.jaxrs.ext.multipart.MultipartBody multipartBody, String transformerParam, InputStream message, Map<String, Serializable> properties)