T - A ProcessItem that contains the data to be processed.public interface ProcessRequest<T extends ProcessItem> extends Operation
ProcessRequest is a request that is capable of being processed by PostProcessPlugins in a ProcessingFramework.| Modifier and Type | Method and Description |
|---|---|
List<T> |
getProcessItems()
Gets the
ProcessItems that contain the data required for processing by the ProcessingFramework. |
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesList<T> getProcessItems()
ProcessItems that contain the data required for processing by the ProcessingFramework. The available ProcessItems are:
ProcessCreateItem which contains a Metacard and the
ProcessResource
ProcessUpdateItem which contains an updated Metacard,
the original Metacard, and the ProcessResource
ProcessDeleteItem which contains the Metacard being
deleted
List of ProcessItemsThis work is licensed under a Creative Commons Attribution 4.0 International License.