Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractNeoServer - Class in org.neo4j.server
 
AbstractNeoServer(Config, Database.Factory, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.AbstractNeoServer
 
accept(AsyncLogEvent) - Method in class org.neo4j.server.web.AsyncRequestLog
 
AccessDeniedDiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
AccessDeniedDiscoveryRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.AccessDeniedDiscoveryRepresentation
 
acquire(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
acquire(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
adapt(ResourceMethodDispatchProvider) - Method in class org.neo4j.server.rest.transactional.TransactionFilter
 
add(GraphDatabaseName) - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
Adds a mapping the given database using the default URI (/{database_name})
add(List<String>, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
addBean(ObjectName) - Method in class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
addCookie(Cookie) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addFilter(Filter, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addFilter(Filter, String) - Method in interface org.neo4j.server.web.WebServer
 
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addJAXRSClasses(List<String>, String, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addJAXRSClasses(List<String>, String, Collection<Injectable<?>>) - Method in interface org.neo4j.server.web.WebServer
 
addJAXRSPackages(List<String>, String, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addJAXRSPackages(List<String>, String, Collection<Injectable<?>>) - Method in interface org.neo4j.server.web.WebServer
 
addLabelToNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addNodeLabel(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addOperationResult(String, Integer, String, String) - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
addOperationResult(int, Integer, String) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
addStaticContent(String, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addStaticContent(String, String) - Method in interface org.neo4j.server.web.WebServer
 
addToNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToNodeIndex(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addToRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToRelationshipIndex(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
AdvertisableService - Interface in org.neo4j.server.rest.management
 
AllowAjaxFilter - Class in org.neo4j.server.rest.web
This filter adds the header "Access-Control-Allow-Origin : *" to all responses that goes through it.
AllowAjaxFilter() - Constructor for class org.neo4j.server.rest.web.AllowAjaxFilter
 
allPaths(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
AmpersandSeparatedCollection(String) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase.AmpersandSeparatedCollection
 
append(StringBuilder, Object, HtmlHelper.ObjectType) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
appendMessage(StringBuilder, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
assemble(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
assertSupportedPropertyValue(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
AsyncRequestLog - Class in org.neo4j.server.web
 
AsyncRequestLog(FileSystemAbstraction, ZoneId, String, long, int) - Constructor for class org.neo4j.server.web.AsyncRequestLog
 
AuthenticationException - Exception in org.neo4j.server.rest.security
A runtime exception representing a failure to provide correct authentication credentials.
AuthenticationException(String, String) - Constructor for exception org.neo4j.server.rest.security.AuthenticationException
 
AuthenticationExceptionMapper - Class in org.neo4j.server.rest.security
Map an authentication exception to an HTTP 401 response, optionally including the realm for a credentials challenge at the client.
AuthenticationExceptionMapper() - Constructor for class org.neo4j.server.rest.security.AuthenticationExceptionMapper
 
AuthorizationDisabledFilter - Class in org.neo4j.server.rest.dbms
 
AuthorizationDisabledFilter() - Constructor for class org.neo4j.server.rest.dbms.AuthorizationDisabledFilter
 
AuthorizationEnabledFilter - Class in org.neo4j.server.rest.dbms
 
AuthorizationEnabledFilter(Supplier<AuthManager>, LogProvider, Pattern...) - Constructor for class org.neo4j.server.rest.dbms.AuthorizationEnabledFilter
 
AuthorizationFilter - Class in org.neo4j.server.rest.dbms
 
AuthorizationFilter() - Constructor for class org.neo4j.server.rest.dbms.AuthorizationFilter
 
AuthorizationHeaders - Class in org.neo4j.server.rest.dbms
 
AuthorizationModule - Class in org.neo4j.server.modules
 
AuthorizationModule(WebServer, Supplier<AuthManager>, LogProvider, Config, Pattern[]) - Constructor for class org.neo4j.server.modules.AuthorizationModule
 
AuthorizationRepresentation - Class in org.neo4j.server.rest.repr
 
AuthorizationRepresentation(User) - Constructor for class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
AuthorizedRequestWrapper - Class in org.neo4j.server.rest.dbms
 
AuthorizedRequestWrapper(String, String, HttpServletRequest, SecurityContext) - Constructor for class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
authType - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 

B

badRequest(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequest(MediaType, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequestWithoutLegacyStacktrace(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
Before the 'errors' response existed, we would just spit out stack traces.
baseUri() - Method in class org.neo4j.server.AbstractNeoServer
 
baseUri() - Method in interface org.neo4j.server.NeoServer
 
basicAuthenticationResponse(String) - Static method in class org.neo4j.server.rest.security.SecurityFilter
 
BatchOperationFailedException - Exception in org.neo4j.server.rest.domain
 
BatchOperationFailedException(int, String, Exception) - Constructor for exception org.neo4j.server.rest.domain.BatchOperationFailedException
 
BatchOperationResults - Class in org.neo4j.server.rest.batch
 
BatchOperationResults() - Constructor for class org.neo4j.server.rest.batch.BatchOperationResults
 
BatchOperations - Class in org.neo4j.server.rest.batch
 
BatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.batch.BatchOperations
 
BatchOperationService - Class in org.neo4j.server.rest.web
 
BatchOperationService(WebServer, OutputFormat, UsageData) - Constructor for class org.neo4j.server.rest.web.BatchOperationService
 
BEAN_TEMPLATE - Static variable in class org.neo4j.server.rest.management.JmxService
 
begin(TransactionHandle) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
begin(TransactionHandle) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
BlockingBootstrapper - Class in org.neo4j.server
 
BlockingBootstrapper(Bootstrapper) - Constructor for class org.neo4j.server.BlockingBootstrapper
 
Bootstrapper - Interface in org.neo4j.server
 
browser_path - Static variable in class org.neo4j.server.configuration.ServerSettings
 
browser_postConnectCmd - Static variable in class org.neo4j.server.configuration.ServerSettings
 
browser_remoteContentHostnameWhitelist - Static variable in class org.neo4j.server.configuration.ServerSettings
 
buildURI(AdvertisedSocketAddress, boolean) - Method in class org.neo4j.server.web.SimpleUriBuilder
 

C

cause() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
CHARSET - Static variable in class org.neo4j.server.web.HttpHeaderUtils
 
Classes() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory.Classes
 
close() - Method in class org.neo4j.server.logging.JULBridge
 
close() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
close() - Method in class org.neo4j.server.rest.transactional.TransactionStateChecker
 
closeTransaction() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
CollectUserAgentFilter - Class in org.neo4j.server.rest.web
Collects user agent information and publishes it to a tracker of most recently seen user agents.
CollectUserAgentFilter(RecentK<String>) - Constructor for class org.neo4j.server.rest.web.CollectUserAgentFilter
 
commit(StatementDeserializer, ExecutionResultSerializer, HttpServletRequest) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
commitNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
CommitOnSuccessfulStatusCodeRepresentationWriteHandler - Class in org.neo4j.server.rest.transactional
 
CommitOnSuccessfulStatusCodeRepresentationWriteHandler(HttpContext, Transaction) - Constructor for class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
commitTransaction(long, InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
CommunityBootstrapper - Class in org.neo4j.server
 
CommunityBootstrapper() - Constructor for class org.neo4j.server.CommunityBootstrapper
 
CommunityEntryPoint - Class in org.neo4j.server
 
CommunityNeoServer - Class in org.neo4j.server
 
CommunityNeoServer(Config, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.CommunityNeoServer
 
CommunityNeoServer(Config, Database.Factory, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.CommunityNeoServer
 
CompactJsonFormat - Class in org.neo4j.server.rest.repr.formats
 
CompactJsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
complete() - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
complete() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
CONFIG_DIR_ARG - Static variable in class org.neo4j.server.ServerCommandLineArgs
 
ConfigAdapter - Class in org.neo4j.server.plugins
 
ConfigAdapter(Config) - Constructor for class org.neo4j.server.plugins.ConfigAdapter
 
configFile() - Method in class org.neo4j.server.ServerCommandLineArgs
 
configOverrides() - Method in class org.neo4j.server.ServerCommandLineArgs
 
conflict(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
conflict(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
console_module_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
console_module_engines - Static variable in class org.neo4j.server.configuration.ServerSettings
 
ConsoleModule - Class in org.neo4j.server.modules
 
ConsoleModule(WebServer, Config) - Constructor for class org.neo4j.server.modules.ConsoleModule
 
ConsoleService - Class in org.neo4j.server.rest.management.console
 
ConsoleService(Config, Database, LogProvider, HttpServletRequest, OutputFormat, CypherExecutor) - Constructor for class org.neo4j.server.rest.management.console.ConsoleService
 
ConsoleService(ConsoleSessionFactory, Database, LogProvider, OutputFormat) - Constructor for class org.neo4j.server.rest.management.console.ConsoleService
 
ConsoleServiceRepresentation - Class in org.neo4j.server.rest.management.repr
 
ConsoleServiceRepresentation(String, Iterable<String>) - Constructor for class org.neo4j.server.rest.management.repr.ConsoleServiceRepresentation
 
ConsoleSessionCreator - Interface in org.neo4j.server.rest.management.console
 
ConsoleSessionFactory - Interface in org.neo4j.server.rest.management.console
 
ConstraintDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
ConstraintDefinitionRepresentation(ConstraintDefinition) - Constructor for class org.neo4j.server.rest.repr.ConstraintDefinitionRepresentation
 
containsHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
containsKey(String) - Method in class org.neo4j.server.plugins.ConfigAdapter
 
convert(Object) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
convert(Object) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
convertToNativeArray(Collection<?>) - Static method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
create(TransitionalPeriodTransactionMessContainer) - Static method in class org.neo4j.server.rest.transactional.TransactionStateChecker
 
create(HttpServletRequest, GraphDatabaseQueryService, KernelTransaction.Type, SecurityContext, String, Map<String, Object>) - Method in class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
create(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.HttpConnectionInfoFactory
 
create(Collection<InjectableProvider<?>>, boolean) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
createConnector(Server, SslPolicy, ListenSocketAddress, JettyThreadCalculator) - Method in class org.neo4j.server.security.ssl.SslSocketConnectorFactory
 
createConnector(Server, ListenSocketAddress, JettyThreadCalculator) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
createConnector(Server, ListenSocketAddress, JettyThreadCalculator, ConnectionFactory...) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
created(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
createExecutorForScript(String) - Method in class org.neo4j.server.scripting.javascript.JavascriptExecutor.Factory
 
createExecutorForScript(String) - Method in interface org.neo4j.server.scripting.ScriptExecutor.Factory
 
createHttpConnectionFactory() - Method in class org.neo4j.server.web.HttpConnectorFactory
 
createJsonFrom(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
createLease(long, PagedTraverser) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
createNode(Map<String, Object>, Label...) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createNode(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createNodeIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPagedTraverser(long, Map<String, Object>, int, int) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPagedTraverser(long, TraverserReturnType, int, int, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPropertyUniquenessConstraint(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationship(long, long, String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createRelationship(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationshipIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createSchemaIndex(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createSession(String, Database, LogProvider) - Method in interface org.neo4j.server.rest.management.console.ConsoleSessionFactory
 
createSession(String, Database, LogProvider) - Method in class org.neo4j.server.rest.management.console.SessionFactoryImpl
 
createTransactionContext(String, Map<String, Object>, HttpServletRequest) - Method in class org.neo4j.server.database.CypherExecutor
 
currentKernelInstance(Database) - Method in class org.neo4j.server.rest.management.JmxService
 
CustomStatusType - Class in org.neo4j.server.rest.web
 
CustomStatusType(int, String) - Constructor for class org.neo4j.server.rest.web.CustomStatusType
 
cypher(String, HttpServletRequest, boolean, boolean, boolean) - Method in class org.neo4j.server.rest.web.CypherService
 
CypherExecutor - Class in org.neo4j.server.database
 
CypherExecutor(Database, LogProvider) - Constructor for class org.neo4j.server.database.CypherExecutor
 
cypherExecutor - Variable in class org.neo4j.server.database.CypherExecutorProvider
 
CypherExecutorProvider - Class in org.neo4j.server.database
 
CypherExecutorProvider(CypherExecutor) - Constructor for class org.neo4j.server.database.CypherExecutorProvider
 
CypherPlanRepresentation - Class in org.neo4j.server.rest.repr
This takes a function that resolves to a ExecutionPlanDescription, and it does so for two reasons: - The plan description needs to be fetched *after* the result is streamed to the user - This method is recursive, so it's not enough to just pass in the execution plan to the root call of it subsequent inner calls could not re-use that execution plan (that would just lead to an infinite loop)
CypherRepresentationDispatcher - Class in org.neo4j.server.rest.repr
 
CypherRepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.CypherRepresentationDispatcher
 
CypherResultRepresentation - Class in org.neo4j.server.rest.repr
 
CypherResultRepresentation(Result, boolean, boolean) - Constructor for class org.neo4j.server.rest.repr.CypherResultRepresentation
 
CypherService - Class in org.neo4j.server.rest.web
 
CypherService(GraphDatabaseService, CypherExecutor, InputFormat, OutputFormat, UsageData) - Constructor for class org.neo4j.server.rest.web.CypherService
 
CypherSession - Class in org.neo4j.server.rest.management.console
 
CypherSession(CypherExecutor, LogProvider, HttpServletRequest) - Constructor for class org.neo4j.server.rest.management.console.CypherSession
 
CypherSessionCreator - Class in org.neo4j.server.rest.management.console
 
CypherSessionCreator() - Constructor for class org.neo4j.server.rest.management.console.CypherSessionCreator
 
CypherStatisticsRepresentation - Class in org.neo4j.server.rest.repr
 
CypherStatisticsRepresentation(QueryStatistics) - Constructor for class org.neo4j.server.rest.repr.CypherStatisticsRepresentation
 

D

Database - Interface in org.neo4j.server.database
 
database - Variable in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
Database.Factory - Interface in org.neo4j.server.database
 
DatabaseActions - Class in org.neo4j.server.rest.web
 
DatabaseActions(LeaseManager, boolean, GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions(LeaseManager, GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions.Provider - Class in org.neo4j.server.rest.web
 
DatabaseActions.RelationshipDirection - Enum in org.neo4j.server.rest.web
 
DatabaseMetadataService - Class in org.neo4j.server.rest.web
 
DatabaseMetadataService(Database) - Constructor for class org.neo4j.server.rest.web.DatabaseMetadataService
 
DatabaseProvider - Class in org.neo4j.server.database
 
DatabaseProvider(Database) - Constructor for class org.neo4j.server.database.DatabaseProvider
 
DatabaseRepresentation - Class in org.neo4j.server.rest.repr
 
DatabaseRepresentation() - Constructor for class org.neo4j.server.rest.repr.DatabaseRepresentation
 
db - Variable in class org.neo4j.server.database.DatabaseProvider
 
DBMSModule - Class in org.neo4j.server.modules
Mounts the DBMS REST API.
DBMSModule(WebServer, Config) - Constructor for class org.neo4j.server.modules.DBMSModule
 
debug(String, Object...) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(String, Object...) - Method in class org.neo4j.server.web.FastSlf4jLog
 
debug(Throwable) - Method in class org.neo4j.server.web.FastSlf4jLog
 
debug(String, Throwable) - Method in class org.neo4j.server.web.FastSlf4jLog
 
decode(String) - Static method in class org.neo4j.server.rest.dbms.AuthorizationHeaders
Extract the encoded username and password from a HTTP Authorization header value.
DEFAULT_ADDRESS - Static variable in class org.neo4j.server.web.Jetty9WebServer
 
DefaultFormat - Class in org.neo4j.server.rest.repr
This class decorates another RepresentationFormat (called inner here), and tries to use inner to parse stuff.
DefaultFormat(RepresentationFormat, Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.DefaultFormat
 
DelegatingPrincipal - Class in org.neo4j.server.rest.dbms
 
deleteAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
describe(String, Class<?>, String) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
describe(String, Class<?>, String) - Method in class org.neo4j.server.plugins.PluginManager
 
describeAll(String) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
describeAll(String) - Method in class org.neo4j.server.plugins.PluginManager
 
describeListParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
describeParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
describeRelationships(Map<String, Object>) - Static method in class org.neo4j.server.rest.domain.RelationshipExpanderBuilder
 
describeTo(Log) - Method in exception org.neo4j.server.exception.UpgradeDisallowedStartupException
 
describeTo(Log) - Method in exception org.neo4j.server.ServerStartupException
 
description() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
DeserializationException - Exception in org.neo4j.server.rest.transactional
 
deserializer(InputStream) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
destroy() - Method in class org.neo4j.server.rest.dbms.AuthorizationFilter
 
destroy() - Method in class org.neo4j.server.rest.security.SecurityFilter
 
destroy() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
destroy() - Method in class org.neo4j.server.web.StaticContentFilter
 
directions() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
DiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
DiscoveryRepresentation(String, String, AdvertisedSocketAddress) - Constructor for class org.neo4j.server.rest.repr.DiscoveryRepresentation
 
DiscoveryService - Class in org.neo4j.server.rest.discovery
Used to discover the rest of the server URIs through a HTTP GET request to the server root (/).
DiscoveryService(Config, OutputFormat, NeoServer) - Constructor for class org.neo4j.server.rest.discovery.DiscoveryService
 
dispatch(Object, HttpContext) - Method in class org.neo4j.server.rest.transactional.TransactionalRequestDispatcher
 
DO_NOTHING - Static variable in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.dbms.AuthorizationDisabledFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.dbms.AuthorizationEnabledFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.web.StaticContentFilter
 
DOMAIN_TEMPLATE - Static variable in class org.neo4j.server.rest.management.JmxService
 
DOMAINS_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
dropNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropNodePropertyExistenceConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropPropertyUniquenessConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropRelationshipPropertyExistenceConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropSchemaIndex(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 

E

encode(String) - Static method in class org.neo4j.server.rest.domain.URIHelper
 
encodeURL(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
end(StringBuilder) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
endNode() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
endNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
EndNodeNotFoundException - Exception in org.neo4j.server.rest.domain
 
EndNodeNotFoundException(NodeNotFoundException) - Constructor for exception org.neo4j.server.rest.domain.EndNodeNotFoundException
 
endNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
endNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
EntityRepresentation - Interface in org.neo4j.server.rest.repr
 
equals(Object) - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
equals(Object) - Method in class org.neo4j.server.rest.dbms.DelegatingPrincipal
 
equals(Object) - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
errors(Iterable<? extends Neo4jError>) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will get called once if any errors occurred, after ExecutionResultSerializer.statementResult(org.neo4j.graphdb.Result, boolean, ResultDataContent...) statementResults} has been called This method is not allowed to throw exceptions.
errors() - Method in class org.neo4j.server.rest.transactional.StatementDeserializer
 
evaluate(String) - Method in class org.neo4j.server.rest.management.console.CypherSession
 
evaluate(String) - Method in interface org.neo4j.server.rest.management.console.ScriptSession
 
evaluate(String) - Method in class org.neo4j.server.rest.management.console.ShellSession
 
EvaluationException - Exception in org.neo4j.server.rest.domain
 
EvaluationException() - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(String, Throwable) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(String) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluatorFactory - Class in org.neo4j.server.rest.domain
This factory can instantiate or get Evaluators from a description.
EvaluatorFactory(boolean) - Constructor for class org.neo4j.server.rest.domain.EvaluatorFactory
 
eventCount(long) - Method in class org.neo4j.server.web.AsyncRequestLog
 
ExceptionRepresentation - Class in org.neo4j.server.rest.repr
 
ExceptionRepresentation(Throwable) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
ExceptionRepresentation(Throwable, boolean) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
ExceptionRepresentation(Neo4jError...) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
exec(InputFormat, String) - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
execute(StatementDeserializer, ExecutionResultSerializer, HttpServletRequest) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
execute(Map<String, Object>) - Method in class org.neo4j.server.scripting.javascript.JavascriptExecutor
 
execute(Map<String, Object>) - Method in interface org.neo4j.server.scripting.ScriptExecutor
Execute the contained script.
executeStatements(long, InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
executeStatementsInNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
ExecutionResultSerializer - Class in org.neo4j.server.rest.transactional
Writes directly to an output stream, therefore implicitly stateful.
ExecutionResultSerializer(OutputStream, URI, LogProvider, TransitionalPeriodTransactionMessContainer) - Constructor for class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
expired() - Method in class org.neo4j.server.rest.paging.Lease
 
extendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
ExtensionInitializer - Class in org.neo4j.server.modules
Allows unmanaged extensions to provide their own initialization
ExtensionInitializer(NeoServer) - Constructor for class org.neo4j.server.modules.ExtensionInitializer
 
extensionNames() - Method in interface org.neo4j.server.plugins.PluginInvocator
 
extensionNames() - Method in class org.neo4j.server.plugins.PluginManager
 
ExtensionPointRepresentation - Class in org.neo4j.server.rest.repr
 
ExtensionPointRepresentation(String, Class<?>, String) - Constructor for class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
ExtensionService - Class in org.neo4j.server.rest.web
 
ExtensionService(InputFormat, OutputFormat, PluginInvocator, Database) - Constructor for class org.neo4j.server.rest.web.ExtensionService
 
externalUri(String, String, String) - Static method in class org.neo4j.server.web.XForwardUtil
 
externalUri(URI, String, String) - Static method in class org.neo4j.server.web.XForwardUtil
 

F

Factory(boolean) - Constructor for class org.neo4j.server.scripting.javascript.JavascriptExecutor.Factory
Note that you can set sandbox/no sandbox once, after that it is globally defined for the JVM.
failedTask() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
FastSlf4jLog - Class in org.neo4j.server.web
Slf4jLog.isDebugEnabled delegates in the end to Logback, and since this method is called a lot and that method is relatively slow, it has a big impact on the overall performance.
FastSlf4jLog() - Constructor for class org.neo4j.server.web.FastSlf4jLog
 
FastSlf4jLog(String) - Constructor for class org.neo4j.server.web.FastSlf4jLog
 
filter(ContainerRequest, ContainerResponse) - Method in class org.neo4j.server.rest.web.AllowAjaxFilter
 
filter(ContainerRequest) - Method in class org.neo4j.server.web.XForwardFilter
 
findPaths(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
findSinglePath(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
findTransactionHandle(long) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
finish() - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
This method must be called exactly once, and no method must be called after calling this method.
flush() - Method in class org.neo4j.server.logging.JULBridge
 
flushBuffer() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
ForbiddingSecurityRule - Interface in org.neo4j.server.rest.security
A variant of SecurityRule which adds the ability to forbid access, even if the request is authenticated, which results in an HTTP 403.
forget(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
forget(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
format(Date) - Method in class org.neo4j.server.rest.repr.util.RFC1123
 
formatDate(Date) - Static method in class org.neo4j.server.rest.repr.util.RFC1123
 
formQueryBeans(String) - Method in class org.neo4j.server.rest.management.JmxService
 
forUriPath() - Method in interface org.neo4j.server.rest.security.SecurityRule
 
forwardTo(LogProvider) - Static method in class org.neo4j.server.logging.JULBridge
 
from(Object, HtmlHelper.ObjectType) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
from(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.TraversalDescriptionBuilder
 
from(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
fromNames(List<?>) - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
 
FullPathRepresentation - Class in org.neo4j.server.rest.repr
 
FullPathRepresentation(Path) - Constructor for class org.neo4j.server.rest.repr.FullPathRepresentation
 

G

gc_logging_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
gc_logging_options - Static variable in class org.neo4j.server.configuration.ServerSettings
 
gc_logging_rotation_keep_number - Static variable in class org.neo4j.server.configuration.ServerSettings
 
gc_logging_rotation_size - Static variable in class org.neo4j.server.configuration.ServerSettings
 
getAcceptors() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getAddress() - Method in class org.neo4j.server.AbstractNeoServer
 
getAllLabels(boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllLabels(boolean) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAttributes() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getAuthType() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
getAuthType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getAutoIndexedNodes(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedNodesByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodesByQuery(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedRelationships(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedRelationshipsByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getBean(String, String) - Method in class org.neo4j.server.rest.management.JmxService
 
getBeans() - Method in class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
getBufferSize() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getClock() - Method in class org.neo4j.server.rest.paging.LeaseManager
 
getConfig() - Method in class org.neo4j.server.AbstractNeoServer
 
getConfig() - Method in interface org.neo4j.server.NeoServer
 
getConstraints() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getContentCount() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getContentLength() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentRead() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getCookies() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getDatabase() - Method in class org.neo4j.server.AbstractNeoServer
 
getDatabase() - Method in interface org.neo4j.server.NeoServer
 
getDateHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getDependencyResolver() - Method in class org.neo4j.server.AbstractNeoServer
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
getDiscoveryDocument(UriInfo) - Method in class org.neo4j.server.rest.discovery.DiscoveryService
 
getDomain(String) - Method in class org.neo4j.server.rest.management.JmxService
 
getDomainName() - Method in class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
getExecutionEngine() - Method in class org.neo4j.server.database.CypherExecutor
 
getExensionsFor(Class<?>) - Method in class org.neo4j.server.plugins.PluginManager
 
getExtendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getExtensionList(String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getExtensionManager() - Method in class org.neo4j.server.AbstractNeoServer
 
getExtensionManager() - Method in interface org.neo4j.server.NeoServer
 
getExtensionsList() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getFactory(String) - Method in class org.neo4j.server.scripting.ScriptExecutorFactoryRepository
 
getFailureMessage() - Method in interface org.neo4j.server.preflight.PreflightTask
 
getFamily() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getGraph() - Method in interface org.neo4j.server.database.Database
 
getGraph() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
getGraph() - Method in class org.neo4j.server.database.WrappedDatabase
 
getGraphDatabaseExtensionDescription(String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaderNames() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHtmlBrowseJavascript() - Method in class org.neo4j.server.rest.web.ResourcesService
 
getHttpChannelState() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHttpFields() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getId() - Method in class org.neo4j.server.rest.paging.Lease
 
getId() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getId() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.DatabaseRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getIndexedNode(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationship(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getInjectable(ComponentContext, Context, Class<E>) - Method in class org.neo4j.server.database.InjectableProvider
 
getInjectable() - Method in class org.neo4j.server.database.InjectableProvider
 
getInputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getIntHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getJetty() - Method in class org.neo4j.server.web.Jetty9WebServer
 
getKeys() - Method in class org.neo4j.server.plugins.ConfigAdapter
 
getLabelConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabelExistenceConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabelUniquenessConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLeaseById(String) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
getLeasedItemAndRenewLease() - Method in class org.neo4j.server.rest.paging.Lease
 
getListRepresentation(Iterable) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getLocalAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalHttpAddress() - Method in class org.neo4j.server.web.Jetty9WebServer
 
getLocalHttpAddress() - Method in interface org.neo4j.server.web.WebServer
 
getLocalHttpsAddress() - Method in class org.neo4j.server.web.Jetty9WebServer
 
getLocalHttpsAddress() - Method in interface org.neo4j.server.web.WebServer
 
getLocalName() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalPort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocation() - Method in interface org.neo4j.server.database.Database
 
getLocation() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
getLocation() - Method in class org.neo4j.server.database.WrappedDatabase
 
getLocations() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
getLocations() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getMapRepresentation(Map) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getMaxCapacity() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getMaxThreads() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getMediaType() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getMessage() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
getMethod() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getMinThreads() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getMountPoint() - Method in class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
getName() - Method in class org.neo4j.server.logging.JettyLogBridge
 
getName() - Method in class org.neo4j.server.rest.dbms.DelegatingPrincipal
 
getName() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
getName() - Method in interface org.neo4j.server.rest.management.AdvertisableService
 
getName() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getName() - Method in class org.neo4j.server.rest.management.JmxService
 
getName() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
getName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeDegree(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeDegree(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeDegree(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getNodeFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeLabels(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeLabels(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodesWithLabel(String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodesWithLabelAndProperty(String, UriInfo) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getOrCreateIndexedNode(String, String, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOrCreateIndexedRelationship(String, String, String, Long, Long, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.CypherService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getOutputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getPackageName() - Method in class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
getPeriod() - Method in class org.neo4j.server.rest.paging.Lease
 
getPlugins() - Method in class org.neo4j.server.modules.RESTApiModule
 
getProperty(String) - Method in class org.neo4j.server.plugins.ConfigAdapter
 
getPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getProtocol() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getReader() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRealm() - Method in exception org.neo4j.server.rest.security.AuthenticationException
 
getReason() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getReasonPhrase() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getRelationshipFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipTypeExistenceConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipTypes(boolean) - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
getRemoteAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemoteHost() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemotePort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRepresentationWriteHandler() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getResponse() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraints() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyUniqueness(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndUniqueness(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForRelationshipTypeAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForRelationshipTypeAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexesForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getScope() - Method in class org.neo4j.server.database.InjectableProvider
 
getSecurityContext() - Method in class org.neo4j.server.rest.dbms.DelegatingPrincipal
 
getSecurityContextFromHttpContext(HttpContext) - Static method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
getSecurityContextFromHttpServletRequest(HttpServletRequest) - Static method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
getSecurityContextFromUserPrincipal(Principal) - Static method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
getSelectors() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getServer() - Method in class org.neo4j.server.ServerBootstrapper
 
getServerPath() - Method in interface org.neo4j.server.rest.management.AdvertisableService
 
getServerPath() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getServerPath() - Method in class org.neo4j.server.rest.management.JmxService
 
getServerPath() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
getServiceDefinition() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getServiceDefinition() - Method in class org.neo4j.server.rest.management.JmxService
 
getServiceDefinition(UriInfo, OutputFormat) - Method in class org.neo4j.server.rest.management.RootService
 
getServices() - Method in class org.neo4j.server.CommunityNeoServer
 
getServices() - Method in interface org.neo4j.server.NeoServer
 
getServletOutputStream() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getStackTraceAsString() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
getStartTime() - Method in class org.neo4j.server.rest.paging.Lease
 
getStatus() - Method in exception org.neo4j.server.rest.domain.BatchOperationFailedException
 
getStatus() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getStatusCode() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getTransactionRegistry() - Method in class org.neo4j.server.AbstractNeoServer
 
getTransactionRegistry() - Method in interface org.neo4j.server.NeoServer
 
getTransactionTimeout(HttpServletRequest, Log) - Static method in class org.neo4j.server.web.HttpHeaderUtils
Retrieve custom transaction timeout in milliseconds from numeric HttpHeaderUtils.MAX_EXECUTION_TIME_HEADER request header.
getType() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getType() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
getType() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getType() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getUrl() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getUser(String, HttpServletRequest) - Method in class org.neo4j.server.rest.dbms.UserService
 
getUserPrincipal() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
getValue(HttpContext) - Method in class org.neo4j.server.database.CypherExecutorProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.database.DatabaseProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.LoggingProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.NeoServerProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.plugins.PluginInvocatorProvider
 
getValue() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getValue() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
getValue() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.paging.LeaseManagerProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.InputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.OutputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.transactional.TransactionFilter
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.web.DatabaseActions.Provider
 
getValue(HttpContext) - Method in class org.neo4j.server.web.InjectableWrapper
 
getValue(HttpContext) - Method in class org.neo4j.server.web.WebServerProvider
 
getVersionAndEditionData() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
getWebServer() - Method in class org.neo4j.server.AbstractNeoServer
 
getWhiteList() - Static method in class org.neo4j.server.scripting.UserScriptClassWhiteList
 
getWriter() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
GlobalJavascriptInitializer - Class in org.neo4j.server.scripting.javascript
Forgive me Kent Beck, for I have sinned.
GlobalJavascriptInitializer.Mode - Enum in org.neo4j.server.scripting.javascript
 
GMT - Static variable in class org.neo4j.server.rest.repr.util.RFC1123
 
GRAPH_DATABASE_STARTUP_ERROR_CODE - Static variable in class org.neo4j.server.ServerBootstrapper
 
GraphDatabaseName - Class in org.neo4j.server.rest.domain
 
GraphDatabaseName(String) - Constructor for class org.neo4j.server.rest.domain.GraphDatabaseName
 
GraphDatabaseServiceProvider - Class in org.neo4j.server.database
 
GraphDatabaseServiceProvider(Database) - Constructor for class org.neo4j.server.database.GraphDatabaseServiceProvider
 

H

hashCode() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
hashCode() - Method in class org.neo4j.server.rest.dbms.DelegatingPrincipal
 
hashCode() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
hasNext() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
HEAD_BUFFER - Static variable in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
HOME_DIR_ARG - Static variable in class org.neo4j.server.ServerCommandLineArgs
 
homeDir() - Method in class org.neo4j.server.ServerCommandLineArgs
 
HtmlFormat - Class in org.neo4j.server.rest.repr.formats
 
HtmlFormat() - Constructor for class org.neo4j.server.rest.repr.formats.HtmlFormat
 
HtmlHelper - Class in org.neo4j.server.rest.domain
This is just a simple test of how a HTML renderer could be like
HtmlHelper.ObjectType - Enum in org.neo4j.server.rest.domain
 
http_log_path - Static variable in class org.neo4j.server.configuration.ServerSettings
 
http_logging_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
http_logging_rotation_keep_number - Static variable in class org.neo4j.server.configuration.ServerSettings
 
http_logging_rotation_size - Static variable in class org.neo4j.server.configuration.ServerSettings
 
HttpConnectionInfoFactory - Class in org.neo4j.server.rest.web
 
HttpConnectorFactory - Class in org.neo4j.server.web
 
HttpConnectorFactory(Config) - Constructor for class org.neo4j.server.web.HttpConnectorFactory
 
HttpHeaderUtils - Class in org.neo4j.server.web
 
httpsUri() - Method in class org.neo4j.server.AbstractNeoServer
 

I

ignore(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
includeStats() - Method in class org.neo4j.server.rest.transactional.Statement
 
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
INDEX_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
IndexDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
IndexDefinitionRepresentation(IndexDefinition) - Constructor for class org.neo4j.server.rest.repr.IndexDefinitionRepresentation
 
IndexDefinitionRepresentation(IndexDefinition, Schema.IndexState, IndexPopulationProgress) - Constructor for class org.neo4j.server.rest.repr.IndexDefinitionRepresentation
 
IndexedEntityRepresentation - Class in org.neo4j.server.rest.repr
 
IndexedEntityRepresentation(Node, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
IndexedEntityRepresentation(Relationship, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
IndexRepresentation - Class in org.neo4j.server.rest.repr
 
IndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.IndexRepresentation
 
info(String, Object...) - Method in class org.neo4j.server.logging.JettyLogBridge
 
info(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
info(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
init() - Method in class org.neo4j.server.AbstractNeoServer
 
init() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
init() - Method in interface org.neo4j.server.NeoServer
 
init(FilterConfig) - Method in class org.neo4j.server.rest.dbms.AuthorizationFilter
 
init(FilterConfig) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
init(FilterConfig) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
init(FilterConfig) - Method in class org.neo4j.server.web.StaticContentFilter
 
initialize(GlobalJavascriptInitializer.Mode) - Static method in class org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer
 
initializePackages(Iterable<String>) - Method in class org.neo4j.server.modules.ExtensionInitializer
 
InjectableProvider<E> - Class in org.neo4j.server.database
 
InjectableProvider(Class<E>) - Constructor for class org.neo4j.server.database.InjectableProvider
 
InjectableWrapper - Class in org.neo4j.server.web
 
InjectableWrapper(Injectable) - Constructor for class org.neo4j.server.web.InjectableWrapper
 
inputFormat(MediaType) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
InputFormatProvider - Class in org.neo4j.server.rest.repr
 
InputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.InputFormatProvider
 
InternalBeginTransactionError - Exception in org.neo4j.server.rest.transactional.error
 
InternalBeginTransactionError(RuntimeException) - Constructor for exception org.neo4j.server.rest.transactional.error.InternalBeginTransactionError
 
InternalJettyServletRequest - Class in org.neo4j.server.rest.web
 
InternalJettyServletRequest(String, String, String, InternalJettyServletResponse, InternalJettyServletRequest.RequestData) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletRequest(String, HttpURI, String, Cookie[], String, String, InternalJettyServletResponse, InternalJettyServletRequest.RequestData) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletRequest.RequestData - Class in org.neo4j.server.rest.web
 
InternalJettyServletResponse - Class in org.neo4j.server.rest.web
 
InternalJettyServletResponse() - Constructor for class org.neo4j.server.rest.web.InternalJettyServletResponse
 
InvalidConcurrentTransactionAccess - Exception in org.neo4j.server.rest.transactional.error
 
InvalidConcurrentTransactionAccess() - Constructor for exception org.neo4j.server.rest.transactional.error.InvalidConcurrentTransactionAccess
 
InvalidTransactionId - Exception in org.neo4j.server.rest.transactional.error
 
InvalidTransactionId() - Constructor for exception org.neo4j.server.rest.transactional.error.InvalidTransactionId
 
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in class org.neo4j.server.plugins.PluginManager
 
invokeDirectly(String, HttpServletRequest, HttpServletResponse) - Method in class org.neo4j.server.web.Jetty9WebServer
 
invokeDirectly(String, HttpServletRequest, HttpServletResponse) - Method in interface org.neo4j.server.web.WebServer
 
invokeGraphDatabaseExtension(String, String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeNodeExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeRelationshipExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
IS_ERROR - Static variable in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
isAuthorized(HttpServletRequest) - Method in interface org.neo4j.server.rest.security.SecurityRule
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
isCommitted() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
isDebugEnabled() - Method in class org.neo4j.server.logging.JettyLogBridge
 
isDebugEnabled() - Method in class org.neo4j.server.web.FastSlf4jLog
 
isEmpty() - Method in class org.neo4j.server.plugins.ConfigAdapter
 
isEmpty() - Method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
isForbidden(HttpServletRequest) - Method in interface org.neo4j.server.rest.security.ForbiddingSecurityRule
 
isImplicit() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
isIs() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
isNodeDeletedInCurrentTx(long) - Method in class org.neo4j.server.rest.transactional.TransactionStateChecker
 
isReadable() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
isRelationshipDeletedInCurrentTx(long) - Method in class org.neo4j.server.rest.transactional.TransactionStateChecker
 
isRunning() - Method in interface org.neo4j.server.database.Database
 
isRunning() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
isRunning() - Method in class org.neo4j.server.database.WrappedDatabase
 
isRunning() - Method in class org.neo4j.server.ServerBootstrapper
 
isSecure() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isSecure - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
isUserInRole(String) - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
isWriteable() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
isWriting() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
iterator() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 

J

JavascriptExecutor - Class in org.neo4j.server.scripting.javascript
 
JavascriptExecutor(String) - Constructor for class org.neo4j.server.scripting.javascript.JavascriptExecutor
 
JavascriptExecutor.Factory - Class in org.neo4j.server.scripting.javascript
 
JavascriptJavaObject(Scriptable, Object, Class) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper.JavascriptJavaObject
 
JaxRsServletHolderFactory - Class in org.neo4j.server.web
Different ServerModules can register services at the same mount point.
JaxRsServletHolderFactory() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory
 
JaxRsServletHolderFactory.Classes - Class in org.neo4j.server.web
 
JaxRsServletHolderFactory.Packages - Class in org.neo4j.server.web
 
Jetty9WebServer - Class in org.neo4j.server.web
This class handles the configuration and runtime management of a Jetty web server.
Jetty9WebServer(LogProvider, Config) - Constructor for class org.neo4j.server.web.Jetty9WebServer
 
JettyLogBridge - Class in org.neo4j.server.logging
 
JettyLogBridge() - Constructor for class org.neo4j.server.logging.JettyLogBridge
 
JettyLogBridge(String) - Constructor for class org.neo4j.server.logging.JettyLogBridge
 
JettyThreadCalculator - Class in org.neo4j.server.web
 
JettyThreadCalculator(int) - Constructor for class org.neo4j.server.web.JettyThreadCalculator
 
jmx_module_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
JmxAttributeRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxAttributeRepresentation(ObjectName, MBeanAttributeInfo) - Constructor for class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
JmxAttributeRepresentationDispatcher - Class in org.neo4j.server.rest.management.repr
Converts CompositeData, to allow representations of JMX beans.
JmxAttributeRepresentationDispatcher() - Constructor for class org.neo4j.server.rest.management.repr.JmxAttributeRepresentationDispatcher
 
JmxCompositeDataRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxCompositeDataRepresentation(CompositeData) - Constructor for class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
JmxDomainRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxDomainRepresentation(String) - Constructor for class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
JmxMBeanRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxMBeanRepresentation(ObjectName) - Constructor for class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
JmxService - Class in org.neo4j.server.rest.management
 
JmxService(OutputFormat, InputFormat) - Constructor for class org.neo4j.server.rest.management.JmxService
 
JsonBuildRuntimeException - Exception in org.neo4j.server.rest.domain
 
JsonBuildRuntimeException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonBuildRuntimeException
 
jsonCreateNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
jsonCreateRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
JsonFormat - Class in org.neo4j.server.rest.repr.formats
 
JsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.JsonFormat
 
JsonHelper - Class in org.neo4j.server.rest.domain
 
jsonNode(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
JsonParseException - Exception in org.neo4j.server.rest.domain
 
JsonParseException(String, Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonParseException
 
JsonParseException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonParseException
 
jsonToList(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
jsonToMap(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
JULBridge - Class in org.neo4j.server.logging
 

K

KERNEL_NAME_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 

L

labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
Leasable - Interface in org.neo4j.server.rest.paging
 
Lease - Class in org.neo4j.server.rest.paging
 
LeaseAlreadyExpiredException - Exception in org.neo4j.server.rest.paging
 
LeaseAlreadyExpiredException(String) - Constructor for exception org.neo4j.server.rest.paging.LeaseAlreadyExpiredException
 
leasedTraverser - Variable in class org.neo4j.server.rest.paging.Lease
 
LeaseManager - Class in org.neo4j.server.rest.paging
 
LeaseManager(Clock) - Constructor for class org.neo4j.server.rest.paging.LeaseManager
 
LeaseManagerProvider - Class in org.neo4j.server.rest.paging
 
LeaseManagerProvider(LeaseManager) - Constructor for class org.neo4j.server.rest.paging.LeaseManagerProvider
 
length() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
length() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
lib_directory - Static variable in class org.neo4j.server.configuration.ServerSettings
 
LifecycleManagingDatabase - Class in org.neo4j.server.database
Wraps a neo4j database in lifecycle management.
LifecycleManagingDatabase(Config, LifecycleManagingDatabase.GraphFactory, GraphDatabaseFacadeFactory.Dependencies) - Constructor for class org.neo4j.server.database.LifecycleManagingDatabase
 
lifecycleManagingDatabase(LifecycleManagingDatabase.GraphFactory) - Static method in class org.neo4j.server.database.LifecycleManagingDatabase
 
LifecycleManagingDatabase.GraphFactory - Interface in org.neo4j.server.database
 
list(Iterable<Node>) - Static method in class org.neo4j.server.rest.repr.NodeRepresentation
 
list(Iterable<Relationship>) - Static method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
listDomains() - Method in class org.neo4j.server.rest.management.JmxService
 
ListEntityRepresentation - Class in org.neo4j.server.rest.repr
 
ListEntityRepresentation(ListRepresentation, URI) - Constructor for class org.neo4j.server.rest.repr.ListEntityRepresentation
 
ListWrappingWriter - Class in org.neo4j.server.rest.repr.formats
 
ListWrappingWriter(List<Object>) - Constructor for class org.neo4j.server.rest.repr.formats.ListWrappingWriter
 
localAddress - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
localName - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
localPort - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
log(Request, Response) - Method in class org.neo4j.server.web.AsyncRequestLog
 
LoggingProvider - Class in org.neo4j.server
 
LoggingProvider(LogProvider) - Constructor for class org.neo4j.server.LoggingProvider
 
lookup(URI) - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 

M

main(String[]) - Static method in class org.neo4j.server.CommunityEntryPoint
 
management_api_path - Static variable in class org.neo4j.server.configuration.ServerSettings
 
ManagementApiModule - Class in org.neo4j.server.modules
 
ManagementApiModule(WebServer, Config) - Constructor for class org.neo4j.server.modules.ManagementApiModule
 
MapRepresentation - Class in org.neo4j.server.rest.repr
 
MapRepresentation(Map) - Constructor for class org.neo4j.server.rest.repr.MapRepresentation
 
MapTypeCaster - Class in org.neo4j.server.plugins
 
MapTypeCaster() - Constructor for class org.neo4j.server.plugins.MapTypeCaster
 
MapWrappingWriter - Class in org.neo4j.server.rest.repr.formats
 
MapWrappingWriter(Map<String, Object>) - Constructor for class org.neo4j.server.rest.repr.formats.MapWrappingWriter
 
MapWrappingWriter(Map<String, Object>, boolean) - Constructor for class org.neo4j.server.rest.repr.formats.MapWrappingWriter
 
matches(String) - Method in class org.neo4j.server.rest.security.UriPathWildcardMatcher
 
MAX_EXECUTION_TIME_HEADER - Static variable in class org.neo4j.server.web.HttpHeaderUtils
 
MAX_THREADS - Static variable in class org.neo4j.server.web.JettyThreadCalculator
 
maximum_request_header_size - Static variable in class org.neo4j.server.configuration.ServerSettings
 
maximum_response_header_size - Static variable in class org.neo4j.server.configuration.ServerSettings
 
MEDIA_TYPE - Static variable in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
MEDIA_TYPE - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
MediaTypeNotSupportedException - Exception in org.neo4j.server.rest.repr
 
MediaTypeNotSupportedException(Response.Status, Collection<MediaType>, MediaType...) - Constructor for exception org.neo4j.server.rest.repr.MediaTypeNotSupportedException
 
mediaTypeWithCharsetUtf8(String) - Static method in class org.neo4j.server.web.HttpHeaderUtils
 
mediaTypeWithCharsetUtf8(MediaType) - Static method in class org.neo4j.server.web.HttpHeaderUtils
 
metadata() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
methodName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
methodNotAllowed(UnsupportedOperationException) - Method in class org.neo4j.server.rest.repr.OutputFormat
 

N

name() - Method in interface org.neo4j.server.rest.management.console.ConsoleSessionCreator
 
name() - Method in class org.neo4j.server.rest.management.console.CypherSessionCreator
 
NAME - Static variable in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
name() - Method in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
NameDescriptionValueRepresentation - Class in org.neo4j.server.rest.management.repr
 
NameDescriptionValueRepresentation(String, String, Representation) - Constructor for class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
NEO4J_IS_STARTING_MESSAGE - Static variable in class org.neo4j.server.AbstractNeoServer
 
Neo4jBrowserModule - Class in org.neo4j.server.modules
 
Neo4jBrowserModule(WebServer) - Constructor for class org.neo4j.server.modules.Neo4jBrowserModule
 
Neo4jError - Class in org.neo4j.server.rest.transactional.error
This is an initial move towards unified errors - it should not live here in the server, but should probably exist in the kernel or similar, where it can be shared across surfaces other than the server.
Neo4jError(Status, String) - Constructor for class org.neo4j.server.rest.transactional.error.Neo4jError
 
Neo4jError(Status, Throwable) - Constructor for class org.neo4j.server.rest.transactional.error.Neo4jError
 
Neo4jJsonCodec - Class in org.neo4j.server.rest.transactional
 
Neo4jJsonCodec(TransitionalPeriodTransactionMessContainer) - Constructor for class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
Neo4jJsonCodec() - Constructor for class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
NeoJettyErrorHandler - Class in org.neo4j.server.web
 
NeoJettyErrorHandler() - Constructor for class org.neo4j.server.web.NeoJettyErrorHandler
 
NeoServer - Interface in org.neo4j.server
 
neoServer - Variable in class org.neo4j.server.NeoServerProvider
 
NeoServerProvider - Class in org.neo4j.server
 
NeoServerProvider(NeoServer) - Constructor for class org.neo4j.server.NeoServerProvider
 
NeoServletContainer - Class in org.neo4j.server.web
 
NeoServletContainer(Collection<InjectableProvider<?>>) - Constructor for class org.neo4j.server.web.NeoServletContainer
 
newDatabase(Config, GraphDatabaseFacadeFactory.Dependencies) - Method in interface org.neo4j.server.database.Database.Factory
 
newFromPlan(ExecutionPlanDescription) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newFromProvider(Function<Object, ExecutionPlanDescription>) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newGraphDatabase(Config, GraphDatabaseFacadeFactory.Dependencies) - Method in interface org.neo4j.server.database.LifecycleManagingDatabase.GraphFactory
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in interface org.neo4j.server.rest.management.console.ConsoleSessionCreator
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in class org.neo4j.server.rest.management.console.CypherSessionCreator
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
newTransaction(KernelTransaction.Type, SecurityContext, long) - Method in class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
newTransactionHandle(TransactionUriScheme, boolean, SecurityContext, long) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
next() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
NO_NAME - Static variable in class org.neo4j.server.rest.domain.GraphDatabaseName
 
noContent() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
NODE_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
NodeAutoIndexRepresentation - Class in org.neo4j.server.rest.repr
 
NodeAutoIndexRepresentation() - Constructor for class org.neo4j.server.rest.repr.NodeAutoIndexRepresentation
 
NodeIndexRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
NodeIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
nodeIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRootRepresentation
 
nodeIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeRepresentation - Class in org.neo4j.server.rest.repr
 
NodeRepresentation(Node) - Constructor for class org.neo4j.server.rest.repr.NodeRepresentation
 
nodes() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
nodes() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
NonStreamingBatchOperations - Class in org.neo4j.server.rest.batch
 
NonStreamingBatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.batch.NonStreamingBatchOperations
 
NoSuchPropertyException - Exception in org.neo4j.server.rest.web
 
NoSuchPropertyException(PropertyContainer, String) - Constructor for exception org.neo4j.server.rest.web.NoSuchPropertyException
 
NoSuchScriptLanguageException - Exception in org.neo4j.server.scripting
 
NoSuchScriptLanguageException(String) - Constructor for exception org.neo4j.server.scripting.NoSuchScriptLanguageException
 
notFound(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
notFound() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
notifications(Iterable<Notification>) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
NullFormat - Class in org.neo4j.server.rest.repr.formats
 
NullFormat(Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.formats.NullFormat
 

O

ObjectRepresentation - Class in org.neo4j.server.rest.repr
 
ObjectRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.ObjectRepresentation
 
ObjectToRepresentationConverter - Class in org.neo4j.server.rest.repr
 
ok(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ok() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
OK - Static variable in class org.neo4j.server.ServerBootstrapper
 
okIncludeLocation(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
onRepresentationFinal() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationFinal() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
onRepresentationStartWriting() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationStartWriting() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
onRepresentationWritten() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationWritten() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
org.neo4j.server - package org.neo4j.server
 
org.neo4j.server.configuration - package org.neo4j.server.configuration
 
org.neo4j.server.database - package org.neo4j.server.database
 
org.neo4j.server.exception - package org.neo4j.server.exception
 
org.neo4j.server.logging - package org.neo4j.server.logging
 
org.neo4j.server.modules - package org.neo4j.server.modules
 
org.neo4j.server.plugins - package org.neo4j.server.plugins
 
org.neo4j.server.preflight - package org.neo4j.server.preflight
 
org.neo4j.server.rest.batch - package org.neo4j.server.rest.batch
 
org.neo4j.server.rest.dbms - package org.neo4j.server.rest.dbms
 
org.neo4j.server.rest.discovery - package org.neo4j.server.rest.discovery
 
org.neo4j.server.rest.domain - package org.neo4j.server.rest.domain
 
org.neo4j.server.rest.management - package org.neo4j.server.rest.management
 
org.neo4j.server.rest.management.console - package org.neo4j.server.rest.management.console
 
org.neo4j.server.rest.management.repr - package org.neo4j.server.rest.management.repr
 
org.neo4j.server.rest.paging - package org.neo4j.server.rest.paging
 
org.neo4j.server.rest.repr - package org.neo4j.server.rest.repr
 
org.neo4j.server.rest.repr.formats - package org.neo4j.server.rest.repr.formats
 
org.neo4j.server.rest.repr.util - package org.neo4j.server.rest.repr.util
 
org.neo4j.server.rest.security - package org.neo4j.server.rest.security
 
org.neo4j.server.rest.transactional - package org.neo4j.server.rest.transactional
 
org.neo4j.server.rest.transactional.error - package org.neo4j.server.rest.transactional.error
 
org.neo4j.server.rest.web - package org.neo4j.server.rest.web
 
org.neo4j.server.scripting - package org.neo4j.server.scripting
 
org.neo4j.server.scripting.javascript - package org.neo4j.server.scripting.javascript
 
org.neo4j.server.security.ssl - package org.neo4j.server.security.ssl
 
org.neo4j.server.web - package org.neo4j.server.web
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
OutputFormat - Class in org.neo4j.server.rest.repr
 
OutputFormat(RepresentationFormat, URI, ExtensionInjector) - Constructor for class org.neo4j.server.rest.repr.OutputFormat
 
outputFormat(List<MediaType>, URI, MultivaluedMap<String, String>) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
OutputFormatProvider - Class in org.neo4j.server.rest.repr
 
OutputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.OutputFormatProvider
 

P

Packages() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory.Packages
 
pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PagedTraverser - Class in org.neo4j.server.rest.paging
 
PagedTraverser(Traverser, int) - Constructor for class org.neo4j.server.rest.paging.PagedTraverser
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
parameters() - Method in class org.neo4j.server.rest.transactional.Statement
 
parametersList() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
parse(String) - Method in class org.neo4j.server.rest.repr.util.RFC1123
 
parse(String[]) - Static method in class org.neo4j.server.ServerCommandLineArgs
 
parseTimestamp(String) - Static method in class org.neo4j.server.rest.repr.util.RFC1123
 
PASSWORD - Static variable in class org.neo4j.server.rest.dbms.UserService
 
passwordChange() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
passwordChangeRequired() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
PATH_ALL_NODES_LABELED - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_AUTO_INDEX - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_BATCH - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_CYPHER - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_EXTENSIONS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_LABELS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_NODE_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_NODES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_TYPES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIPS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_EXISTENCE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_EXISTENCE_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_INDEX_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX_LABEL_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_EXISTENCE_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE_EXISTENCE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TO_CREATE_PAGED_TRAVERSERS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TO_PAGED_TRAVERSERS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TRANSACTION - Static variable in interface org.neo4j.server.rest.web.Surface
 
PathRepresentation<P extends org.neo4j.graphdb.Path> - Class in org.neo4j.server.rest.repr
 
PathRepresentation(P) - Constructor for class org.neo4j.server.rest.repr.PathRepresentation
 
performBatchJobs(UriInfo, HttpHeaders, HttpServletRequest, InputStream) - Method in class org.neo4j.server.rest.batch.NonStreamingBatchOperations
 
performBatchOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
PluginInvocator - Interface in org.neo4j.server.plugins
 
PluginInvocatorProvider - Class in org.neo4j.server.plugins
 
PluginInvocatorProvider(AbstractNeoServer) - Constructor for class org.neo4j.server.plugins.PluginInvocatorProvider
 
PluginManager - Class in org.neo4j.server.plugins
 
PluginManager(Config, LogProvider) - Constructor for class org.neo4j.server.plugins.PluginManager
 
PreflightTask - Interface in org.neo4j.server.preflight
 
PreFlightTasks - Class in org.neo4j.server.preflight
These are tasks that are run on server startup that may take a long time to execute, such as recovery, upgrades and so on.
PreFlightTasks(LogProvider, PreflightTask...) - Constructor for class org.neo4j.server.preflight.PreFlightTasks
 
prettyPrint(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
PropertiesRepresentation - Class in org.neo4j.server.rest.repr
 
PropertiesRepresentation(PropertyContainer) - Constructor for class org.neo4j.server.rest.repr.PropertiesRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
propertyContainerType() - Method in class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
propertyContainerType() - Method in class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
PropertySettingStrategy - Class in org.neo4j.server.rest.domain
Responsible for setting properties on primitive types.
PropertySettingStrategy(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.domain.PropertySettingStrategy
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
PropertyValueException - Exception in org.neo4j.server.rest.web
 
PropertyValueException(String) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
Provider(DatabaseActions) - Constructor for class org.neo4j.server.rest.web.DatabaseActions.Provider
 
providerForSingleton(E, Class<E>) - Static method in class org.neo4j.server.database.InjectableProvider
 
providerFromSupplier(Supplier<E>, Class<E>) - Static method in class org.neo4j.server.database.InjectableProvider
 
pruneEvaluator(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.EvaluatorFactory
 
publish(LogRecord) - Method in class org.neo4j.server.logging.JULBridge
 

Q

QUERY_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
queryBeans(String) - Method in class org.neo4j.server.rest.management.JmxService
 

R

readAndExecuteOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream, ServletOutputStream) - Method in class org.neo4j.server.rest.web.StreamingBatchOperations
 
readJson(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
readList(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
redirectToBrowser() - Method in class org.neo4j.server.rest.discovery.DiscoveryService
 
RELATIONSHIP_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
RelationshipAutoIndexRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipAutoIndexRepresentation() - Constructor for class org.neo4j.server.rest.repr.RelationshipAutoIndexRepresentation
 
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
RelationshipDirection - Enum in org.neo4j.server.rest.domain
 
RelationshipExpanderBuilder - Class in org.neo4j.server.rest.domain
 
RelationshipIndexRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
RelationshipIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
relationshipIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRootRepresentation
 
relationshipIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipRepresentation(Relationship) - Constructor for class org.neo4j.server.rest.repr.RelationshipRepresentation
 
relationships() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
relationships() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
relativeUriFor(String, String, long) - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
release(long, TransactionHandle) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
release(long, TransactionHandle) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
RELEVANCE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
remoteAddress - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
remotePort - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
remove(String) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
remove() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
remove(List<String>) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
removeAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFilter(Filter, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeFilter(Filter, String) - Method in interface org.neo4j.server.web.WebServer
 
removeFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeJAXRSClasses(List<String>, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeJAXRSClasses(List<String>, String) - Method in interface org.neo4j.server.web.WebServer
 
removeJAXRSPackages(List<String>, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeJAXRSPackages(List<String>, String) - Method in interface org.neo4j.server.web.WebServer
 
removeLabelFromNode(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeLabel(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
removeNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removePagedTraverse(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removePagedTraverser(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
removeRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeStaticContent(String, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeStaticContent(String, String) - Method in interface org.neo4j.server.web.WebServer
 
renew() - Method in class org.neo4j.server.rest.paging.Lease
 
RepresentationDispatcher - Class in org.neo4j.server.rest.repr
Converts common primitive and basic objects and arrays of the same into a representation.
RepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.RepresentationDispatcher
 
RepresentationExceptionHandlingIterable<T> - Class in org.neo4j.server.rest.repr
 
RepresentationExceptionHandlingIterable(Iterable<T>) - Constructor for class org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable
 
RepresentationFormatRepository - Class in org.neo4j.server.rest.repr
 
RepresentationFormatRepository(AbstractNeoServer) - Constructor for class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
RepresentationWriteHandler - Interface in org.neo4j.server.rest.repr
 
repType - Variable in enum org.neo4j.server.rest.domain.TraverserReturnType
 
RequestData(String, boolean, int, String, String, int, String) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
resetJUL() - Static method in class org.neo4j.server.logging.JULBridge
 
ResourcesService - Class in org.neo4j.server.rest.web
 
ResourcesService(UriInfo) - Constructor for class org.neo4j.server.rest.web.ResourcesService
 
resourceTemplate(String, String) - Method in class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
resourceUri(String, String) - Method in class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
response(Response.StatusType, Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
rest_api_path - Static variable in class org.neo4j.server.configuration.ServerSettings
 
RESTApiModule - Class in org.neo4j.server.modules
Mounts the database REST API.
RESTApiModule(WebServer, Config, DependencyResolver, LogProvider) - Constructor for class org.neo4j.server.modules.RESTApiModule
 
RestfulGraphDatabase - Class in org.neo4j.server.rest.web
 
RestfulGraphDatabase(InputFormat, OutputFormat, DatabaseActions, Configuration) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase
 
RestfulGraphDatabase.AmpersandSeparatedCollection - Class in org.neo4j.server.rest.web
 
ResultDataContent - Enum in org.neo4j.server.rest.transactional
 
resultDataContents() - Method in class org.neo4j.server.rest.transactional.Statement
 
ResultDataContentWriter - Interface in org.neo4j.server.rest.transactional
 
returnFilter(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.EvaluatorFactory
 
RFC1123 - Class in org.neo4j.server.rest.repr.util
 
rollback(ExecutionResultSerializer) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
rollbackAllSuspendedTransactions() - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
rollbackAllSuspendedTransactions() - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
rollbackSuspendedTransactionsIdleSince(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
rollbackTransaction(long, UriInfo) - Method in class org.neo4j.server.rest.web.TransactionalService
 
root() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
ROOT_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
RootService - Class in org.neo4j.server.rest.management
 
RootService(NeoServer) - Constructor for class org.neo4j.server.rest.management.RootService
 
run() - Method in interface org.neo4j.server.preflight.PreflightTask
 
run() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
run_directory - Static variable in class org.neo4j.server.configuration.ServerSettings
 

S

score() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
SCORE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
ScoredEntityRepresentation<E extends ObjectRepresentation & org.neo4j.server.rest.repr.ExtensibleRepresentation & EntityRepresentation> - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation(NodeRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
ScoredRelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredRelationshipRepresentation(RelationshipRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
script_sandboxing_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
ScriptExecutor - Interface in org.neo4j.server.scripting
Common abstraction for compiled and runtime-evaluated scripts.
ScriptExecutor.Factory - Interface in org.neo4j.server.scripting
 
ScriptExecutorFactoryRepository - Class in org.neo4j.server.scripting
 
ScriptExecutorFactoryRepository(Map<String, ScriptExecutor.Factory>) - Constructor for class org.neo4j.server.scripting.ScriptExecutorFactoryRepository
 
ScriptSession - Interface in org.neo4j.server.rest.management.console
 
security_rules - Static variable in class org.neo4j.server.configuration.ServerSettings
 
SecurityFilter - Class in org.neo4j.server.rest.security
 
SecurityFilter(SecurityRule, SecurityRule...) - Constructor for class org.neo4j.server.rest.security.SecurityFilter
 
SecurityFilter(Iterable<SecurityRule>) - Constructor for class org.neo4j.server.rest.security.SecurityFilter
 
SecurityRule - Interface in org.neo4j.server.rest.security
 
SecurityRulesModule - Class in org.neo4j.server.modules
 
SecurityRulesModule(WebServer, Config, LogProvider) - Constructor for class org.neo4j.server.modules.SecurityRulesModule
 
seeOther(URI) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
selfUri() - Method in interface org.neo4j.server.rest.repr.EntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.ListEntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
sendError(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendError(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendRedirect(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
serialize(MappingSerializer) - Method in class org.neo4j.server.rest.management.repr.ConsoleServiceRepresentation
 
serialize() - Method in class org.neo4j.server.rest.management.repr.ServerRootRepresentation
 
serialize(MappingSerializer) - Method in class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
serializeMapping(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
serializer(OutputStream, URI) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
SERVER_PATH - Static variable in class org.neo4j.server.rest.management.VersionAndEditionService
 
ServerBootstrapper - Class in org.neo4j.server
 
ServerBootstrapper() - Constructor for class org.neo4j.server.ServerBootstrapper
 
ServerCommandLineArgs - Class in org.neo4j.server
Parses command line arguments for the server bootstrappers.
serverError(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
serverErrorWithoutLegacyStacktrace(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
Server error with stack trace included as needed, see OutputFormat.badRequestWithoutLegacyStacktrace(java.lang.Throwable).
ServerExtensionRepresentation - Class in org.neo4j.server.rest.repr
 
ServerExtensionRepresentation(String, List<ExtensionPointRepresentation>) - Constructor for class org.neo4j.server.rest.repr.ServerExtensionRepresentation
 
ServerListRepresentation - Class in org.neo4j.server.rest.repr
 
ServerListRepresentation(RepresentationType, Iterable<? extends Representation>) - Constructor for class org.neo4j.server.rest.repr.ServerListRepresentation
 
ServerModule - Interface in org.neo4j.server.modules
An interface which the NeoServer uses to initialise server modules (e.g.
ServerRootRepresentation - Class in org.neo4j.server.rest.management.repr
 
ServerRootRepresentation(URI, Iterable<AdvertisableService>) - Constructor for class org.neo4j.server.rest.management.repr.ServerRootRepresentation
 
ServerSettings - Class in org.neo4j.server.configuration
 
ServerSettings() - Constructor for class org.neo4j.server.configuration.ServerSettings
 
ServerStartupErrors - Class in org.neo4j.server.exception
Helps translate known common user errors to avoid long java stack traces and other bulk logging that obscures what went wrong.
ServerStartupException - Exception in org.neo4j.server
 
ServerStartupException(String, Throwable) - Constructor for exception org.neo4j.server.ServerStartupException
 
ServerStartupException(String) - Constructor for exception org.neo4j.server.ServerStartupException
 
SERVICE_PATH - Static variable in class org.neo4j.server.rest.management.console.ConsoleService
 
ServiceDefinitionRepresentation - Class in org.neo4j.server.rest.management.repr
 
ServiceDefinitionRepresentation(String) - Constructor for class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
SessionFactoryImpl - Class in org.neo4j.server.rest.management.console
 
SessionFactoryImpl(HttpServletRequest, List<String>, CypherExecutor) - Constructor for class org.neo4j.server.rest.management.console.SessionFactoryImpl
 
setAddress(ListenSocketAddress) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setAddress(ListenSocketAddress) - Method in interface org.neo4j.server.web.WebServer
 
setAllNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllNodeProperties(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAllProperties(PropertyContainer, Map<String, Object>) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
Set all properties on an entity, deleting any properties that existed on the entity but not in the provided map.
setAllRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllRelationshipProperties(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAutoIndexerEnabled(String, boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAutoIndexerEnabled(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setBufferSize(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setCharacterEncoding(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setContentLength(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDebugEnabled(boolean) - Method in class org.neo4j.server.logging.JettyLogBridge
 
setDefaultInjectables(Collection<InjectableProvider<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setDefaultInjectables(Collection<InjectableProvider<?>>) - Method in interface org.neo4j.server.web.WebServer
 
setHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setHttpsAddress(Optional<ListenSocketAddress>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setHttpsAddress(Optional<ListenSocketAddress>) - Method in interface org.neo4j.server.web.WebServer
 
setIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setJettyCreatedCallback(Consumer<Server>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setJettyCreatedCallback(Consumer<Server>) - Method in interface org.neo4j.server.web.WebServer
 
setLabelsOnNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setLocale(Locale) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLogProvider(LogProvider) - Static method in class org.neo4j.server.logging.JettyLogBridge
 
setLongContentLength(long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setMaxThreads(int) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setMaxThreads(int) - Method in interface org.neo4j.server.web.WebServer
 
setNodeLabels(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setNodeProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setNodeProperty(long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setPassword(String, HttpServletRequest, String) - Method in class org.neo4j.server.rest.dbms.UserService
 
setProperties(PropertyContainer, Map<String, Object>) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
setProperty(PropertyContainer, String, Object) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
setRelationshipProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setRelationshipProperty(long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
setRequestLog(RequestLog) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setRequestLog(RequestLog) - Method in interface org.neo4j.server.web.WebServer
 
setSslPolicy(SslPolicy) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setSslPolicy(SslPolicy) - Method in interface org.neo4j.server.web.WebServer
 
setStatus(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setStatus(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setTransaction(Transaction) - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
setWadlEnabled(boolean) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setWadlEnabled(boolean) - Method in interface org.neo4j.server.web.WebServer
 
ShellSession - Class in org.neo4j.server.rest.management.console
 
ShellSession(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.management.console.ShellSession
 
ShellSessionCreator - Class in org.neo4j.server.rest.management.console
 
ShellSessionCreator() - Constructor for class org.neo4j.server.rest.management.console.ShellSessionCreator
 
shouldRollBackOn(Collection<Neo4jError>) - Static method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
shouldSerializeStackTrace() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
shutdown() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
SimpleUriBuilder - Class in org.neo4j.server.web
 
SimpleUriBuilder() - Constructor for class org.neo4j.server.web.SimpleUriBuilder
 
singlePath(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
SPIPluginLifecycle - Interface in org.neo4j.server.plugins
 
ssl_policy - Static variable in class org.neo4j.server.configuration.ServerSettings
 
SslSocketConnectorFactory - Class in org.neo4j.server.security.ssl
 
SslSocketConnectorFactory(Config) - Constructor for class org.neo4j.server.security.ssl.SslSocketConnectorFactory
 
start() - Method in class org.neo4j.server.AbstractNeoServer
 
start(File, Optional<File>, Map<String, String>) - Method in class org.neo4j.server.BlockingBootstrapper
 
start(File, Optional<File>, Map<String, String>) - Method in interface org.neo4j.server.Bootstrapper
 
start(String[]) - Static method in class org.neo4j.server.CommunityEntryPoint
 
start() - Method in class org.neo4j.server.database.CypherExecutor
 
start() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
start() - Method in class org.neo4j.server.modules.AuthorizationModule
 
start() - Method in class org.neo4j.server.modules.ConsoleModule
 
start() - Method in class org.neo4j.server.modules.DBMSModule
 
start() - Method in class org.neo4j.server.modules.ManagementApiModule
 
start() - Method in class org.neo4j.server.modules.Neo4jBrowserModule
 
start() - Method in class org.neo4j.server.modules.RESTApiModule
 
start() - Method in class org.neo4j.server.modules.SecurityRulesModule
 
start() - Method in interface org.neo4j.server.modules.ServerModule
 
start() - Method in class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
start() - Method in interface org.neo4j.server.NeoServer
 
start(NeoServer) - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
start(HtmlHelper.ObjectType, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
start(String, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
start(Bootstrapper, String...) - Static method in class org.neo4j.server.ServerBootstrapper
 
start(File, Optional<File>, Map<String, String>) - Method in class org.neo4j.server.ServerBootstrapper
 
start() - Method in class org.neo4j.server.web.Jetty9WebServer
 
start() - Method in interface org.neo4j.server.web.WebServer
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
startNode() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
startNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
StartNodeNotFoundException - Exception in org.neo4j.server.rest.domain
 
StartNodeNotFoundException(NodeNotFoundException) - Constructor for exception org.neo4j.server.rest.domain.StartNodeNotFoundException
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
startOperation(String, Integer) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
Statement - Class in org.neo4j.server.rest.transactional
 
Statement(String, Map<String, Object>, boolean, ResultDataContent...) - Constructor for class org.neo4j.server.rest.transactional.Statement
 
statement() - Method in class org.neo4j.server.rest.transactional.Statement
 
StatementDeserializer - Class in org.neo4j.server.rest.transactional
 
StatementDeserializer(InputStream) - Constructor for class org.neo4j.server.rest.transactional.StatementDeserializer
 
statementResult(Result, boolean, ResultDataContent...) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will get called at most once per statement.
StaticContentFilter - Class in org.neo4j.server.web
 
StaticContentFilter() - Constructor for class org.neo4j.server.web.StaticContentFilter
 
status() - Method in exception org.neo4j.server.rest.domain.JsonParseException
 
status() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
status() - Method in exception org.neo4j.server.rest.web.NoSuchPropertyException
 
status() - Method in exception org.neo4j.server.rest.web.PropertyValueException
 
stop() - Method in class org.neo4j.server.AbstractNeoServer
 
stop() - Method in class org.neo4j.server.BlockingBootstrapper
 
stop() - Method in interface org.neo4j.server.Bootstrapper
 
stop(String[]) - Static method in class org.neo4j.server.CommunityEntryPoint
 
stop() - Method in class org.neo4j.server.database.CypherExecutor
 
stop() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
stop() - Method in class org.neo4j.server.modules.AuthorizationModule
 
stop() - Method in class org.neo4j.server.modules.ConsoleModule
 
stop() - Method in class org.neo4j.server.modules.DBMSModule
 
stop() - Method in class org.neo4j.server.modules.ExtensionInitializer
 
stop() - Method in class org.neo4j.server.modules.ManagementApiModule
 
stop() - Method in class org.neo4j.server.modules.Neo4jBrowserModule
 
stop() - Method in class org.neo4j.server.modules.RESTApiModule
 
stop() - Method in class org.neo4j.server.modules.SecurityRulesModule
 
stop() - Method in interface org.neo4j.server.modules.ServerModule
 
stop() - Method in class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
stop() - Method in interface org.neo4j.server.NeoServer
 
stop() - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
stop() - Method in class org.neo4j.server.ServerBootstrapper
 
stop() - Method in class org.neo4j.server.web.Jetty9WebServer
 
stop() - Method in interface org.neo4j.server.web.WebServer
 
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
STREAM_HEADER - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
StreamingBatchOperationResults - Class in org.neo4j.server.rest.batch
 
StreamingBatchOperationResults(JsonGenerator, ServletOutputStream) - Constructor for class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
StreamingBatchOperations - Class in org.neo4j.server.rest.web
 
StreamingBatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.web.StreamingBatchOperations
 
StreamingFormat - Interface in org.neo4j.server.rest.repr
 
StreamingJsonFormat - Class in org.neo4j.server.rest.repr.formats
 
StreamingJsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
StreamingJsonFormat.StreamingRepresentationFormat - Class in org.neo4j.server.rest.repr.formats
 
StreamingRepresentationFormat(JsonGenerator, InputFormat) - Constructor for class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
supportedEngines() - Method in interface org.neo4j.server.rest.management.console.ConsoleSessionFactory
 
supportedEngines() - Method in class org.neo4j.server.rest.management.console.SessionFactoryImpl
 
Surface - Interface in org.neo4j.server.rest.web
 

T

t - Variable in class org.neo4j.server.database.InjectableProvider
 
terminate(long) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
terminate() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
terminate(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
terminate(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
terminate() - Method in interface org.neo4j.server.rest.transactional.TransactionTerminationHandle
 
third_party_packages - Static variable in class org.neo4j.server.configuration.ServerSettings
 
ThirdPartyJAXRSModule - Class in org.neo4j.server.modules
 
ThirdPartyJAXRSModule(WebServer, Config, LogProvider, NeoServer) - Constructor for class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
ThirdPartyJaxRsPackage - Class in org.neo4j.server.configuration
 
ThirdPartyJaxRsPackage(String, String) - Constructor for class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
toJSON() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
toNeo4jError() - Method in exception org.neo4j.server.rest.transactional.error.TransactionLifecycleException
 
TOO_MANY - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
toRepresentation(Path) - Method in enum org.neo4j.server.rest.domain.TraverserReturnType
 
toResponse(AuthenticationException) - Method in class org.neo4j.server.rest.security.AuthenticationExceptionMapper
 
toString() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
toString() - Method in class org.neo4j.server.rest.dbms.DelegatingPrincipal
 
toString() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
toString() - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 
toString() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
transaction_idle_timeout - Static variable in class org.neo4j.server.configuration.ServerSettings
 
TransactionalRequestDispatcher - Class in org.neo4j.server.rest.transactional
 
TransactionalRequestDispatcher(Database, RequestDispatcher) - Constructor for class org.neo4j.server.rest.transactional.TransactionalRequestDispatcher
 
TransactionalService - Class in org.neo4j.server.rest.web
This does basic mapping from HTTP to TransactionFacade, and should not do anything more complicated than that.
TransactionalService(TransactionFacade, UriInfo, UsageData, Log) - Constructor for class org.neo4j.server.rest.web.TransactionalService
 
TransactionalService.TransactionUriBuilder - Class in org.neo4j.server.rest.web
 
transactionCommitUri(URI) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will always get called at most once, and is the first method to get called.
TransactionFacade - Class in org.neo4j.server.rest.transactional
Transactional actions contains the business logic for executing statements against Neo4j across long-running transactions.
TransactionFacade(TransitionalPeriodTransactionMessContainer, QueryExecutionEngine, GraphDatabaseQueryService, TransactionRegistry, LogProvider) - Constructor for class org.neo4j.server.rest.transactional.TransactionFacade
 
TransactionFilter - Class in org.neo4j.server.rest.transactional
 
TransactionFilter(Database) - Constructor for class org.neo4j.server.rest.transactional.TransactionFilter
 
TransactionHandle - Class in org.neo4j.server.rest.transactional
Encapsulates executing statements in a transaction, committing the transaction, or rolling it back.
TransactionHandleRegistry - Class in org.neo4j.server.rest.transactional
 
TransactionHandleRegistry(Clock, long, LogProvider) - Constructor for class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
TransactionLifecycleException - Exception in org.neo4j.server.rest.transactional.error
TransactionLifecycleExceptions are internal exceptions that may be thrown due to server transaction lifecycle transitions that map directly on a Status.Code.
TransactionRegistry - Interface in org.neo4j.server.rest.transactional
Stores transaction contexts for the server, including handling concurrency safe ways to acquire transaction contexts back, as well as timing out and closing transaction contexts that have been left unused.
TransactionStateChecker - Class in org.neo4j.server.rest.transactional
 
transactionStatus(long) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
TransactionTerminationHandle - Interface in org.neo4j.server.rest.transactional
 
TransactionUriBuilder(UriInfo) - Constructor for class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
TransactionUriScheme - Interface in org.neo4j.server.rest.web
 
TransitionalPeriodTransactionMessContainer - Class in org.neo4j.server.rest.transactional
 
TransitionalPeriodTransactionMessContainer(GraphDatabaseFacade) - Constructor for class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
translateToServerStartupError(Throwable) - Static method in class org.neo4j.server.exception.ServerStartupErrors
 
TraversalDescriptionBuilder - Class in org.neo4j.server.rest.domain
 
TraversalDescriptionBuilder(boolean) - Constructor for class org.neo4j.server.rest.domain.TraversalDescriptionBuilder
 
traverse(long, Map<String, Object>, TraverserReturnType) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
traverse(long, TraverserReturnType, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
TraverserReturnType - Enum in org.neo4j.server.rest.domain
 
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
txCommitUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txCommitUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 
txUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 

U

unauthorized(Representation, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
UNPROCESSABLE - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
UpgradeDisallowedStartupException - Exception in org.neo4j.server.exception
 
UpgradeDisallowedStartupException(UpgradeNotAllowedException) - Constructor for exception org.neo4j.server.exception.UpgradeDisallowedStartupException
 
uri() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
URIHelper - Class in org.neo4j.server.rest.domain
 
UriPathWildcardMatcher - Class in org.neo4j.server.rest.security
 
UriPathWildcardMatcher(String) - Constructor for class org.neo4j.server.rest.security.UriPathWildcardMatcher
 
UriToDatabaseMatcher - Class in org.neo4j.server.rest.domain
 
UriToDatabaseMatcher() - Constructor for class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 
UrlFormFormat - Class in org.neo4j.server.rest.repr.formats
 
UrlFormFormat() - Constructor for class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
usePrettyPrinter() - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
user() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
UserScriptClassWhiteList - Class in org.neo4j.server.scripting
A set of classes that we trust unknown entities to work with.
UserService - Class in org.neo4j.server.rest.dbms
 
UserService(UserManagerSupplier, InputFormat, OutputFormat) - Constructor for class org.neo4j.server.rest.dbms.UserService
 

V

validateKeys(Map<String, T>, String...) - Static method in class org.neo4j.server.rest.repr.DefaultFormat
 
value(Object) - Static method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.HtmlHelper.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.TraverserReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.server.rest.domain.HtmlHelper.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.domain.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.domain.TraverserReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.neo4j.server.ServerCommandLineArgs
 
VERSION_ARG - Static variable in class org.neo4j.server.ServerCommandLineArgs
 
VersionAndEditionService - Class in org.neo4j.server.rest.management
 
VersionAndEditionService(NeoServer) - Constructor for class org.neo4j.server.rest.management.VersionAndEditionService
 
visibleToScripts(String) - Method in class org.neo4j.server.scripting.javascript.WhiteListClassShutter
 

W

wadl_enabled - Static variable in class org.neo4j.server.configuration.ServerSettings
 
warn(String, Object...) - Method in class org.neo4j.server.logging.JettyLogBridge
 
warn(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
warn(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
WEB_SERVER_STARTUP_ERROR_CODE - Static variable in class org.neo4j.server.ServerBootstrapper
 
WebServer - Interface in org.neo4j.server.web
 
webserver_limit_execution_time - Static variable in class org.neo4j.server.configuration.ServerSettings
Deprecated.
webserver_max_threads - Static variable in class org.neo4j.server.configuration.ServerSettings
 
WebServerProvider - Class in org.neo4j.server.web
 
WebServerProvider(WebServer) - Constructor for class org.neo4j.server.web.WebServerProvider
 
weight() - Method in class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WeightedPathRepresentation - Class in org.neo4j.server.rest.repr
 
WeightedPathRepresentation(WeightedPath) - Constructor for class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WhiteListClassShutter - Class in org.neo4j.server.scripting.javascript
 
WhiteListClassShutter(Set<String>) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListClassShutter
 
WhiteListJavaWrapper - Class in org.neo4j.server.scripting.javascript
 
WhiteListJavaWrapper(ClassShutter) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper
 
WhiteListJavaWrapper.JavascriptJavaObject - Class in org.neo4j.server.scripting.javascript
 
wrapAsJavaObject(Context, Scriptable, Object, Class) - Method in class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper
 
WrappedDatabase - Class in org.neo4j.server.database
 
WrappedDatabase(GraphDatabaseFacade) - Constructor for class org.neo4j.server.database.WrappedDatabase
 
write(Representation, RepresentationFormat, URI) - Static method in class org.neo4j.server.rest.repr.OutputFormat
 
write(JsonGenerator, Iterable<String>, Result.ResultRow, TransactionStateChecker) - Method in interface org.neo4j.server.rest.transactional.ResultDataContentWriter
 
writeError(int, String) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
writer(URI) - Method in enum org.neo4j.server.rest.transactional.ResultDataContent
 
writeTo(OutputStream) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
writeTo(OutputStream) - Method in interface org.neo4j.server.rest.repr.StreamingFormat
 
writeValue(JsonGenerator, Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
writeValue(JsonGenerator, Object) - Method in class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
wwwAuthenticateHeader() - Method in interface org.neo4j.server.rest.security.SecurityRule
 

X

X_FORWARD_HOST_HEADER_KEY - Static variable in class org.neo4j.server.web.XForwardUtil
 
X_FORWARD_PROTO_HEADER_KEY - Static variable in class org.neo4j.server.web.XForwardUtil
 
XForwardFilter - Class in org.neo4j.server.web
Changes the value of the base and request URIs to match the provided X-Forwarded-Host and X-Forwarded-Proto header values.
XForwardFilter() - Constructor for class org.neo4j.server.web.XForwardFilter
 
XForwardUtil - Class in org.neo4j.server.web
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.