org.deegree.services.wcas.protocol
Interface CASInsert

All Superinterfaces:
CASOperation
All Known Implementing Classes:
CASInsert_Impl

public interface CASInsert
extends CASOperation

An insert opration adds new metadata to the catalog. because a catalog probably knows several different metadata fromats no specific type is used to access the metadata.

--------------------------------------------------------------------

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
 java.lang.Object[] getMetadata()
          returns the metadata that shall be added to a catalog
 
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 added to a catalog