public class UpdateResponseImpl extends ResponseImpl<UpdateRequest> implements UpdateResponse
UpdateRequest| Modifier and Type | Field and Description |
|---|---|
protected List<Update> |
updatedMetacards |
request| Constructor and Description |
|---|
UpdateResponseImpl(UpdateRequest request,
Map<String,Serializable> properties,
List<Metacard> updatedMetacards,
List<Metacard> oldMetacards)
Instantiates a new UpdateResponseImpl with old and new
Metacard(s). |
UpdateResponseImpl(UpdateRequest request,
Map<String,Serializable> properties,
List<Metacard> updatedMetacards,
List<Metacard> oldMetacards,
Set<ProcessingDetails> errors)
Instantiates a new UpdateResponseImpl with old and new
Metacard(s). |
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 |
|---|---|
Set<ProcessingDetails> |
getProcessingErrors() |
List<Update> |
getUpdatedMetacards()
Get the
Updates that occurred |
getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic UpdateResponseImpl(UpdateRequest request, Map<String,Serializable> properties, List<Update> updatedMetacards)
request - the original requestproperties - the properties associated with the operationupdatedMetacards - the updated metacardspublic UpdateResponseImpl(UpdateRequest request, Map<String,Serializable> properties, List<Update> updatedMetacards, Set<ProcessingDetails> errors)
request - the original requestproperties - the properties associated with the operationupdatedMetacards - the updated metacardserrors - the processing errorspublic UpdateResponseImpl(UpdateRequest request, Map<String,Serializable> properties, List<Metacard> updatedMetacards, List<Metacard> oldMetacards)
Metacard(s).request - the original requestproperties - the properties associated with the operationupdatedMetacards - the updated metacardsoldMetacards - the old metacards (prior to the updates)public UpdateResponseImpl(UpdateRequest request, Map<String,Serializable> properties, List<Metacard> updatedMetacards, List<Metacard> oldMetacards, Set<ProcessingDetails> errors)
Metacard(s).request - the original requestproperties - the properties associated with the operationupdatedMetacards - the updated metacardsoldMetacards - the old metacards (prior to the updates)errors - the processing errorspublic Set<ProcessingDetails> getProcessingErrors()
getProcessingErrors in interface Response<UpdateRequest>public List<Update> getUpdatedMetacards()
UpdateResponseUpdates that occurredgetUpdatedMetacards in interface UpdateResponseList of Updates that occurredThis work is licensed under a Creative Commons Attribution 4.0 International License.