| Package | Description |
|---|---|
| ddf.catalog.content.operation | |
| ddf.catalog.content.operation.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.security | |
| ddf.catalog.security.impl | |
| ddf.catalog.transformer.xml.adapter |
Copyright (c) Codice Foundation
|
| org.codice.ddf.catalog.plugin.metacard.backup.common |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateStorageResponse
Response associated with creating content associated with a Metacard
|
interface |
DeleteStorageResponse
Response that holds the @{link List} of deleted
ContentItems |
interface |
ReadStorageResponse
Response that contains the
ContentItem that was specified in the request URI |
interface |
StorageResponse<T extends Request>
Base response interface for storage operations.
|
interface |
UpdateStorageResponse
Response containing the updated
ContentItems |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateStorageResponseImpl |
class |
DeleteStorageResponseImpl |
class |
ReadStorageResponseImpl |
class |
UpdateStorageResponseImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateResponse
CreateResponse contains response information that should ber returned on a
CreateRequest
operation. |
interface |
DeleteResponse
The Interface DeleteResponse contains the response information on a
DeleteRequest |
interface |
QueryResponse |
interface |
ResourceResponse |
interface |
SourceInfoResponse
The SourceInfoResponse is used to return
Source information on an operation. |
interface |
SourceResponse
Query status should come back in the properties.
|
interface |
UpdateResponse
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateResponseImpl
CreateResponseImpl contains the
Response information (created
metacards) on a CreateRequest. |
class |
DeleteResponseImpl
The DeleteResponseImpl represents a default implementation of the
DefaultResponse. |
class |
QueryResponseImpl |
class |
ResourceResponseImpl
The ResourceResponseImpl provides a means of providing a
ResourceResponse. |
class |
ResponseImpl<T extends Request>
The ResponseImpl class provides a generic means of providing a
Response on operations. |
class |
SourceInfoResponseImpl
The SourceInfoResponseImpl provides a default implementation of a
SourceInfoResponse. |
class |
SourceResponseImpl
The SourceResponseImpl represents a default implementation of the
SourceResponse. |
class |
UpdateResponseImpl
The UpdateResponseImpl represents a default implementation of an
UpdateRequest |
| Modifier and Type | Method and Description |
|---|---|
Response |
FilterResult.response()
Returns a filtered
Response |
| Modifier and Type | Method and Description |
|---|---|
FilterResult |
FilterStrategy.process(Response response,
Metacard metacard)
|
| Modifier and Type | Method and Description |
|---|---|
Response |
FilterResultImpl.response() |
| Constructor and Description |
|---|
FilterResultImpl(Metacard metacard,
Response response,
boolean processed) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptedSourceResponse |
| Modifier and Type | Method and Description |
|---|---|
List<Metacard> |
ResponseMetacardActionSplitter.split(Response response) |
This work is licensed under a Creative Commons Attribution 4.0 International License.