|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
org.deegree_impl.services.wcas.capabilities | |
org.deegree.services.wcas.capabilities |
Uses of Operation in org.deegree_impl.services.wcas.capabilities |
Classes in org.deegree_impl.services.wcas.capabilities that implement Operation | |
class |
Operation_Impl
---------------------------------------------------------------------- |
Methods in org.deegree_impl.services.wcas.capabilities that return Operation | |
private static Operation[] |
WCASCapabilitiesFactory.getOperations(org.w3c.dom.Element element)
returns the operations of the record types available through the catalog |
Operation[] |
RecordType_Impl.getOperations()
The <Operations> element defines which are operations are supported on a record type. |
Operation[] |
RecordTypeList_Impl.getOperations()
INSERT: The |
Methods in org.deegree_impl.services.wcas.capabilities with parameters of type Operation | |
void |
RecordType_Impl.addOperation(Operation operation)
adds the operation |
void |
RecordType_Impl.setOperations(Operation[] operation)
sets the operation |
void |
RecordTypeList_Impl.setOperation(Operation[] operation)
sets the operation |
Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type Operation | |
RecordType_Impl(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String srs,
GM_Envelope latLonBoundingBox,
RecordTypeList parentList,
java.lang.String[] keyword,
Operation[] operation,
MetadataURL[] metadataURL,
java.lang.String responsibleClassName,
java.net.URL configURL)
constructor initializing the class with the |
|
RecordTypeList_Impl(Operation[] operation,
RecordType[] recordType)
constructor initializing the class with the |
Uses of Operation in org.deegree.services.wcas.capabilities |
Methods in org.deegree.services.wcas.capabilities that return Operation | |
Operation[] |
RecordTypeList.getOperations()
INSERT: The |
Operation[] |
RecordType.getOperations()
The <Operations> element defines which are operations are supported on a feature type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |