Uses of Class
org.modeshape.graph.connector.RepositorySourceException

Packages that use RepositorySourceException
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.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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.io Utilities for inputing and outputing larger amounts of data. 
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of RepositorySourceException in org.modeshape.connector.filesystem
 

Methods in org.modeshape.connector.filesystem that throw RepositorySourceException
 RepositoryConnection FileSystemSource.getConnection()
          Get a connection from this source.
 Set<Name> FileSystemSource.StandardPropertiesFactory.recordDirectoryProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:folder" node.
 Set<Name> CustomPropertiesFactory.recordDirectoryProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:folder" node.
 Set<Name> FileSystemSource.StandardPropertiesFactory.recordFileProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:file" node.
 Set<Name> CustomPropertiesFactory.recordFileProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:file" node.
 Set<Name> FileSystemSource.StandardPropertiesFactory.recordResourceProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:resource" node.
 Set<Name> CustomPropertiesFactory.recordResourceProperties(ExecutionContext context, String sourceName, Location location, File file, Map<Name,Property> properties)
          Record the supplied properties as being set on the designated "nt:resource" node.
 

Uses of RepositorySourceException in org.modeshape.connector.infinispan
 

Methods in org.modeshape.connector.infinispan that throw RepositorySourceException
 RepositoryConnection InfinispanSource.getConnection()
          Get a connection from this source.
 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 RepositorySourceException in org.modeshape.connector.jbosscache
 

Methods in org.modeshape.connector.jbosscache that throw RepositorySourceException
 RepositoryConnection JBossCacheSource.getConnection()
          Get a connection from this source.
 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 RepositorySourceException in org.modeshape.connector.jcr
 

Methods in org.modeshape.connector.jcr that throw RepositorySourceException
 void JcrRepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection JcrRepositorySource.getConnection()
          Get a connection from this source.
 void JcrRepositorySource.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 RepositorySourceException in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.connector.meta.jdbc that throw RepositorySourceException
 RepositoryConnection JdbcMetadataSource.getConnection()
           
 

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

Methods in org.modeshape.connector.store.jpa that throw RepositorySourceException
 RepositoryConnection JpaSource.getConnection()
          Get a connection from this source.
 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 RepositorySourceException in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple that throw RepositorySourceException
 void SimpleJpaConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 

Uses of RepositorySourceException in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn that throw RepositorySourceException
 RepositoryConnection SvnRepositorySource.getConnection()
          Get a connection from this source.
 

Uses of RepositorySourceException in org.modeshape.graph.connector
 

Subclasses of RepositorySourceException in org.modeshape.graph.connector
 class LockFailedException
          Exception that indicates that a lock request failed at the repository level.
 class UuidAlreadyExistsException
          Exception that indicates that a copy request failed because one of the UUIDs in the source branch already exists in the target workspace and the UUID conflict behavior is set to throw an exception instead of removing the existing nodes.
 

Methods in org.modeshape.graph.connector that throw RepositorySourceException
protected  boolean RepositoryConnectionPool.addConnectionIfUnderCorePoolSize()
           
protected  int RepositoryConnectionPool.addConnectionsIfUnderCorePoolSize()
           
 RepositoryConnection RepositoryConnectionFactory.createConnection(String sourceName)
          Create a RepositoryConnection using the given RepositorySource name.
 void RepositoryConnectionPool.ConnectionWrapper.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 void RepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection RepositorySource.getConnection()
          Get a connection from this source.
 RepositoryConnection RepositoryConnectionPool.getConnection()
          Get a connection from the pool.
 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.
protected  RepositoryConnectionPool.ConnectionWrapper RepositoryConnectionPool.newWrappedConnection()
          Obtain a new connection wrapped in a RepositoryConnectionPool.ConnectionWrapper.
 int RepositoryConnectionPool.prestartAllCoreConnections()
          Starts all core connections, causing them to idly wait for use.
 boolean RepositoryConnectionPool.prestartCoreConnection()
          Starts a core connection, causing it to idly wait for use.
 void RepositoryConnectionPool.setCorePoolSize(int corePoolSize)
          Sets the core number of connections.
 

Uses of RepositorySourceException in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that throw RepositorySourceException
 void Connection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 void AbstractRepositorySource.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 RepositorySourceException in org.modeshape.graph.connector.federation
 

Methods in org.modeshape.graph.connector.federation that throw RepositorySourceException
 RepositoryConnection FederatedRepositorySource.getConnection()
          Get a connection from this source.
 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.
protected  org.modeshape.graph.connector.federation.FederatedRepository FederatedRepositorySource.loadRepository(String name, RepositoryContext repositoryContext)
          Utility to load the current configuration for this source from the configuration repository.
 

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

Methods in org.modeshape.graph.connector.inmemory that throw RepositorySourceException
 RepositoryConnection InMemoryRepositorySource.getConnection()
          Get a connection from this source.
 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 RepositorySourceException in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map that throw RepositorySourceException
 void MapRepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 

Uses of RepositorySourceException in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path that throw RepositorySourceException
 void PathRepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 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 RepositorySourceException in org.modeshape.graph.io
 

Methods in org.modeshape.graph.io that throw RepositorySourceException
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 

Uses of RepositorySourceException in org.modeshape.graph.search
 

Methods in org.modeshape.graph.search that throw RepositorySourceException
protected  void SearchEngineIndexer.checkRequestForErrors(Request request)
           
 void SearchableRepositorySource.ParallelConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 void SearchableRepositorySource.SynchronousConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection SearchableRepositorySource.getConnection()
          Get a connection from this source.
 SearchEngineIndexer SearchEngineIndexer.index(String workspaceName)
          Index all of the content in the named workspace within the source.
 SearchEngineIndexer SearchEngineIndexer.indexAllWorkspaces()
          Index (or re-index) all of the content in all of the workspaces within the source.
 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 RepositorySourceException in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that throw RepositorySourceException
 void GraphSession.immediateClone(Path source, String sourceWorkspace, Path destination, boolean removeExisting, boolean destPathIncludesSegment)
          Clone the supplied source branch and place into the destination location, optionally removing any existing copy that already exists in the destination location, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.immediateCopy(Path source, Path destination)
          Copy the node at the supplied source path in the named workspace, and place the copy at the supplied location within the current workspace, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.immediateCopy(Path source, String sourceWorkspace, Path destination)
          Copy the node at the supplied source path in the named workspace, and place the copy at the supplied location within the current workspace, doing so immediately without enqueuing the operation within the session's operations.
 Location GraphSession.immediateCreateOrReplace(Path path, Collection<Property> properties)
          Create a new node at the supplied location, appending to any existing node at that path.
 void GraphSession.immediateMove(Path nodeToMove, Path destination)
          Move this node from its current location so that is is a child of the supplied parent, doing so immediately without enqueuing the operation within the session's operations.
protected  void GraphSession.Node.load()
          Method that causes the information for this node to be read from the store and loaded into the cache
 void GraphSession.refresh(boolean keepChanges)
          Refreshes (removes the cached state) for all cached nodes.
 void GraphSession.refresh(GraphSession.Node<Payload,PropertyPayload> node, boolean keepChanges)
          Refreshes (removes the cached state) for the given node and its descendants.
 void GraphSession.refreshProperties(GraphSession.Node<Payload,PropertyPayload> node)
          Refreshes all properties for the given node only.
 

Uses of RepositorySourceException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw RepositorySourceException
 RepositoryConnection JcrRepository.DelegatingConnectionFactory.createConnection(String sourceName)
          Create a RepositoryConnection using the given RepositorySource name.
protected  void JcrRepository.destroyWorkspace(String workspaceName, org.modeshape.jcr.JcrWorkspace currentWorkspace)
          Destroy the workspace with the supplied name.
 



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