Uses of Interface
org.xmldb.api.base.Configurable
-
Packages that use Configurable Package Description org.xmldb.api.base org.xmldb.api.modules org.xmldb.api.security -
-
Uses of Configurable in org.xmldb.api.base
Subinterfaces of Configurable in org.xmldb.api.base Modifier and Type Interface Description interface
Collection
ACollection
represents a collection ofResource
s stored within an XML database.interface
Database
Database
is an encapsulation of the database driver functionality that is necessary to access an XML database.interface
Service
TheService
interface provides an extension mechanism forCollection
implementations. -
Uses of Configurable in org.xmldb.api.modules
Subinterfaces of Configurable in org.xmldb.api.modules Modifier and Type Interface Description interface
CollectionManagementService
CollectionManagementService is aService
that enables the basic management of collections within a database.interface
DatabaseInstanceService
A service to manage the database instance.interface
TransactionService
Provides the ability to bundleCollection
operations into a transaction.interface
XPathQueryService
XPathQueryService is aService
that enables the execution of XPath queries within the context of aCollection
or against a single XMLResource
stored in theCollection
.interface
XQueryService
interface
XUpdateQueryService
XUpdateQueryService is aService
that enables the execution of XUpdate queries within the context of aCollection
or against a single document stored in a collection. -
Uses of Configurable in org.xmldb.api.security
Subinterfaces of Configurable in org.xmldb.api.security Modifier and Type Interface Description interface
PermissionManagementService
This service is providing permission related functions in order to get or change permissions onCollection
orResource
objects.interface
UserPrincipalLookupService
An object to lookup user and group principals by name.
-