| Package | Description |
|---|---|
| org.neo4j.server.rest.domain | |
| org.neo4j.server.rest.web | |
| org.neo4j.server.scripting.javascript |
| Constructor and Description |
|---|
EvaluatorFactory(ScriptExecutionMode executionMode) |
TraversalDescriptionBuilder(ScriptExecutionMode executionMode) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptExecutionMode |
ScriptExecutionMode.getConfiguredMode(org.neo4j.kernel.configuration.Config config)
Get the execution mode that matches the given configuration.
|
static ScriptExecutionMode |
ScriptExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptExecutionMode[] |
ScriptExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DatabaseActions(LeaseManager leaseManager,
ScriptExecutionMode executionMode,
org.neo4j.kernel.internal.GraphDatabaseAPI graphDatabaseAPI) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalJavascriptInitializer.initialize(ScriptExecutionMode executionMode) |
| Constructor and Description |
|---|
Factory(ScriptExecutionMode executionMode)
Note that you can set sandbox/no sandbox once, after that it is globally defined
for the JVM.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.