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

Packages that use org.modeshape.graph.request.function
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 Sometimes its useful to work with a graph using objects that represent individual commands on the 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. 
 

Classes in org.modeshape.graph.request.function used by org.modeshape.graph
Function
          A serializable function that is to be called within a connector during a single atomic operation.
 

Classes in org.modeshape.graph.request.function used by org.modeshape.graph.request
Function
          A serializable function that is to be called within a connector during a single atomic operation.
 

Classes in org.modeshape.graph.request.function used by org.modeshape.graph.request.function
FunctionContext
          The context in which a Function is executed.
 

Classes in org.modeshape.graph.request.function used by org.modeshape.jcr
Function
          A serializable function that is to be called within a connector during a single atomic operation.
FunctionContext
          The context in which a Function is executed.
 



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