Class CreateStorageResponseImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.CreateStorageRequest>
ddf.catalog.content.operation.impl.CreateStorageResponseImpl
- All Implemented Interfaces:
ddf.catalog.content.operation.CreateStorageResponse,ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.CreateStorageRequest>,ddf.catalog.operation.Operation,ddf.catalog.operation.Response<ddf.catalog.content.operation.CreateStorageRequest>,Serializable
public class CreateStorageResponseImpl
extends ResponseImpl<ddf.catalog.content.operation.CreateStorageRequest>
implements ddf.catalog.content.operation.CreateStorageResponse
- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionCreateStorageResponseImpl(ddf.catalog.content.operation.CreateStorageRequest request, List<ddf.catalog.content.data.ContentItem> createdContentItems) Instantiates a new ResponseImplCreateStorageResponseImpl(ddf.catalog.content.operation.CreateStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl -
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, 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
-
CreateStorageResponseImpl
public CreateStorageResponseImpl(ddf.catalog.content.operation.CreateStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl- Parameters:
request- the original requestproperties-
-
CreateStorageResponseImpl
public CreateStorageResponseImpl(ddf.catalog.content.operation.CreateStorageRequest request, List<ddf.catalog.content.data.ContentItem> createdContentItems) Instantiates a new ResponseImpl- Parameters:
request- the original requestcreatedContentItems-
-
-
Method Details
-
getCreatedContentItems
- Specified by:
getCreatedContentItemsin interfaceddf.catalog.content.operation.CreateStorageResponse
-
getStorageRequest
public ddf.catalog.content.operation.StorageRequest getStorageRequest()- Specified by:
getStorageRequestin interfaceddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.CreateStorageRequest>
-
toString
-