Uses of Package
org.modeshape.graph.connector

Packages that use org.modeshape.graph.connector
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 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.io Utilities for inputing and outputing larger amounts of data. 
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
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.jboss.managed   
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. 
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.filesystem
RepositoryConnection
          A connection to a repository source.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.infinispan
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.jbosscache
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.jcr
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.meta.jdbc
RepositoryConnection
          A connection to a repository source.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.store.jpa
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.store.jpa.model.simple
LockFailedException
          Exception that indicates that a lock request failed at the repository level.
RepositoryConnection
          A connection to a repository source.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.connector.svn
RepositoryConnection
          A connection to a repository source.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryConnectionPool.ConnectionWrapper
           
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector.base
LockFailedException
          Exception that indicates that a lock request failed at the repository level.
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
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.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector.federation
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector.inmemory
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector.map
LockFailedException
          Exception that indicates that a lock request failed at the repository level.
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
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.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.connector.path
LockFailedException
          Exception that indicates that a lock request failed at the repository level.
RepositoryConnection
          A connection to a repository source.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.io
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.request
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.search
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceCapabilities
          The capabilities of a RepositorySource.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.graph.session
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
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.
 

Classes in org.modeshape.graph.connector used by org.modeshape.jboss.managed
RepositoryConnectionPool
          A reusable implementation of a managed pool of connections that is optimized for safe concurrent operations.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
 

Classes in org.modeshape.graph.connector used by org.modeshape.jcr
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.modeshape.graph.connector used by org.modeshape.repository
RepositoryConnection
          A connection to a repository source.
RepositoryConnectionFactory
          An interface for a factory of RepositoryConnections using the names of the RepositorySource from which the connections are to be obtained.
RepositoryConnectionPool
          A reusable implementation of a managed pool of connections that is optimized for safe concurrent operations.
RepositoryContext
          The context for a repository.
RepositorySource
          A repository source is a description of a resource that can be used to access or store repository information.
 



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