public class DeleteStorageRequestImpl extends OperationImpl implements DeleteStorageRequest
| Constructor and Description |
|---|
DeleteStorageRequestImpl(List<Metacard> metacards,
Map<String,Serializable> properties) |
DeleteStorageRequestImpl(List<Metacard> metacards,
String id,
Map<String,Serializable> properties) |
DeleteStorageRequestImpl(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the unique ID associated with this storage request.
|
List<Metacard> |
getMetacards()
|
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoreIdscontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic DeleteStorageRequestImpl(Map<String,Serializable> properties)
public DeleteStorageRequestImpl(List<Metacard> metacards, Map<String,Serializable> properties)
public List<Metacard> getMetacards()
DeleteStorageRequestgetMetacards in interface DeleteStorageRequestList of Metacardspublic 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.