Class UpdateStorageResponseImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.UpdateStorageRequest>
ddf.catalog.content.operation.impl.UpdateStorageResponseImpl
- All Implemented Interfaces:
ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.UpdateStorageRequest>,ddf.catalog.content.operation.UpdateStorageResponse,ddf.catalog.operation.Operation,ddf.catalog.operation.Response<ddf.catalog.content.operation.UpdateStorageRequest>,Serializable
public class UpdateStorageResponseImpl
extends ResponseImpl<ddf.catalog.content.operation.UpdateStorageRequest>
implements ddf.catalog.content.operation.UpdateStorageResponse
- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionUpdateStorageResponseImpl(ddf.catalog.content.operation.UpdateStorageRequest request, List<ddf.catalog.content.data.ContentItem> updatedContentItems) Instantiates a new ResponseImplUpdateStorageResponseImpl(ddf.catalog.content.operation.UpdateStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.content.operation.StorageRequestList<ddf.catalog.content.data.ContentItem> 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
getProcessingErrors, getRequest
-
Constructor Details
-
UpdateStorageResponseImpl
public UpdateStorageResponseImpl(ddf.catalog.content.operation.UpdateStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl- Parameters:
request- - the original requestproperties-
-
UpdateStorageResponseImpl
public UpdateStorageResponseImpl(ddf.catalog.content.operation.UpdateStorageRequest request, List<ddf.catalog.content.data.ContentItem> updatedContentItems) Instantiates a new ResponseImpl- Parameters:
request- - the original requestupdatedContentItems-
-
-
Method Details
-
getUpdatedContentItems
- Specified by:
getUpdatedContentItemsin interfaceddf.catalog.content.operation.UpdateStorageResponse
-
getStorageRequest
public ddf.catalog.content.operation.StorageRequest getStorageRequest()- Specified by:
getStorageRequestin interfaceddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.UpdateStorageRequest>
-