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

Field Summary
 
Fields inherited from interface org.deegree.services.wcas.protocol.CASOperation
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE
 
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.
 
Methods inherited from interface org.deegree.services.wcas.protocol.CASOperation
getHandle
 

Method Detail

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.