Uses of Class
ddf.catalog.resource.ResourceNotFoundException
Packages that use ResourceNotFoundException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Resource API and implementation.
-
Uses of ResourceNotFoundException in ddf.catalog
Methods in ddf.catalog that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionCatalogFramework.getEnterpriseResource(ResourceRequest request) CatalogFramework.getEnterpriseResourceOptions(String metacardId) Deprecated.will be removed in the next releaseCatalogFramework.getLocalResource(ResourceRequest request) Evaluate aResourceRequestusing availableResourceReaders (does not attempt to locate the resource via federation).CatalogFramework.getLocalResourceOptions(String metacardId) Deprecated.Will be removed in the next release.CatalogFramework.getResource(ResourceRequest request, String resourceSiteName) Evaluate aResourceRequestusing the specified site name.CatalogFramework.getResourceOptions(String metacardId, String sourceId) Deprecated.Will be removed in the next release. -
Uses of ResourceNotFoundException in ddf.catalog.resource
Methods in ddf.catalog.resource that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionvoidResourceWriter.deleteResource(URI uri, Map<String, Object> arguments) Deletes theResource.ResourceReader.retrieveResource(URI uri, Map<String, Serializable> arguments)