|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASOperation | |
org.deegree_impl.services.wcas.protocol | |
org.deegree.services.wcas.protocol |
Uses of CASOperation in org.deegree_impl.services.wcas.protocol |
Classes in org.deegree_impl.services.wcas.protocol that implement CASOperation | |
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 |
CASOperation_Impl
this is the basic interface of all catalog operations (insert, delete, update): -------------------------------------------------------------------- |
class |
CASUpdate_Impl
The update operation changes the content of the metadata entries identified by the Filter -------------------------------------------------------------------- |
Methods in org.deegree_impl.services.wcas.protocol that return CASOperation | |
CASOperation[] |
CASTransactionRequest_Impl.getOperations()
A |
private static CASOperation[] |
CASProtocolFactory.createInserts(org.w3c.dom.NodeList nl)
creates insert operations object from a XML-element defined by the OGC CAS specifications |
private static CASOperation[] |
CASProtocolFactory.createUpdates(org.w3c.dom.NodeList nl)
creates update operations object from a XML-element defined by the OGC CAS specifications |
private static CASOperation[] |
CASProtocolFactory.createDeletes(org.w3c.dom.NodeList nl)
creates delete operations object from a XML-element defined by the OGC CAS specifications |
Methods in org.deegree_impl.services.wcas.protocol with parameters of type CASOperation | |
void |
CASTransactionRequest_Impl.setOperations(CASOperation[] operations)
|
void |
CASTransactionRequest_Impl.addOperation(CASOperation operation)
|
CASTransactionRequest |
CASProtocolFactory.createCASTransactionRequest(java.lang.String id,
java.util.HashMap vendorSpecificParameter,
java.lang.String lockId,
java.lang.String handle,
CASOperation[] operations)
creates a CASTransactionRequest object. |
Constructors in org.deegree_impl.services.wcas.protocol with parameters of type CASOperation | |
CASTransactionRequest_Impl(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorSpecificParameter,
java.lang.String lockId,
java.lang.String handle,
CASOperation[] operations)
Creates a new CASTransactionRequest_Impl object. |
Uses of CASOperation in org.deegree.services.wcas.protocol |
Subinterfaces of CASOperation in org.deegree.services.wcas.protocol | |
interface |
CASDelete
The delete operation removes zero to n metadata entries from a catalog that matches the Filter that is returned by the methode getFilter. |
interface |
CASInsert
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. |
interface |
CASUpdate
The update operation changes the content of the metadata entries identified by the Filter -------------------------------------------------------------------- |
Methods in org.deegree.services.wcas.protocol that return CASOperation | |
CASOperation[] |
CASTransactionRequest.getOperations()
A |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |