org.deegree_impl.services.wcas.protocol
Class CASUpdate_Impl
java.lang.Object
org.deegree_impl.services.wcas.protocol.CASOperation_Impl
org.deegree_impl.services.wcas.protocol.CASUpdate_Impl
- All Implemented Interfaces:
- CASOperation, CASUpdate
- public final class CASUpdate_Impl
- extends CASOperation_Impl
- implements CASUpdate
The update operation changes the content of the metadata entries
identified by the Filter
--------------------------------------------------------------------
- Version:
- 2002-04-16
- Author:
- Andreas Poth
Fields inherited from class org.deegree_impl.services.wcas.protocol.CASOperation_Impl |
|
Constructor Summary |
(package private) |
CASUpdate_Impl(java.lang.String handle,
Filter filter,
java.lang.Object[] metadata)
Creates a new CASUpdate_Impl object. |
Method Summary |
void |
addMetadata(java.lang.Object metadata)
|
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. |
void |
setFilter(Filter filter)
|
void |
setMetadata(java.lang.Object[] metadata)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metadata
private java.util.ArrayList metadata
filter
private Filter filter
CASUpdate_Impl
CASUpdate_Impl(java.lang.String handle,
Filter filter,
java.lang.Object[] metadata)
- Creates a new CASUpdate_Impl object.
- Parameters:
handle
- filter
- metadata
-
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.
- Specified by:
getMetadata
in interface CASUpdate
setMetadata
public void setMetadata(java.lang.Object[] metadata)
- See Also:
getMetadata()
addMetadata
public void addMetadata(java.lang.Object metadata)
- See Also:
getMetadata()
getFilter
public Filter getFilter()
- returns the Filter that describes which records shall
be changed - updated.
- Specified by:
getFilter
in interface CASUpdate
setFilter
public void setFilter(Filter filter)
- See Also:
getFilter()