Uses of Interface
org.modeshape.graph.request.function.FunctionContext

Packages that use FunctionContext
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 FunctionContext in org.modeshape.graph.request.function
 

Methods in org.modeshape.graph.request.function with parameters of type FunctionContext
abstract  void Function.run(FunctionContext context)
          The method called to invoke the function.
 

Uses of FunctionContext in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type FunctionContext
 void SystemFunctions.InitializeVersionHistoryFunction.run(FunctionContext context)
          The method called to invoke the function.
 void SystemFunctions.CreateVersionNodeFunction.run(FunctionContext context)
          The method called to invoke the function.
 



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