Uses of Interface
org.xmldb.api.base.Service
-
Packages that use Service Package Description org.xmldb.api.base org.xmldb.api.modules org.xmldb.api.security -
-
Uses of Service in org.xmldb.api.base
Methods in org.xmldb.api.base with type parameters of type Service Modifier and Type Method Description <S extends Service>
voidServiceProviderCache.ProviderRegistry. add(java.lang.Class<S> serviceType, java.util.function.Supplier<? extends S> serviceSupplier)Registers the given service supplier for the given service type.<S extends Service>
java.util.Optional<S>ServiceProvider. findService(java.lang.Class<S> serviceType)Returns optionalServiceinstance for the requestedserviceType.<S extends Service>
java.util.Optional<S>ServiceProviderCache. findService(java.lang.Class<S> serviceType)default <S extends Service>
SServiceProvider. getService(java.lang.Class<S> serviceType)Returns aServiceinstance for the requestedserviceType.<S extends Service>
booleanServiceProvider. hasService(java.lang.Class<S> serviceType)Checks if a service of the given serviceType is available.<S extends Service>
booleanServiceProviderCache. hasService(java.lang.Class<S> serviceType) -
Uses of Service in org.xmldb.api.modules
Subinterfaces of Service in org.xmldb.api.modules Modifier and Type Interface Description interfaceCollectionManagementServiceCollectionManagementService is aServicethat enables the basic management of collections within a database.interfaceDatabaseInstanceServiceA service to manage the database instance.interfaceTransactionServiceProvides the ability to bundleCollectionoperations into a transaction.interfaceXPathQueryServiceXPathQueryService is aServicethat enables the execution of XPath queries within the context of aCollectionor against a single XMLResourcestored in theCollection.interfaceXQueryServiceinterfaceXUpdateQueryServiceXUpdateQueryService is aServicethat enables the execution of XUpdate queries within the context of aCollectionor against a single document stored in a collection. -
Uses of Service in org.xmldb.api.security
Subinterfaces of Service in org.xmldb.api.security Modifier and Type Interface Description interfacePermissionManagementServiceThis service is providing permission related functions in order to get or change permissions onCollectionorResourceobjects.interfaceUserPrincipalLookupServiceAn object to lookup user and group principals by name.
-