dbXML API

Uses of Interface
com.dbxml.db.client.CollectionClient

Packages that use CollectionClient
com.dbxml.db.admin This is a top-level package for the dbXML Administrator implementation. 
com.dbxml.db.admin.dialogs This package contains the various dialog boxes of the dbXML Administrator. 
com.dbxml.db.admin.nodes This package contains the administrative nodes that are exposed using the DBBrowser class. 
com.dbxml.db.client This is a top-level package for client-connectivity implementations, such as the XML:DB API. 
com.dbxml.db.client.helpers This is a set of utility classes for the client implementations. 
com.dbxml.db.client.local This is a Local Client Connectivity Package. 
com.dbxml.db.client.xmldb Implements the XML:DB API for use with dbXML data stores. 
com.dbxml.db.client.xmlrpc This is a XML-RPC Client Connectivity Package. 
 

Uses of CollectionClient in com.dbxml.db.admin
 

Methods in com.dbxml.db.admin that return CollectionClient
 CollectionClient DocWrapper.getCollection()
           
 

Methods in com.dbxml.db.admin with parameters of type CollectionClient
 void DocWrapper.setCollection(CollectionClient col)
           
 

Constructors in com.dbxml.db.admin with parameters of type CollectionClient
DocWrapper(java.lang.Object obj, CollectionClient col, java.io.File file, java.lang.String name, boolean storable, java.lang.String language)
           
DocWrapper(java.lang.Object obj, CollectionClient col, java.io.File file, java.lang.String name, boolean storable)
           
DocWrapper(java.lang.Object obj, CollectionClient col, java.io.File file, java.lang.String name, boolean storable, boolean guessLanguage)
           
 

Uses of CollectionClient in com.dbxml.db.admin.dialogs
 

Constructors in com.dbxml.db.admin.dialogs with parameters of type CollectionClient
PermissionsDialog(java.awt.Frame owner, CollectionClient col, java.lang.String roleID)
           
PermissionsDialog(java.awt.Frame owner, CollectionClient col)
           
IndexDialog(java.awt.Frame owner, CollectionClient col)
           
CollectionDialog(java.awt.Frame owner, CollectionClient col)
           
 

Uses of CollectionClient in com.dbxml.db.admin.nodes
 

Methods in com.dbxml.db.admin.nodes that return CollectionClient
 CollectionClient UsersNode.getCollection()
           
 CollectionClient UserNode.getCollection()
           
 CollectionClient TriggersNode.getCollection()
           
 CollectionClient TriggerNode.getCollection()
           
 CollectionClient RolesNode.getCollection()
           
 CollectionClient RoleNode.getCollection()
           
 CollectionClient IndexNode.getCollection()
           
 CollectionClient IndexesNode.getCollection()
           
 CollectionClient HasCollection.getCollection()
           
 CollectionClient ExtensionsNode.getCollection()
           
 CollectionClient ExtensionNode.getCollection()
           
 CollectionClient DocumentsNode.getCollection()
           
 CollectionClient DocumentNode.getCollection()
           
 CollectionClient CollectionsNode.getCollection()
           
 CollectionClient CollectionNode.getCollection()
           
 

Constructors in com.dbxml.db.admin.nodes with parameters of type CollectionClient
UsersNode(AdminNode parentNode, CollectionClient col)
           
UserNode(AdminNode parentNode, CollectionClient col, java.lang.String id)
           
TriggersNode(AdminNode parentNode, CollectionClient col)
           
TriggerNode(AdminNode parentNode, CollectionClient col, java.lang.String id)
           
SecurityNode(AdminNode parentNode, CollectionClient col)
           
RolesNode(AdminNode parentNode, CollectionClient col, java.lang.String userID)
           
RolesNode(AdminNode parentNode, CollectionClient col, int type)
           
RoleNode(AdminNode parentNode, CollectionClient col, java.lang.String id, int type, int permissions)
           
RoleNode(AdminNode parentNode, CollectionClient col, java.lang.String id, int type, java.lang.String userID)
           
RoleNode(AdminNode parentNode, CollectionClient col, java.lang.String id, int type)
           
IndexNode(AdminNode parentNode, CollectionClient col, java.lang.String id)
           
IndexesNode(AdminNode parentNode, CollectionClient col)
           
ExtensionsNode(AdminNode parentNode, CollectionClient col)
           
ExtensionNode(AdminNode parentNode, CollectionClient col, java.lang.String id)
           
