Uses of Package
org.jboss.dna.graph.connector

Packages that use org.jboss.dna.graph.connector
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.graph.io   
org.jboss.dna.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.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. 
 

Classes in org.jboss.dna.graph.connector used by org.jboss.dna.connector.filesystem
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.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.connector.svn
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.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.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.
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.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.graph.connector.inmemory
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.jboss.dna.graph.connector used by org.jboss.dna.graph.connector.map
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.jboss.dna.graph.connector used by org.jboss.dna.graph.io
RepositorySourceException
          A runtime exception signalling an error within a RepositorySource.
 

Classes in org.jboss.dna.graph.connector used by org.jboss.dna.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.jboss.dna.graph.connector used by org.jboss.dna.jcr
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.jboss.dna.graph.connector used by org.jboss.dna.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-2009 JBoss, a division of Red Hat. All Rights Reserved.