|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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.jcr | The ModeShape implementation of the JCR API. |
Uses of Function in org.modeshape.graph |
---|
Methods in org.modeshape.graph with parameters of type Function | |
---|---|
Graph.WithInput<Map<String,Serializable>> |
Graph.applyFunction(Function function)
|
Graph.ApplyFunction<Graph.Batch> |
Graph.Batch.applyFunction(Function function)
Request that the supplied function with input parameters be applied to the location in the workspace defined on the returned Graph.ApplyFunction object. |
protected abstract T |
Graph.ApplyFunctionAction.submit(Location parent,
String workspaceName,
Function function,
Map<String,Serializable> inputs)
|
Constructors in org.modeshape.graph with parameters of type Function | |
---|---|
Graph.ApplyFunctionAction(Function function,
String workspace,
T afterConjunction)
|
Uses of Function in org.modeshape.graph.request |
---|
Methods in org.modeshape.graph.request that return Function | |
---|---|
Function |
FunctionRequest.function()
Get the function implementation |
Methods in org.modeshape.graph.request with parameters of type Function | |
---|---|
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. |
BatchRequestBuilder |
BatchRequestBuilder.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. |
Constructors in org.modeshape.graph.request with parameters of type Function | |
---|---|
FunctionRequest(Function function,
Location at,
String workspaceName,
Map<String,Serializable> inputs)
Create a request to execute the function at the supplied location. |
Uses of Function in org.modeshape.jcr |
---|
Subclasses of Function in org.modeshape.jcr | |
---|---|
static class |
SystemFunctions.CreateVersionNodeFunction
The Function implementation that efficiently updates the JCR version history and storage with a new version of a
node being checked in. |
static class |
SystemFunctions.InitializeVersionHistoryFunction
The Function implementation that efficiently ensures that the JCR version history and storage for a node exist. |
static class |
SystemFunctions.VersionHistoryFunction
An abstract Function subclass that contains some helper methods related to version storage and version history. |
Fields in org.modeshape.jcr declared as Function | |
---|---|
static Function |
SystemFunctions.CREATE_VERSION_NODE
An shared instance of the immutable SystemFunctions.CreateVersionNodeFunction . |
static Function |
SystemFunctions.INITIALIZE_VERSION_HISTORY
An shared instance of the immutable SystemFunctions.InitializeVersionHistoryFunction . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |