Uses of Interface
org.modeshape.graph.connector.RepositorySource

Packages that use RepositorySource
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.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.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.federation ModeShape 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.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.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.modeshape.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.modeshape.graph.connector.xmlfile The XML File connector is a connector that maintains a graph in transient in-process memory, where the graph is loaded initially from an XML file. 
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of RepositorySource in org.modeshape.connector.disk
 

Classes in org.modeshape.connector.disk that implement RepositorySource
 class DiskSource
          A repository source that uses a uses a disk to store arbitrary content.
 

Uses of RepositorySource in org.modeshape.connector.filesystem
 

Classes in org.modeshape.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.modeshape.connector.infinispan
 

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

Uses of RepositorySource in org.modeshape.connector.jbosscache
 

Classes in org.modeshape.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.modeshape.connector.jcr
 

Classes in org.modeshape.connector.jcr that implement RepositorySource
 class JcrRepositorySource
          The RepositorySource for the connector that exposes an area of the local file system as content in a repository.
 

Uses of RepositorySource in org.modeshape.connector.meta.jdbc
 

Classes in org.modeshape.connector.meta.jdbc that implement RepositorySource
 class JdbcMetadataSource
           
 

Uses of RepositorySource in org.modeshape.connector.store.jpa
 

Classes in org.modeshape.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.modeshape.connector.svn
 

Classes in org.modeshape.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.modeshape.graph
 

Methods in org.modeshape.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.modeshape.graph.connector
 

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

Constructors in org.modeshape.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.modeshape.graph.connector.base
 

Subinterfaces of RepositorySource in org.modeshape.graph.connector.base
 interface BaseRepositorySource
          An extension of the BaseRepositorySource class that provides a cache policy and a repository context.
 interface NodeCachingRepositorySource<KeyType,NodeType extends Node>
           
 

Classes in org.modeshape.graph.connector.base that implement RepositorySource
 class AbstractNodeCachingRepositorySource<KeyType,NodeType extends Node>
           
 class AbstractRepositorySource
          Basic implementation of BaseRepositorySource, providing default implementations of the accessors and mutators in that interface.
 

Uses of RepositorySource in org.modeshape.graph.connector.federation
 

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

Uses of RepositorySource in org.modeshape.graph.connector.inmemory
 

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

Uses of RepositorySource in org.modeshape.graph.connector.map
 

Subinterfaces of RepositorySource in org.modeshape.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.modeshape.graph.connector.path
 

Subinterfaces of RepositorySource in org.modeshape.graph.connector.path
 interface PathRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Classes in org.modeshape.graph.connector.path that implement RepositorySource
 class AbstractPathRepositorySource
          Basic implementation of the trivial PathRepositorySource methods and the path repository cache life cycle.
 

Uses of RepositorySource in org.modeshape.graph.connector.xmlfile
 

Classes in org.modeshape.graph.connector.xmlfile that implement RepositorySource
 class XmlFileRepositorySource
          A RepositorySource for a in-memory repository with content defined by an XML file.
 

Uses of RepositorySource in org.modeshape.graph.search
 

Classes in org.modeshape.graph.search that implement RepositorySource
 class SearchableRepositorySource
          A RepositorySource implementation that can be used as a wrapper around another non-searchable or non-querable RepositorySource instance to provide search and query capability.
 

Methods in org.modeshape.graph.search that return RepositorySource
protected  RepositorySource SearchableRepositorySource.delegate()
           
 

Constructors in org.modeshape.graph.search with parameters of type RepositorySource
SearchableRepositorySource(RepositorySource wrapped, SearchEngine searchEngine)
          Create a new searchable and queryable RepositorySource around an instance that is neither.
SearchableRepositorySource(RepositorySource wrapped, SearchEngine searchEngine, ExecutorService executorService, boolean executeAsynchronously, boolean updateIndexesAsynchronously)
          Create a new searchable and queryable RepositorySource around an instance that is neither.
 

Uses of RepositorySource in org.modeshape.jcr
 

Methods in org.modeshape.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.
 

Constructors in org.modeshape.jcr with parameters of type RepositorySource
JcrRepository.DelegatingConnectionFactory(RepositoryConnectionFactory delegate, RepositorySource source)
           
 

Uses of RepositorySource in org.modeshape.repository
 

Fields in org.modeshape.repository declared as RepositorySource
protected  RepositorySource RepositoryService.GarbageCollectedSource.source
           
 

Methods in org.modeshape.repository that return RepositorySource
protected  RepositorySource RepositoryService.createRepositorySource(Subgraph subgraph, Location location, Problems problems)
          Instantiate the RepositorySource described by the supplied properties.
protected  RepositorySource RepositoryLibrary.getConfigurationSource()
           
 RepositorySource ModeShapeConfiguration.ConfigurationDefinition.getRepositorySource()
          Get the repository source where the configuration content may be found
 RepositorySource ModeShapeEngine.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 library the source with the supplied name.
 RepositorySource RepositoryLibrary.removeSource(String name, long timeToAwait, TimeUnit unit)
          Remove from this library the source with the supplied name.
 

Methods in org.modeshape.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.modeshape.repository with parameters of type RepositorySource
 boolean RepositoryLibrary.addSource(RepositorySource source)
          Add the supplied source.
 boolean RepositoryLibrary.addSource(RepositorySource source, boolean replaceIfExisting)
          Add the supplied source.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(RepositorySource source)
          Load the configuration from the repository content using the supplied repository source.
 ModeShapeConfiguration ModeShapeConfiguration.loadFrom(RepositorySource source, String workspaceName)
          Load the configuration from the repository content using the workspace in the supplied repository source.
 ModeShapeConfiguration ModeShapeConfiguration.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 library the supplied source (or a source with the same name as that supplied).
 ModeShapeConfiguration.ConfigurationDefinition ModeShapeConfiguration.ConfigurationDefinition.with(RepositorySource source)
          Return a copy of this configuration that uses the supplied repository source instead of this object's repository source.
 

Constructors in org.modeshape.repository with parameters of type RepositorySource
ModeShapeConfiguration.ConfigurationDefinition(String configurationName, RepositorySource source, String workspace, Path path, ExecutionContext context, ClassLoaderFactory classLoaderFactory)
           
RepositoryLibrary(RepositorySource configurationSource, String configurationWorkspaceName, Path pathToSourcesConfigurationRoot, ExecutionContext context, ObservationBus observationBus)
          Create a new manager instance.
RepositoryService.GarbageCollectedSource(RepositorySource source)
           
RepositoryService(RepositorySource configurationSource, String configurationWorkspaceName, Path pathToConfigurationRoot, ExecutionContext context, ObservationBus observationBus, Problems problems)
          Create a service instance, reading the configuration describing new RepositorySource instances from the supplied configuration repository.
 



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