Package ddf.catalog.operation
Interface DeleteResponse
- All Superinterfaces:
Operation,Response<DeleteRequest>,Serializable
The Interface DeleteResponse contains the response information on a
DeleteRequest-
Method Summary
Modifier and TypeMethodDescriptionGets the deleted metacards.Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequest
-
Method Details
-
getDeletedMetacards
Gets the deleted metacards.- Returns:
- the deleted metacards
-