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

Packages that use RepositorySource
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 The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
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.jcr The DNA implementation of the JCR API. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

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

Classes in org.jboss.dna.connector.filesystem that implement RepositorySource
 class FileSystemSource
          The RepositorySource for the connector that exposes an area of the local file system as content in a repository.
 

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

Classes in org.jboss.dna.connector.infinispan that implement RepositorySource
 class InfinispanSource
          A repository source that uses an Infinispan instance to manage the content.
 

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

Classes in org.jboss.dna.connector.jbosscache that implement RepositorySource
 class JBossCacheSource
          A repository source that uses a JBoss Cache instance to manage the content.
 

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

Classes in org.jboss.dna.connector.store.jpa that implement RepositorySource
 class JpaSource
          The RepositorySource for the connector that stores content in a (custom) relational database.
 

Uses of RepositorySource in org.jboss.dna.connector.svn
 

Classes in org.jboss.dna.connector.svn that implement RepositorySource
 class SVNRepositorySource
          The RepositorySource for the connector that exposes an area of the local/remote svn repository as content in a repository.
 

Uses of RepositorySource in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph with parameters of type RepositorySource
static Graph Graph.create(RepositorySource source, ExecutionContext context)
          Create a graph instance that uses the supplied RepositoryConnection and context.
 

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

Methods in org.jboss.dna.graph.connector that return RepositorySource
 RepositorySource RepositoryConnectionPool.getRepositorySource()
          Get the RepositorySource that's used by this pool.
 

Constructors in org.jboss.dna.graph.connector with parameters of type RepositorySource
RepositoryConnectionPool(RepositorySource source)
          Create the pool to use the supplied connection factory, which is typically a RepositorySource.
RepositoryConnectionPool(RepositorySource source, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit)
          Create the pool to use the supplied connection factory, which is typically a RepositorySource.
 

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

Classes in org.jboss.dna.graph.connector.federation that implement RepositorySource
 class FederatedRepositorySource
          A RepositorySource for a federated repository.
 

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

Classes in org.jboss.dna.graph.connector.inmemory that implement RepositorySource
 class InMemoryRepositorySource
          A RepositorySource for an in-memory repository.
 

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

Subinterfaces of RepositorySource in org.jboss.dna.graph.connector.map
 interface MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Uses of RepositorySource in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr with parameters of type RepositorySource
 JcrConfiguration JcrConfiguration.loadFrom(RepositorySource source)
          Load the configuration from the repository content using the supplied repository source.
 JcrConfiguration JcrConfiguration.loadFrom(RepositorySource source, String workspaceName)
          Load the configuration from the repository content using the workspace in the supplied repository source.
 JcrConfiguration JcrConfiguration.loadFrom(RepositorySource source, String workspaceName, String pathInWorkspace)
          Load the configuration from the repository content at the supplied path in the workspace in the supplied repository source.
 

Uses of RepositorySource in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return RepositorySource
 RepositorySource DnaConfiguration.ConfigurationDefinition.getRepositorySource()
          Get the repository source where the configuration content may be found
 RepositorySource DnaEngine.getRepositorySource(String repositoryName)
          Get the RepositorySource instance used by this engine.
 RepositorySource RepositoryLibrary.getSource(String sourceName)
          Get the RepositorySource with the specified name managed by this instance.
 RepositorySource RepositoryLibrary.removeSource(String name)
          Remove from this federated repository the source with the supplied name.
 RepositorySource RepositoryLibrary.removeSource(String name, long timeToAwait, TimeUnit unit)
          Remove from this federated repository the source with the supplied name.
 

Methods in org.jboss.dna.repository that return types with arguments of type RepositorySource
 Collection<RepositorySource> RepositoryLibrary.getSources()
          Get an unmodifiable collection of RepositorySource instances managed by this instance.
 

Methods in org.jboss.dna.repository with parameters of type RepositorySource
 boolean RepositoryLibrary.addSource(RepositorySource source)
          Add the supplied federated source.
 boolean RepositoryLibrary.addSource(RepositorySource source, boolean replaceIfExisting)
          Add the supplied federated source.
 DnaConfiguration DnaConfiguration.loadFrom(RepositorySource source)
          Load the configuration from the repository content using the supplied repository source.
 DnaConfiguration DnaConfiguration.loadFrom(RepositorySource source, String workspaceName)
          Load the configuration from the repository content using the workspace in the supplied repository source.
 DnaConfiguration DnaConfiguration.loadFrom(RepositorySource source, String workspaceName, String pathInWorkspace)
          Load the configuration from the repository content at the supplied path in the workspace in the supplied repository source.
 boolean RepositoryLibrary.removeSource(RepositorySource source, long timeToAwait, TimeUnit unit)
          Remove from this federated repository the supplied source (or a source with the same name as that supplied).
 

Constructors in org.jboss.dna.repository with parameters of type RepositorySource
RepositoryLibrary(RepositorySource configurationSource, String configurationWorkspaceName, Path pathToSourcesConfigurationRoot, ExecutionContext context)
          Create a new manager instance.
RepositoryService(RepositorySource configurationSource, String configurationWorkspaceName, Path pathToConfigurationRoot, ExecutionContext context, Problems problems)
          Create a service instance, reading the configuration describing new RepositorySource instances from the supplied configuration repository.
 



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