Package ddf.catalog.operation
Interface DeleteRequest
- All Superinterfaces:
Operation,Request,Serializable
A request to delete
Metacards from the CatalogProvider-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe attribute name tells theCatalogProviderimplementer what type of attribute values are in the (getAttributeValues())List.List<? extends Serializable> Describes whichMetacards to delete.Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Request
getStoreIds
-
Field Details
-
DELETE_BY_ID
- See Also:
-
DELETE_BY_PRODUCT_URI
- See Also:
-
-
Method Details
-
getAttributeName
String getAttributeName()The attribute name tells theCatalogProviderimplementer what type of attribute values are in the (getAttributeValues())List. For instance, if the attribute name was "id," then theCatalogProviderimplementer would know that the attribute values in the list were id values (such as575aa9625fa24b338bd3c439f2613709).- Returns:
- the attribute name, the attribute name must correspond to an
Attributethat has anAttributeType.AttributeFormatofAttributeType.AttributeFormat.STRING
-
getAttributeValues
List<? extends Serializable> getAttributeValues()Describes whichMetacards to delete.- Returns:
- the values
-