Uses of Interface
org.xmldb.api.base.Service

Packages that use Service
net.cfoster.sedna   
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of Service in net.cfoster.sedna
 

Subinterfaces of Service in net.cfoster.sedna
 interface IndexManagementService
          IndexManagementService allows the Sedna XML:DB user to create, remove and list current value indexes within the Sedna XML Database.
 interface ModuleManagementService
          ModuleManagementService allows the Sedna XML:DB user to create, remove and list current XQuery modules within the Sedna XML Database.
 interface RoleManagementService
          RoleManagementService allows Sedna XML:DB users to add, delete, list and and modify roles within the Sedna database.
 interface SednaUpdateService
          SednaUpdateService is a simple Service which allows you to execute UPDATE statements against the Database.
 interface UserManagementService
          UserManagementService allows a DBA (Database Administrator) or a user with appropriate privileges to manage users, and their individual Privileges.
 

Uses of Service in org.xmldb.api.base
 

Methods in org.xmldb.api.base that return Service
 Service Collection.getService(java.lang.String name, java.lang.String version)
          Returns a Service instance for the requested service name and version.
 Service[] Collection.getServices()
          Provides a list of all services known to the collection.
 

Uses of Service in org.xmldb.api.modules
 

Subinterfaces of Service in org.xmldb.api.modules
 interface CollectionManagementService
          CollectionManagementService is a Service that enables the basic management of collections within a database.
 interface TransactionService
          Provides the ability to bundle Collection operations into a transaction.
 interface XPathQueryService
          XPathQueryService is a Service that enables the execution of XPath queries within the context of a Collection or against a single XML Resource stored in the Collection.
 interface XQueryService
           
 interface XUpdateQueryService
          XUpdateQueryService is a Service that enables the execution of XUpdate queries within the context of a Collection or against a single document stored in a collection.