org.deegree.services.wcas.protocol
Interface CASUpdate
- All Superinterfaces:
- CASOperation
- All Known Implementing Classes:
- CASUpdate_Impl
- public interface CASUpdate
- extends CASOperation
The update operation changes the content of the metadata entries
identified by the Filter
--------------------------------------------------------------------
- Version:
- 2002-04-16
- Author:
- Andreas Poth
Method Summary |
Filter |
getFilter()
returns the Filter that describes which records shall
be changed - updated. |
java.lang.Object[] |
getMetadata()
returns the metadata that shall be updated. because a catalog
may supports more than one data format, no specific type is
definied. |
getMetadata
public java.lang.Object[] getMetadata()
- returns the metadata that shall be updated. because a catalog
may supports more than one data format, no specific type is
definied.
getFilter
public Filter getFilter()
- returns the Filter that describes which records shall
be changed - updated.