Uses of Class
org.deegree_impl.services.wcas.protocol.CASOperation_Impl

Packages that use CASOperation_Impl
org.deegree_impl.services.wcas.protocol   
 

Uses of CASOperation_Impl in org.deegree_impl.services.wcas.protocol
 

Subclasses of CASOperation_Impl in org.deegree_impl.services.wcas.protocol
 class CASDelete_Impl
          The delete operation removes zero to n metadata entries from a catalog that matches the Filter that is returned by the methode getFilter.
 class CASInsert_Impl
          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.
 class CASUpdate_Impl
          The update operation changes the content of the metadata entries identified by the Filter --------------------------------------------------------------------