Uses of Interface
org.jboss.dna.graph.connector.RepositoryContext

Packages that use RepositoryContext
org.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.jboss.dna.graph.connector JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.jboss.dna.graph.connector.federation JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.jboss.dna.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.jboss.dna.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.jboss.dna.graph.search   
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of RepositoryContext in org.jboss.dna.connector.infinispan
 

Methods in org.jboss.dna.connector.infinispan that return RepositoryContext
 RepositoryContext InfinispanSource.getRepositoryContext()
           
 

Methods in org.jboss.dna.connector.infinispan with parameters of type RepositoryContext
 void InfinispanSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.connector.jbosscache
 

Methods in org.jboss.dna.connector.jbosscache that return RepositoryContext
 RepositoryContext JBossCacheSource.getRepositoryContext()
           
 

Methods in org.jboss.dna.connector.jbosscache with parameters of type RepositoryContext
 void JBossCacheSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.connector.store.jpa
 

Methods in org.jboss.dna.connector.store.jpa that return RepositoryContext
 RepositoryContext JpaSource.getRepositoryContext()
          Returns the current repository context for the source, as set with a call to JpaSource.initialize(RepositoryContext).
 

Methods in org.jboss.dna.connector.store.jpa with parameters of type RepositoryContext
 void JpaSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.graph.connector
 

Methods in org.jboss.dna.graph.connector with parameters of type RepositoryContext
 void RepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.graph.connector.federation
 

Methods in org.jboss.dna.graph.connector.federation with parameters of type RepositoryContext
 void FederatedRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.graph.connector.inmemory
 

Methods in org.jboss.dna.graph.connector.inmemory that return RepositoryContext
 RepositoryContext InMemoryRepositorySource.getRepositoryContext()
           
 

Methods in org.jboss.dna.graph.connector.inmemory with parameters of type RepositoryContext
 void InMemoryRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.graph.connector.map
 

Methods in org.jboss.dna.graph.connector.map that return RepositoryContext
 RepositoryContext MapRepositorySource.getRepositoryContext()
          Returns the repository context for the repository source
 

Uses of RepositoryContext in org.jboss.dna.graph.connector.path
 

Methods in org.jboss.dna.graph.connector.path that return RepositoryContext
 RepositoryContext PathRepositorySource.getRepositoryContext()
          Returns the repository context for the repository source
 RepositoryContext AbstractPathRepositorySource.getRepositoryContext()
          Returns the repository context for the repository source
 

Methods in org.jboss.dna.graph.connector.path with parameters of type RepositoryContext
 void AbstractPathRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.graph.search
 

Methods in org.jboss.dna.graph.search with parameters of type RepositoryContext
 void SearchableRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

Uses of RepositoryContext in org.jboss.dna.repository
 

Classes in org.jboss.dna.repository that implement RepositoryContext
 class SimpleRepositoryContext
          A simple, immutable RepositoryContext implementation that uses the references supplied as parameters to the constructor.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.