public class ProcessRequestImpl<T extends ProcessItem> extends OperationImpl implements ProcessRequest
| Constructor and Description |
|---|
ProcessRequestImpl(List<T> processItems,
Map<String,Serializable> properties) |
| 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, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic ProcessRequestImpl(List<T> processItems, Map<String,Serializable> properties)
public List<T> getProcessItems()
ProcessRequestProcessItems 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
getProcessItems in interface ProcessRequestList of ProcessItemsThis work is licensed under a Creative Commons Attribution 4.0 International License.