Package ddf.catalog.operation.impl
Class CreateResponseImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.operation.CreateRequest>
ddf.catalog.operation.impl.CreateResponseImpl
- All Implemented Interfaces:
ddf.catalog.operation.CreateResponse,ddf.catalog.operation.Operation,ddf.catalog.operation.Response<ddf.catalog.operation.CreateRequest>,Serializable
public class CreateResponseImpl
extends ResponseImpl<ddf.catalog.operation.CreateRequest>
implements ddf.catalog.operation.CreateResponse
CreateResponseImpl contains the
Response information (created
metacards) on a CreateRequest.- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionCreateResponseImpl(ddf.catalog.operation.CreateRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> createdMetacards) Instantiates a new CreateResponsImplCreateResponseImpl(ddf.catalog.operation.CreateRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> createdMetacards, Set<ddf.catalog.operation.ProcessingDetails> errors) Instantiates a new CreateResponsImpl -
Method Summary
Methods inherited from class ddf.catalog.operation.impl.ResponseImpl
getRequestMethods inherited from class ddf.catalog.operation.impl.OperationImpl
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getRequest
-
Constructor Details
-
CreateResponseImpl
public CreateResponseImpl(ddf.catalog.operation.CreateRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> createdMetacards) Instantiates a new CreateResponsImpl- Parameters:
request- -CreateRequestused in the create operationproperties- - the properties associated with the operationcreatedMetacards- - the created metacards
-
CreateResponseImpl
public CreateResponseImpl(ddf.catalog.operation.CreateRequest request, Map<String, Serializable> properties, List<ddf.catalog.data.Metacard> createdMetacards, Set<ddf.catalog.operation.ProcessingDetails> errors) Instantiates a new CreateResponsImpl- Parameters:
request- -CreateRequestused in the create operationproperties- - the properties associated with the operationcreatedMetacards- - the created metacardserrors- - the processing errors
-
-
Method Details
-
getProcessingErrors
- Specified by:
getProcessingErrorsin interfaceddf.catalog.operation.Response<ddf.catalog.operation.CreateRequest>
-
getCreatedMetacards
- Specified by:
getCreatedMetacardsin interfaceddf.catalog.operation.CreateResponse
-