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

A

AccessDeniedDiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
AccessDeniedDiscoveryRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.AccessDeniedDiscoveryRepresentation
 
addCookie(Cookie) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
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
 
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
 
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
 
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
 
assemble(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
AuthorizationRepresentation - Class in org.neo4j.server.rest.repr
 
AuthorizationRepresentation(User) - Constructor for class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
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.
BatchOperationService - Class in org.neo4j.server.rest.web
 
BatchOperationService(WebServer, OutputFormat, UsageData) - Constructor for class org.neo4j.server.rest.web.BatchOperationService
 

C

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
 
commitNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
commitTransaction(long, InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
complete() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
ConfigAdapter - Class in org.neo4j.server.plugins
 
ConfigAdapter(Config) - Constructor for class org.neo4j.server.plugins.ConfigAdapter
 
conflict(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
conflict(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
create(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.HttpConnectionInfoFactory
 
created(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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
 
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
 
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
 
CypherStatisticsRepresentation - Class in org.neo4j.server.rest.repr
 
CypherStatisticsRepresentation(QueryStatistics) - Constructor for class org.neo4j.server.rest.repr.CypherStatisticsRepresentation
 

D

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
 
DatabaseRepresentation - Class in org.neo4j.server.rest.repr
 
DatabaseRepresentation() - Constructor for class org.neo4j.server.rest.repr.DatabaseRepresentation
 
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
 
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
 
description() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
destroy() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
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
 
DO_NOTHING - Static variable in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
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

encodeURL(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
endNode() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
endNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
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
 
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
 
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
 
extendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
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
 

F

filter(ContainerRequest, ContainerResponse) - Method in class org.neo4j.server.rest.web.AllowAjaxFilter
 
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
 
flushBuffer() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
from(HttpServletRequest) - Static method in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
FullPathRepresentation - Class in org.neo4j.server.rest.repr
 
FullPathRepresentation(Path) - Constructor for class org.neo4j.server.rest.repr.FullPathRepresentation
 

G

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
 
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
 
getBufferSize() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
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
 
getDateHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
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
 
getExtensionsList() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getFamily() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
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.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
 
getInputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getIntHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
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
 
getListRepresentation(Iterable) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getLocalAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalName() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalPort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getMapRepresentation(Map) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getMediaType() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getMethod() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
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
 
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
 
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
 
getStatus() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getStatusCode() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getType() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getType() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getValue(HttpContext) - Method in class org.neo4j.server.plugins.PluginInvocatorProvider
 
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.web.DatabaseActions.Provider
 
getWriter() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 

H

HttpConnectionInfoFactory - Class in org.neo4j.server.rest.web
 

I

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
 
init(FilterConfig) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
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
 
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
 
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
 
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
 
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
 
isEmpty() - Method in class org.neo4j.server.plugins.ConfigAdapter
 
isEmpty() - Method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
isSecure() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isSecure - Variable in class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
isWriting() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 

J

jsonCreateNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
jsonCreateRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 

L

labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
length() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
length() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
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
 
ListEntityRepresentation - Class in org.neo4j.server.rest.repr
 
ListEntityRepresentation(ListRepresentation, URI) - Constructor for class org.neo4j.server.rest.repr.ListEntityRepresentation
 
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
 

M

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
 
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
 
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

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
 
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
 
NoSuchPropertyException - Exception in org.neo4j.server.rest.web
 
NoSuchPropertyException(PropertyContainer, String) - Constructor for exception org.neo4j.server.rest.web.NoSuchPropertyException
 
notFound(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
notFound() - Method in class org.neo4j.server.rest.repr.OutputFormat
 

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
 
okIncludeLocation(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
onRepresentationFinal() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationStartWriting() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationWritten() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
org.neo4j.server.plugins - package org.neo4j.server.plugins
 
org.neo4j.server.rest.repr - package org.neo4j.server.rest.repr
 
org.neo4j.server.rest.web - package org.neo4j.server.rest.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

pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
parametersList() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
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
 
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
 
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
 
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
 

R

readAndExecuteOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream, ServletOutputStream) - Method in class org.neo4j.server.rest.web.StreamingBatchOperations
 
readList(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
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
 
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
 
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
 
removeAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
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
 
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
 
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
 
RequestData(String, boolean, int, String, String, int, String) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest.RequestData
 
ResourcesService - Class in org.neo4j.server.rest.web
 
ResourcesService(UriInfo) - Constructor for class org.neo4j.server.rest.web.ResourcesService
 
response(Response.StatusType, Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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
 
rollbackTransaction(long, UriInfo) - Method in class org.neo4j.server.rest.web.TransactionalService
 
root() - Method in class org.neo4j.server.rest.web.DatabaseActions
 

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
 
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
 
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
 
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
 
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
 
setHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLabelsOnNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setLocale(Locale) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLongContentLength(long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
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
 
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
 
setStatus(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setStatus(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
setTransactionStateChecker(TransactionStateChecker) - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
singlePath(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
SPIPluginLifecycle - Interface in org.neo4j.server.plugins
 
start(NeoServer) - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
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
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
status() - Method in exception org.neo4j.server.rest.web.NoSuchPropertyException
 
status() - Method in exception org.neo4j.server.rest.web.PropertyValueException
 
stop() - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
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
 
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
 
Surface - Interface in org.neo4j.server.rest.web
 

T

TOO_MANY - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
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
 
TransactionUriBuilder(UriInfo) - Constructor for class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
TransactionUriScheme - Interface in org.neo4j.server.rest.web
 
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
 
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
 
user() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 

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.web.DatabaseActions.RelationshipDirection
Returns the enum constant of this type with the specified name.
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.

W

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
 
write(Representation, RepresentationFormat, URI) - Static method in class org.neo4j.server.rest.repr.OutputFormat
 
writeTo(OutputStream) - Method in interface org.neo4j.server.rest.repr.StreamingFormat
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
Neo4j

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