public class UpdateStorageRequestImpl extends OperationImpl implements UpdateStorageRequest
| Constructor and Description |
|---|
UpdateStorageRequestImpl(List<ContentItem> contentItems,
Map<String,Serializable> properties) |
UpdateStorageRequestImpl(List<ContentItem> contentItems,
String id,
Map<String,Serializable> properties) |
UpdateStorageRequestImpl(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentItem> |
getContentItems()
Returns the
List of ContentItems that should be updated |
String |
getId()
Returns the unique ID associated with this storage request.
|
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoreIdscontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic UpdateStorageRequestImpl(Map<String,Serializable> properties)
public UpdateStorageRequestImpl(List<ContentItem> contentItems, Map<String,Serializable> properties)
public UpdateStorageRequestImpl(List<ContentItem> contentItems, String id, Map<String,Serializable> properties)
public List<ContentItem> getContentItems()
UpdateStorageRequestList of ContentItems that should be updatedgetContentItems in interface UpdateStorageRequestList of ContentItemspublic String getId()
StorageRequestStorageProvider to StorageProvider.commit(StorageRequest) or StorageProvider.rollback(StorageRequest) changes.getId in interface StorageRequestThis work is licensed under a Creative Commons Attribution 4.0 International License.