| Package | Description |
|---|---|
| ddf.catalog.cache | |
| ddf.catalog.cache.impl | |
| ddf.catalog.operation |
Provides the classes for the Catalog Operation API and implementation.
|
| ddf.catalog.operation.impl |
Provides the classes for the Catalog Operation API and implementation.
|
| ddf.catalog.resource |
Provides the classes for the Catalog Resource API and implementation.
|
| ddf.catalog.resource.data | |
| ddf.catalog.resource.impl |
Provides the classes for the Catalog Resource API reference implementation.
|
| ddf.common | |
| org.codice.ddf.catalog.async.data.impl | |
| org.codice.ddf.catalog.resource.cache | |
| org.codice.ddf.catalog.resource.cache.impl | |
| org.codice.ddf.spatial.ogc.csw.catalog.common |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceCacheInterface.getValid(String key,
Metacard latestMetacard)
Deprecated.
Gets a valid resource from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceCacheImpl.getValid(String key,
Metacard latestMetacard) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceResponse.getResource() |
| Modifier and Type | Field and Description |
|---|---|
protected Resource |
ResourceResponseImpl.resource |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceResponseImpl.getResource() |
| Constructor and Description |
|---|
ResourceResponseImpl(Resource resource)
Instantiates a new ResourceResponseImpl from the given
Resource. |
ResourceResponseImpl(ResourceRequest request,
Map<String,Serializable> properties,
Resource resource)
|
ResourceResponseImpl(ResourceRequest request,
Resource resource)
Instantiates a new ResourceResponseImpl from the given
ResourceRequest and Resource. |
| Modifier and Type | Method and Description |
|---|---|
URI |
ResourceWriter.storeResource(Resource resource,
Map<String,Object> arguments)
Stores the
Resource with optional arguments |
URI |
ResourceWriter.storeResource(Resource resource,
String id,
Map<String,Object> arguments)
Stores the
Resource using the supplied id and optional arguments |
| Modifier and Type | Class and Description |
|---|---|
class |
ReliableResource
The resource that will be stored in the
ResourceCacheImpl cache map. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceImpl
This class is a generic implementation of the
Resource interface |
| Constructor and Description |
|---|
ResourceDataSource(Resource resource)
Create a new product data source.
|
| Constructor and Description |
|---|
LazyProcessResourceImpl(String metacardId,
Supplier<Resource> resourceSupplier)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Resource> |
ResourceCache.get(Metacard metacard)
Gets the default resource associated with the
Metacard provided. |
Optional<Resource> |
ResourceCache.get(Metacard metacard,
ResourceRequest resourceRequest)
Gets a specific resource associated with the
Metacard provided based on the attributes
of the ResourceRequest. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Resource> |
ResourceCacheImpl.get(Metacard metacard) |
Optional<Resource> |
ResourceCacheImpl.get(Metacard metacard,
ResourceRequest resourceRequest) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
CswRecordCollection.getResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
CswRecordCollection.setResource(Resource resource) |
This work is licensed under a Creative Commons Attribution 4.0 International License.