Uses of Interface
uk.ac.soton.itinnovation.registry.component.xml.db.XmlDbAccess

Packages that use XmlDbAccess
uk.ac.soton.itinnovation.registry.component.xml.db   
uk.ac.soton.itinnovation.registry.component.xml.db.xmldb   
uk.ac.soton.itinnovation.registry.component.xml.discovery   
uk.ac.soton.itinnovation.registry.component.xml.login   
uk.ac.soton.itinnovation.registry.component.xml.model   
 

Uses of XmlDbAccess in uk.ac.soton.itinnovation.registry.component.xml.db
 

Classes in uk.ac.soton.itinnovation.registry.component.xml.db that implement XmlDbAccess
 class XmlDbAccessAdapter<E>
           
 

Fields in uk.ac.soton.itinnovation.registry.component.xml.db with type parameters of type XmlDbAccess
protected static Hashtable<String,XmlDbAccess> XmlDbAccessAbstractManager.accessCache
           
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.db that return XmlDbAccess
abstract  XmlDbAccess XmlDbAccessAbstractManager.getAccess()
           
 XmlDbAccess<E> XmlDbAccessManager.getAccess()
          Get personalised access to the XML DB.
abstract  XmlDbAccess XmlDbAccessAbstractManager.getAdminAccess()
           
 XmlDbAccess<E> XmlDbAccessManager.getAdminAccess()
           
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.db with parameters of type XmlDbAccess
static String XmlDbUtil.getDatabasePathForConcept(XmlDbAccess access, String concept)
          Create the database path for a concept.
static void XmlDbUtil.getOrCreateConcept(XmlDbAccess access, String concept)
           
static void XmlDbUtil.updateRegistryDomainModelInDB(XmlDbAccess access)
          Updates (overwrittes) the existing registry domain model in the DB.
 

Uses of XmlDbAccess in uk.ac.soton.itinnovation.registry.component.xml.db.xmldb
 

Classes in uk.ac.soton.itinnovation.registry.component.xml.db.xmldb that implement XmlDbAccess
 class XmlDbAccessXmlDb
           
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.db.xmldb that return XmlDbAccess
 XmlDbAccess XmlDbAccessManagerXmlDb.getAccess()
          Get personalised access to the XML DB.
 XmlDbAccess XmlDbAccessManagerXmlDb.getAdminAccess()
           
 

Uses of XmlDbAccess in uk.ac.soton.itinnovation.registry.component.xml.discovery
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.discovery with parameters of type XmlDbAccess
 String XQueryGeneratorImplV1.generateXQuery(XmlQuery query, XmlDbAccess access, RegistryDomainModel model)
          This method generates a XQuery expression based on a specific XmlQuery object.
 String XQueryGenerator.generateXQuery(XmlQuery query, XmlDbAccess access, RegistryDomainModel model)
           
 

Uses of XmlDbAccess in uk.ac.soton.itinnovation.registry.component.xml.login
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.login that return XmlDbAccess
protected  XmlDbAccess<E> XmlCredentialRequiredAdapter.getAccess()
           
 

Uses of XmlDbAccess in uk.ac.soton.itinnovation.registry.component.xml.model
 

Methods in uk.ac.soton.itinnovation.registry.component.xml.model with parameters of type XmlDbAccess
static RegistryDomainModel RegistryDomainModelJenaConnector.loadRegistryDomainModelFromDB(XmlDbAccess access)
           
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.