org.deegree.services.wcas.protocol
Interface CASDelete
- All Superinterfaces:
- CASOperation
- All Known Implementing Classes:
- CASDelete_Impl
- public interface CASDelete
- extends CASOperation
The delete operation removes zero to n metadata entries from a
catalog that matches the Filter that is returned by the
methode getFilter. If no Filter is defined all
entries will be removed from the data-metadata or service metadata
catalog (@see getType).
--------------------------------------------------------------------
- Version:
- 2002-04-16
- Author:
- Andreas Poth
Method Summary |
Filter |
getFilter()
returns the Filter that defines which entries shall
be removed from the catalog. |
java.lang.String |
getType()
possible return values are 'ISO19115' and 'ISO19119' indicating
if the entries that matches the Filter shall be removed
from the data-metadata or the service-metadata. |
getFilter
public Filter getFilter()
- returns the Filter that defines which entries shall
be removed from the catalog.
getType
public java.lang.String getType()
- possible return values are 'ISO19115' and 'ISO19119' indicating
if the entries that matches the Filter shall be removed
from the data-metadata or the service-metadata.