|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionRequest | |
---|---|
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 . |
Uses of FunctionRequest in org.modeshape.graph.request |
---|
Methods in org.modeshape.graph.request that return FunctionRequest | |
---|---|
FunctionRequest |
RequestBuilder.applyFunction(Function function,
Map<String,Serializable> inputs,
Location to,
String workspaceName)
Create a request to run the supplied function at the given location in the named workspace, using the supplied inputs. |
FunctionRequest |
FunctionRequest.clone()
This method does not clone the results. |
Uses of FunctionRequest in org.modeshape.graph.request.processor |
---|
Methods in org.modeshape.graph.request.processor with parameters of type FunctionRequest | |
---|---|
void |
RequestProcessor.process(FunctionRequest functionRequest)
Process a function request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |