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
I
- Identifier - Interface in org.xmldb.api.base
-
Represents the unique identifications for a resource within a database.
- INHERIT_ONLY - org.xmldb.api.security.AclEntryFlag
-
Can be placed on a collection but does not apply to the collection, only to newly created resources/collections as specified by the
AclEntryFlag.RESOURCE_INHERITandAclEntryFlag.COLLECTION_INHERITflags. - INSTANCE_NAME_ALREADY_REGISTERED - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set if the
Databaseinstance name being registered is already registered. - INVALID_COLLECTION - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set if the Collection instance is in an invalid state.
- INVALID_DATABASE - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set if the
Databaseinstance being registered is invalid. - INVALID_RESOURCE - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set if the
Resourceprovided to an operation is invalid. - INVALID_URI - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set if the URI format is invalid.
- isClosed() - Method in interface org.xmldb.api.base.Resource
-
Returns whenever the current resource has been closed or not.
- isLocalInstance() - Method in interface org.xmldb.api.modules.DatabaseInstanceService
-
Returns
trueif the database instance is running local, i.e. in the same thread as this service. - isOpen() - Method in interface org.xmldb.api.base.Collection
-
Returns true if the
Collectionis open false otherwise.
All Classes All Packages