| Package | Description |
|---|---|
| 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.plugin |
Provides the classes for the Catalog Plug-in API and implementation.
|
| ddf.sdk.plugin.predelivery |
| Modifier and Type | Method and Description |
|---|---|
List<Update> |
UpdateResponse.getUpdatedMetacards()
Get the
Updates that occurred |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateImpl
Default implementation of
Update |
| Modifier and Type | Field and Description |
|---|---|
protected List<Update> |
UpdateResponseImpl.updatedMetacards |
| Modifier and Type | Method and Description |
|---|---|
List<Update> |
UpdateResponseImpl.getUpdatedMetacards() |
| Constructor and Description |
|---|
UpdateResponseImpl(UpdateRequest request,
Map<String,Serializable> properties,
List<Update> updatedMetacards)
Instantiates a new UpdateResponseImpl.
|
UpdateResponseImpl(UpdateRequest request,
Map<String,Serializable> properties,
List<Update> updatedMetacards,
Set<ProcessingDetails> errors)
Instantiates a new UpdateResponseImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
PreDeliveryPlugin.processUpdateHit(Update update)
Callback invoked when a
Metacard has been updated and the new version matches a Subscription. |
Update |
PreDeliveryPlugin.processUpdateMiss(Update update)
Callback invoked when a
Metacard has been updated and only the old version matches a
Subscription |
| Modifier and Type | Method and Description |
|---|---|
Update |
PreDeliveryPlugin.processUpdateHit(Update update)
Callback invoked when a
Metacard has been updated and the new version matches a Subscription. |
Update |
PreDeliveryPlugin.processUpdateMiss(Update update)
Callback invoked when a
Metacard has been updated and only the old version matches a
Subscription |
| Modifier and Type | Method and Description |
|---|---|
Update |
DummyPreDeliveryPlugin.processUpdateHit(Update update) |
Update |
DummyPreDeliveryPlugin.processUpdateMiss(Update update) |
| Modifier and Type | Method and Description |
|---|---|
Update |
DummyPreDeliveryPlugin.processUpdateHit(Update update) |
Update |
DummyPreDeliveryPlugin.processUpdateMiss(Update update) |
This work is licensed under a Creative Commons Attribution 4.0 International License.