Class UpdateStorageRequestImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.content.operation.impl.UpdateStorageRequestImpl
- All Implemented Interfaces:
ddf.catalog.content.operation.StorageRequest,ddf.catalog.content.operation.UpdateStorageRequest,ddf.catalog.operation.Operation,ddf.catalog.operation.Request,Serializable
public class UpdateStorageRequestImpl
extends OperationImpl
implements ddf.catalog.content.operation.UpdateStorageRequest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateStorageRequestImpl(List<ddf.catalog.content.data.ContentItem> contentItems, String id, Map<String, Serializable> properties) UpdateStorageRequestImpl(List<ddf.catalog.content.data.ContentItem> contentItems, Map<String, Serializable> properties) UpdateStorageRequestImpl(Map<String, Serializable> properties) -
Method Summary
Methods 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.Request
getStoreIds
-
Constructor Details
-
UpdateStorageRequestImpl
-
UpdateStorageRequestImpl
public UpdateStorageRequestImpl(List<ddf.catalog.content.data.ContentItem> contentItems, Map<String, Serializable> properties) -
UpdateStorageRequestImpl
public UpdateStorageRequestImpl(List<ddf.catalog.content.data.ContentItem> contentItems, String id, Map<String, Serializable> properties)
-
-
Method Details
-
getContentItems
- Specified by:
getContentItemsin interfaceddf.catalog.content.operation.UpdateStorageRequest
-
getId
- Specified by:
getIdin interfaceddf.catalog.content.operation.StorageRequest
-