public class CreateResponseImpl extends ResponseImpl<CreateRequest> implements CreateResponse
Response information (created
metacards) on a CreateRequest.request| Constructor and Description |
|---|
CreateResponseImpl(CreateRequest request,
Map<String,Serializable> properties,
List<Metacard> createdMetacards)
Instantiates a new CreateResponsImpl
|
CreateResponseImpl(CreateRequest request,
Map<String,Serializable> properties,
List<Metacard> createdMetacards,
Set<ProcessingDetails> errors)
Instantiates a new CreateResponsImpl
|
| Modifier and Type | Method and Description |
|---|---|
List<Metacard> |
getCreatedMetacards()
Gets the metacards returned from a create operation.
|
Set<ProcessingDetails> |
getProcessingErrors() |
getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic CreateResponseImpl(CreateRequest request, Map<String,Serializable> properties, List<Metacard> createdMetacards)
request - - CreateRequest used in the create operationproperties - - the properties associated with the operationcreatedMetacards - - the created metacardspublic CreateResponseImpl(CreateRequest request, Map<String,Serializable> properties, List<Metacard> createdMetacards, Set<ProcessingDetails> errors)
request - - CreateRequest used in the create operationproperties - - the properties associated with the operationcreatedMetacards - - the created metacardserrors - - the processing errorspublic Set<ProcessingDetails> getProcessingErrors()
getProcessingErrors in interface Response<CreateRequest>public List<Metacard> getCreatedMetacards()
CreateResponsegetCreatedMetacards in interface CreateResponseThis work is licensed under a Creative Commons Attribution 4.0 International License.