Uses of Package
org.modeshape.graph.request.processor

Packages that use org.modeshape.graph.request.processor
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.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
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.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.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.connector.filesystem
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.connector.jcr
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.connector.store.jpa.model.simple
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.connector.base
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.connector.map
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.connector.path
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.request
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.request.processor
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.graph.search
RequestProcessor
          A component that is used to process and execute Requests.
 

Classes in org.modeshape.graph.request.processor used by org.modeshape.search.lucene
RequestProcessor
          A component that is used to process and execute Requests.
 



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