DocumentsNode(AdminNode parentNode, CollectionClient col)
           
DocumentNode(AdminNode parentNode, CollectionClient col, java.lang.String id)
           
CollectionsNode(AdminNode parentNode, CollectionClient col)
           
CollectionNode(AdminNode parentNode, CollectionClient parent, java.lang.String colName)
           
 

Uses of CollectionClient in com.dbxml.db.client
 

Methods in com.dbxml.db.client that return CollectionClient
 CollectionClient ResultSetClient.getCollection()
          getCollection returns the top-level Collection context.
 CollectionClient ResultSetClient.getResultCollection()
          getResultCollection returns the Collection context for the current result in the cursor.
 CollectionClient dbXMLClient.getDatabase()
          getDatabase returns the Database instance as a CollectionClient.
 CollectionClient dbXMLClient.getCollection(java.lang.String path)
          getCollection returns the CollectionClient defined by the specified path.
 CollectionClient ContentClient.getCollection()
          getCollection returns the CollectionClient that this ContentClientImpl belongs to.
 CollectionClient CollectionClient.getParentCollection()
          getParentCollection returns the parent Collection of this Collection.
 CollectionClient CollectionClient.getDatabase()
          getDatabase returns the Database owner for this Collection.
 CollectionClient CollectionClient.getSystemCollection()
          getSystemCollection returns the System Collection.
 CollectionClient CollectionClient.getCollection(java.lang.String name)
          getCollection retrieves a Collection by name.
 CollectionClient CollectionClient.createCollection(java.lang.String path, org.w3c.dom.Document configuration)
          createCollection creates a new Collection object and any associated system resources that the Collection will need.
 

Uses of CollectionClient in com.dbxml.db.client.helpers
 

Methods in com.dbxml.db.client.helpers that return CollectionClient
 CollectionClient TextResultSetClient.getCollection()
           
 CollectionClient TextResultSetClient.getResultCollection()
           
 

Constructors in com.dbxml.db.client.helpers with parameters of type CollectionClient
TextResultSetClient(CollectionClient col, java.lang.String text, java.lang.String style, java.lang.String query)
           
 

Uses of CollectionClient in com.dbxml.db.client.local
 

Classes in com.dbxml.db.client.local that implement CollectionClient
 class CollectionClientImpl
          CollectionClientImpl
 

Methods in com.dbxml.db.client.local that return CollectionClient
 CollectionClient ResultSetClientImpl.getCollection()
           
 CollectionClient ResultSetClientImpl.getResultCollection()
           
 CollectionClient dbXMLClientImpl.getDatabase()
           
 CollectionClient dbXMLClientImpl.getCollection(java.lang.String path)
           
 CollectionClient ContentClientImpl.getCollection()
           
 CollectionClient CollectionClientImpl.getParentCollection()
           
 CollectionClient CollectionClientImpl.getDatabase()
           
 CollectionClient CollectionClientImpl.getSystemCollection()
           
 CollectionClient CollectionClientImpl.getCollection(java.lang.String name)
           
 CollectionClient CollectionClientImpl.createCollection(java.lang.String path, org.w3c.dom.Document configuration)
           
 

Constructors in com.dbxml.db.client.local with parameters of type CollectionClient
ResultSetClientImpl(CollectionClient col, ResultSet rs)
           
ContentClientImpl(CollectionClient col, Container container)
           
 

Uses of CollectionClient in com.dbxml.db.client.xmldb
 

Methods in com.dbxml.db.client.xmldb that return CollectionClient
 CollectionClient CollectionImpl.getCollectionClient()
           
 

Constructors in com.dbxml.db.client.xmldb with parameters of type CollectionClient
CollectionImpl(CollectionClient client)
           
 

Uses of CollectionClient in com.dbxml.db.client.xmlrpc
 

Methods in com.dbxml.db.client.xmlrpc that return CollectionClient
 CollectionClient dbXMLClientImpl.getDatabase()
           
 CollectionClient dbXMLClientImpl.getCollection(java.lang.String childPath)
           
 CollectionClient ContentClientImpl.getCollection()
           
 CollectionClient CollectionClientImpl.getParentCollection()
           
 CollectionClient CollectionClientImpl.getDatabase()
           
 CollectionClient CollectionClientImpl.getSystemCollection()
           
 CollectionClient CollectionClientImpl.getCollection(java.lang.String name)
           
 CollectionClient CollectionClientImpl.createCollection(java.lang.String newPath, org.w3c.dom.Document configuration)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group