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

Packages that use RepositoryContext
org.jboss.dna.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
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.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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.repository The components and services that make up the JBoss DNA repository engine. 
 

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

Methods in org.jboss.dna.connector.filesystem with parameters of type RepositoryContext
 void FileSystemSource.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.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 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.connector.svn
 

Methods in org.jboss.dna.connector.svn with parameters of type RepositoryContext
 void SVNRepositorySource.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
 

Constructors in org.jboss.dna.graph.connector.map with parameters of type RepositoryContext
MapRequestProcessor(ExecutionContext context, MapRepository repository, RepositoryContext repositoryContext)
           
 

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-2009 JBoss, a division of Red Hat. All Rights Reserved.