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