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

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 Collection instance 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 Collection or 0 if no child collections exist.
getCollection(String) - Static method in class org.xmldb.api.DatabaseManager
Retrieves a Collection instance from the database for the given URI.
getCollection(String, String, String) - Method in interface org.xmldb.api.base.Database
Retrieves a Collection instance based on the URI provided in the uri parameter.
getCollection(String, String, String) - Static method in class org.xmldb.api.DatabaseManager
Retrieves a Collection instance 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 Resource as a DOM Node.
getContentAsSAX(ContentHandler) - Method in interface org.xmldb.api.modules.XMLResource
Allows you to use a ContentHandler to 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 Database implementations that have been registered with this DatabaseManager.
getDocumentId() - Method in interface org.xmldb.api.modules.XMLResource
Returns the unique id for the parent document to this Resource or null if the Resource does 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 Resource or null if the Resource is anonymous.
getIterator() - Method in interface org.xmldb.api.base.ResourceSet
Returns an iterator over all Resource instances 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 prefix from the internal namespace map.
getNamespace(String) - Method in interface org.xmldb.api.modules.XQueryService
Returns the URI string associated with prefix from 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 null if no parent collection exists.
getParentCollection() - Method in interface org.xmldb.api.base.Resource
Returns the Collection instance 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 name or the defaultValue if no property is set for the given name.
getResource(long) - Method in interface org.xmldb.api.base.ResourceSet
Returns the Resource instance stored at the index specified by index.
getResource(String) - Method in interface org.xmldb.api.base.Collection
Retrieves a Resource from 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 XMLResource is used to produce SAX events (through the getContentAsSAX() method)
getService(Class<S>) - Method in interface org.xmldb.api.base.ServiceProvider
Returns a Service instance for the requested serviceType.
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 UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
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