A B C D E F G H I L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAcl(Collection) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns a list of current ACL (Access Control List) entries for the given collection.
- getAcl(Resource) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns a list of current ACL (Access Control List) entries for the given resource.
- getAttributes(Collection) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns an attribute view for the given collection.
- getAttributes(Resource) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns an attribute view for the given resource.
- getChildCollection(String) - Method in interface org.xmldb.api.base.Collection
-
Returns a
Collectioninstance for the requested child collection if it exists. - getChildCollectionCount() - Method in interface org.xmldb.api.base.Collection
-
Returns the number of child collections under this
Collectionor 0 if no child collections exist. - getCollection(String) - Static method in class org.xmldb.api.DatabaseManager
-
Retrieves a
Collectioninstance from the database for the given URI. - getCollection(String, String, String) - Method in interface org.xmldb.api.base.Database
-
Retrieves a
Collectioninstance based on the URI provided in theuriparameter. - getCollection(String, String, String) - Static method in class org.xmldb.api.DatabaseManager
-
Retrieves a
Collectioninstance from the database for the given URI. - getConformanceLevel() - Method in interface org.xmldb.api.base.Database
-
Returns the XML:DB API Conformance level for the implementation.
- getConformanceLevel(String) - Static method in class org.xmldb.api.DatabaseManager
-
Returns the Core Level conformance value for the provided URI.
- getContent() - Method in interface org.xmldb.api.base.Resource
-
Retrieves the content from the resource.
- getContentAsDOM() - Method in interface org.xmldb.api.modules.XMLResource
-
Returns the content of the
Resourceas a DOM Node. - getContentAsSAX(ContentHandler) - Method in interface org.xmldb.api.modules.XMLResource
-
Allows you to use a
ContentHandlerto parse the XML data from the database for use in an application. - getContentAsStream(OutputStream) - Method in interface org.xmldb.api.base.Resource
-
Retrieves the content from the resource.
- getCreationTime() - Method in interface org.xmldb.api.base.Collection
-
Returns the time of creation of the collection.
- getCreationTime() - Method in interface org.xmldb.api.base.Resource
-
Returns the time of creation of the resource.
- getDatabases() - Static method in class org.xmldb.api.DatabaseManager
-
Returns a set of all available
Databaseimplementations that have been registered with thisDatabaseManager. - getDocumentId() - Method in interface org.xmldb.api.modules.XMLResource
-
Returns the unique id for the parent document to this
Resourceor null if theResourcedoes not have a parent document. - getGroup(Collection) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns the current group of the given collection.
- getGroup(Resource) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns the current group of the given resource.
- getId() - Method in interface org.xmldb.api.base.Resource
-
Returns the unique id for this
Resourceor null if theResourceis anonymous. - getIterator() - Method in interface org.xmldb.api.base.ResourceSet
-
Returns an iterator over all
Resourceinstances stored in the set. - getLastModificationTime() - Method in interface org.xmldb.api.base.Resource
-
Returns the time of last modification of the resource.
- getMembersAsResource() - Method in interface org.xmldb.api.base.ResourceSet
-
Returns a Resource containing an XML representation of all resources stored in the set.
- getName() - Method in interface org.xmldb.api.base.Collection
-
Returns the name associated with the Collection instance.
- getName() - Method in interface org.xmldb.api.base.Database
-
Returns the name associated with the Database instance.
- getName() - Method in interface org.xmldb.api.base.Service
-
Returns the name associated with the Service instance.
- getNamespace(String) - Method in interface org.xmldb.api.modules.XPathQueryService
-
Returns the URI string associated with
prefixfrom the internal namespace map. - getNamespace(String) - Method in interface org.xmldb.api.modules.XQueryService
-
Returns the URI string associated with
prefixfrom the internal namespace map. - getOwner(Collection) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns the current owner of the given collection.
- getOwner(Resource) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns the current owner of the given resource.
- getParentCollection() - Method in interface org.xmldb.api.base.Collection
-
Returns the parent collection for this collection or
nullif no parent collection exists. - getParentCollection() - Method in interface org.xmldb.api.base.Resource
-
Returns the
Collectioninstance that this resource is associated with. - getPermissions(Collection) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns a set of currently set permissions for the given collection.
- getPermissions(Resource) - Method in interface org.xmldb.api.security.PermissionManagementService
-
Returns a set of currently set permissions for the given resource.
- getProperty(String) - Method in interface org.xmldb.api.base.Configurable
-
Returns the value of the property identified by
name. - getProperty(String) - Static method in class org.xmldb.api.DatabaseManager
-
Retrieves a property that has been set for the
DatabaseManager. - getProperty(String, String) - Method in interface org.xmldb.api.base.Configurable
-
Returns the value of the property identified by
nameor thedefaultValueif no property is set for the givenname. - getResource(long) - Method in interface org.xmldb.api.base.ResourceSet
-
Returns the
Resourceinstance stored at the index specified by index. - getResource(String) - Method in interface org.xmldb.api.base.Collection
-
Retrieves a
Resourcefrom the database. - getResourceCount() - Method in interface org.xmldb.api.base.Collection
-
Returns the number of resources currently stored in this collection or 0 if the collection is empty.
- getResourceType() - Method in interface org.xmldb.api.base.Resource
-
Returns the resource type for this Resource.
- getResourceType() - Method in interface org.xmldb.api.modules.BinaryResource
- getResourceType() - Method in interface org.xmldb.api.modules.XMLResource
- getSAXFeature(String) - Method in interface org.xmldb.api.modules.XMLResource
-
Returns current setting of a SAX feature that will be used when this
XMLResourceis used to produce SAX events (through the getContentAsSAX() method) - getService(Class<S>) - Method in interface org.xmldb.api.base.ServiceProvider
-
Returns a
Serviceinstance for the requestedserviceType. - getSize() - Method in interface org.xmldb.api.base.ResourceSet
-
Returns the number of resources contained in the set.
- getVersion() - Method in interface org.xmldb.api.base.Service
-
Gets the Version attribute of the Service object
- group() - Method in interface org.xmldb.api.security.Attributes
-
Returns the group owner of the collection or resource.
- GROUP_EXECUTE - org.xmldb.api.security.Permission
-
Execute/search permission, group.
- GROUP_READ - org.xmldb.api.security.Permission
-
Read permission, group.
- GROUP_WRITE - org.xmldb.api.security.Permission
-
Write permission, group.
- GroupPrincipal - Interface in org.xmldb.api.security
-
A
UserPrincipalrepresenting a group identity, used to determine access rights to objects in a file system.
All Classes All Packages