public interface DeleteRequest extends Request
Metacards from the CatalogProvider| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_BY_ID |
static String |
DELETE_BY_PRODUCT_URI |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
The attribute name tells the
CatalogProvider implementer what type
of attribute values are in the (getAttributeValues()) List. |
List<? extends Serializable> |
getAttributeValues()
Describes which
Metacards to delete. |
getStoreIdscontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesstatic final String DELETE_BY_ID
static final String DELETE_BY_PRODUCT_URI
String getAttributeName()
CatalogProvider implementer what type
of attribute values are in the (getAttributeValues()) List. For instance, if
the attribute name was "id," then the CatalogProvider implementer
would know that the attribute values in the list were id values (such as 575aa9625fa24b338bd3c439f2613709 ).Attribute that has an AttributeType.AttributeFormat of AttributeType.AttributeFormat.STRINGList<? extends Serializable> getAttributeValues()
Metacards to delete.This work is licensed under a Creative Commons Attribution 4.0 International License.