Uses of Class
org.modeshape.graph.request.RequestBuilder

Packages that use RequestBuilder
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.request.function The Function interface provides a way to inject custom logic into a connector, where it can be executed close to the actual data and where it can make decisions about what changes should be made to the content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of RequestBuilder in org.modeshape.graph
 

Fields in org.modeshape.graph declared as RequestBuilder
protected  RequestBuilder Graph.requests
           
 

Uses of RequestBuilder in org.modeshape.graph.request.function
 

Methods in org.modeshape.graph.request.function that return RequestBuilder
 RequestBuilder FunctionContext.builder()
          Return a build that can be used to build, immediately execute, and return the executed requests.
 

Uses of RequestBuilder in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type RequestBuilder
protected  Path SystemFunctions.VersionHistoryFunction.initializeVersionStorage(UUID versionableNodeUuid, Name primaryTypeName, List<Name> mixinTypeNames, Location versionHistoryLocation, UUID originalVersionUuid, UUID rootVersionUuid, ExecutionContext context, RequestBuilder system, String workspace, DateTime now)
          Create and initialize the version history structure for a versionable node with the supplied UUID.
protected  Location SystemFunctions.VersionHistoryFunction.versionHistoryLocationFor(Path versionHistoryPath, UUID possibleVersionHistoryUuid, RequestBuilder system, String workspace)
          Verify whether the version history exists within version storage, and if so return its actual Location.
 



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