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

A

accumulate(String, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Accumulate values under a key.
add(Statement) - Method in interface io.innerloop.neo4j.client.Connection
Adds the given statement to execute within this Connection.
add(Statement) - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
addHeader(String, String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.HttpClient
 
addQueryParameter(String, String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Adds a Query Parameter to a list.
append(String, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Append values to the array under a key.
array() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Begin appending a new array.
authenticate(String, String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.HttpClient
 

B

back() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Back up one character.
buildGraph(JSONObject) - Method in class io.innerloop.neo4j.client.spi.impl.rest.ExecutionResult
 
buildRowSet(JSONObject) - Method in class io.innerloop.neo4j.client.spi.impl.rest.ExecutionResult
 

C

closeConnection() - Static method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
commit() - Method in interface io.innerloop.neo4j.client.Connection
Commits this Connection to Neo4J.
commit() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
Connection - Interface in io.innerloop.neo4j.client
A Connection represents an interaction with the database.
ConnectionFactory - Interface in io.innerloop.neo4j.client.spi
Providers of implementations to Neo4J should implement this as an abstract Factory.

D

dehexchar(char) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the hex value of a character (base16).
delete(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.HttpClient
 
deleteResource() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Issues a DELETE to the server.
doubleToString(double) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Produce a string from a double.

E

end() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
 
endArray() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
End an array.
endObject() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
End an object.
equals(Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
 
equals(Object) - Method in class io.innerloop.neo4j.client.Statement
 
ExecutionResult - Class in io.innerloop.neo4j.client.spi.impl.rest
Created by markangrish on 06/11/2014.
ExecutionResult(JSONObject) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.ExecutionResult
 

F

flush() - Method in interface io.innerloop.neo4j.client.Connection
Flushes the Statements currently held by this Connection to Neo4J.
flush() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 

G

geResult(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.ExecutionResult
 
get(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a boolean.
getBoolean(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the boolean value associated with a key.
getByte(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a byte.
getCause() - Method in exception io.innerloop.neo4j.client.spi.impl.rest.json.JSONException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getChar(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a char.
getCode() - Method in exception io.innerloop.neo4j.client.Neo4jServerException
Retrieves the short code, usually a java error type from the Neo4J Server.
getColumnNames() - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the column names in this result.
getConnection() - Method in class io.innerloop.neo4j.client.Neo4jClient
Create a new Connection or retrieve the existing one on the currently executing Thread.
getConnection() - Method in interface io.innerloop.neo4j.client.spi.ConnectionFactory
Creates a new Connection or retrieves an existing one on this thread.
getConnection() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionFactoryImpl
 
getConnection(HttpClient, String) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
getDouble(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a double.
getDouble(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the double value associated with a key.
getEndNodeId() - Method in class io.innerloop.neo4j.client.Relationship
Retrieves the relationships end node id.
getErrors() - Method in class io.innerloop.neo4j.client.spi.impl.rest.ExecutionResult
 
getExpiry() - Method in interface io.innerloop.neo4j.client.Connection
Retrieves when this Connection will expire.
getExpiry() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
getFloat(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a float.
getId() - Method in class io.innerloop.neo4j.client.Node
Returns this node's id.
getId() - Method in class io.innerloop.neo4j.client.Relationship
Returns this relationship's id.
getInt(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as an int.
getInt(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the JSONObject value associated with a key.
getLabels() - Method in class io.innerloop.neo4j.client.Node
Returns this node's labels.
getLong(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a long.
getLong(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the long value associated with a key.
getNames(JSONObject) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an array of field names from an Object.
getNodes() - Method in class io.innerloop.neo4j.client.Graph
Retrieves an iterable collection of Node's.
getProperties() - Method in class io.innerloop.neo4j.client.Node
Returns a map of properties stored in this Node.
getProperties() - Method in class io.innerloop.neo4j.client.Relationship
Returns a map of properties stored in this Relationship.
getQuery() - Method in class io.innerloop.neo4j.client.Statement
Retrieves the query used in this statement.
getRelationships() - Method in class io.innerloop.neo4j.client.Graph
Retrieves an iterable collection of Relationship's that connect the nodes in this graph.
getResource() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Issues a GET to the server.
getResponseCode() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Response
Gets the HTTP Response Code from this Response instace.
getResponseMessage() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Response
Returns a message pertaining to the Response Code.
getResult() - Method in class io.innerloop.neo4j.client.GraphStatement
Retrieves the result of this Statement.
getResult() - Method in class io.innerloop.neo4j.client.RowStatement
Retrieves the result of this Statement.
getShort(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a short.
getStartNodeId() - Method in class io.innerloop.neo4j.client.Relationship
Retrieves the relationships origin node id.
getStatements() - Method in interface io.innerloop.neo4j.client.Connection
Retrieves any Statements that have not been executed in the cache.
getStatements() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
getString(int) - Method in class io.innerloop.neo4j.client.RowSet
Retrieves the value for a column in the current row as a String.
getString(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the string associated with a key.
getType() - Method in class io.innerloop.neo4j.client.GraphStatement
 
getType() - Method in class io.innerloop.neo4j.client.Relationship
Returns this node's type.
getType() - Method in class io.innerloop.neo4j.client.RowStatement
 
getType() - Method in class io.innerloop.neo4j.client.Statement
Returns either "row" or "graph".
Graph - Class in io.innerloop.neo4j.client
Represents a graph comprised on Node's and Relationship's.
Graph(Set<Node>, Set<Relationship>) - Constructor for class io.innerloop.neo4j.client.Graph
Creates a new Graph.
GraphStatement - Class in io.innerloop.neo4j.client
This is a statement that returns graphs.
GraphStatement(String) - Constructor for class io.innerloop.neo4j.client.GraphStatement
 

H

has(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
 
hashCode() - Method in class io.innerloop.neo4j.client.Statement
 
hasNext() - Method in class io.innerloop.neo4j.client.RowSet
Determines if there is another row in the result set.
HttpClient - Class in io.innerloop.neo4j.client.spi.impl.rest.http
Created by markangrish on 28/03/2015.
HttpClient() - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.http.HttpClient
 

I

includeStats - Variable in class io.innerloop.neo4j.client.Statement
 
increment(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Increment a property of a JSONObject.
io.innerloop.neo4j.client - package io.innerloop.neo4j.client
 
io.innerloop.neo4j.client.spi - package io.innerloop.neo4j.client.spi
 
io.innerloop.neo4j.client.spi.impl.rest - package io.innerloop.neo4j.client.spi.impl.rest
 
io.innerloop.neo4j.client.spi.impl.rest.http - package io.innerloop.neo4j.client.spi.impl.rest.http
 
io.innerloop.neo4j.client.spi.impl.rest.json - package io.innerloop.neo4j.client.spi.impl.rest.json
 
isNull(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Determine if the value associated with the key is null or if there is no value.

J

join(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in io.innerloop.neo4j.client.spi.impl.rest.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection<Object>) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in io.innerloop.neo4j.client.spi.impl.rest.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception io.innerloop.neo4j.client.spi.impl.rest.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception io.innerloop.neo4j.client.spi.impl.rest.json.JSONException
Constructs a new JSONException with the specified cause.
JSONObject - Class in io.innerloop.neo4j.client.spi.impl.rest.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map<String, Object>) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONString - Interface in io.innerloop.neo4j.client.spi.impl.rest.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in io.innerloop.neo4j.client.spi.impl.rest.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in io.innerloop.neo4j.client.spi.impl.rest.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in io.innerloop.neo4j.client.spi.impl.rest.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Append a key.
keys() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get a set of keys of the JSONObject.

L

length() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get the number of keys stored in the JSONObject.

M

mode - Variable in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
The current mode.
more() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
Neo4jClient - Class in io.innerloop.neo4j.client
This is the main class to use!
Neo4jClient(String) - Constructor for class io.innerloop.neo4j.client.Neo4jClient
Create a new Client.
Neo4jClient(String, String, String) - Constructor for class io.innerloop.neo4j.client.Neo4jClient
Create a new Client for a protected Neo4J Instance.
Neo4jClientException - Exception in io.innerloop.neo4j.client
Raise this for local client exceptions rather than exceptions coming back from the Neo4J Server.
Neo4jClientException(String) - Constructor for exception io.innerloop.neo4j.client.Neo4jClientException
 
Neo4jClientException(String, Throwable) - Constructor for exception io.innerloop.neo4j.client.Neo4jClientException
 
Neo4jClientException(Throwable) - Constructor for exception io.innerloop.neo4j.client.Neo4jClientException
 
Neo4jServerException - Exception in io.innerloop.neo4j.client
Created by markangrish on 16/02/2015.
Neo4jServerException(String, String) - Constructor for exception io.innerloop.neo4j.client.Neo4jServerException
Creates a new Neo4jClientException.
Neo4jServerMultiException - Exception in io.innerloop.neo4j.client
The Neo4J Protocol does not make it clear if multiple errors can occur on an atomic transaction.
Neo4jServerMultiException(String, Neo4jServerException[]) - Constructor for exception io.innerloop.neo4j.client.Neo4jServerMultiException
Creates a new Neo4jClientMultiException.
next() - Method in class io.innerloop.neo4j.client.RowSet
Determines if there is another row in the result set.
next() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the next n characters.
nextClean() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Get the next value.
Node - Class in io.innerloop.neo4j.client
Represents a Neo4J Node.
Node(long, String[], Map<String, Object>) - Constructor for class io.innerloop.neo4j.client.Node
Creates a new Node.
NULL - Static variable in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Produce a string from a Number.

O

object() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Begin appending a new object.
opt(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Get an optional string associated with a key.

P

parameters - Variable in class io.innerloop.neo4j.client.Statement
 
post(String, JSONObject) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.HttpClient
 
postResource() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Issues a POST to the server.
put(boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Append a boolean value.
put(Collection<Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Append a double value.
put(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Append an int value.
put(long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Append an long value.
put(Map<String, Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Append an object value.
put(int, boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put or replace a long value.
put(int, Map<String, Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection<Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<String, Object>) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putResource() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Issues a PUT to the server.

Q

quote(String) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
 

R

Relationship - Class in io.innerloop.neo4j.client
Represents a Neo4J Relationship.
Relationship(long, String, long, long, Map<String, Object>) - Constructor for class io.innerloop.neo4j.client.Relationship
Creates a new relationship to connect two Nodes.
remove(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Remove a name and its value, if present.
removeQueryParameter(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Request
Removes the specified Query Parameter.
Request - Class in io.innerloop.neo4j.client.spi.impl.rest.http
This class represents an HTTP Request message.
Request(String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.http.Request
The Constructor takes the url as a String.
resetExpiry() - Method in interface io.innerloop.neo4j.client.Connection
Extends the life of this Connection.
resetExpiry() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
Response - Class in io.innerloop.neo4j.client.spi.impl.rest.http
This class represents an HTTP Response message.
Response() - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.http.Response
The default constructor is a no-op
RestConnectionFactoryImpl - Class in io.innerloop.neo4j.client.spi.impl.rest
Created by markangrish on 11/12/2014.
RestConnectionFactoryImpl(String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionFactoryImpl
 
RestConnectionFactoryImpl(String, String, String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionFactoryImpl
 
RestConnectionImpl - Class in io.innerloop.neo4j.client.spi.impl.rest
Created by markangrish on 12/12/2014.
RestConnectionImpl(HttpClient, String) - Constructor for class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
rollback() - Method in interface io.innerloop.neo4j.client.Connection
Rolls back any changes made by this Connection.
rollback() - Method in class io.innerloop.neo4j.client.spi.impl.rest.RestConnectionImpl
 
RowSet - Class in io.innerloop.neo4j.client
A RowSet is similar to a JDBC ResultSet only it is very stripped down.
RowSet(String[], List<Object[]>) - Constructor for class io.innerloop.neo4j.client.RowSet
Creates a new RowSet with the specified column names and data.
RowStatement - Class in io.innerloop.neo4j.client
This is a statement that returns RowSets.
RowStatement(String) - Constructor for class io.innerloop.neo4j.client.RowStatement
 

S

setParam(String, Object) - Method in class io.innerloop.neo4j.client.Statement
Neo4J supports parameter binding in cypher by inserting { paramName } into the query.
setResponseCode(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Response
Sets the HTTP Response Code on this object.
setResponseMessage(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Response
Sets the Response Message, which should pertain to the Response Code
setResult(Graph) - Method in class io.innerloop.neo4j.client.GraphStatement
Sets the result on this Statement.
setResult(RowSet) - Method in class io.innerloop.neo4j.client.RowStatement
Sets the result on this Statement.
similar(Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Determine if two JSONObjects are similar.
skipTo(char) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Skip characters until the next character is the requested character.
Statement - Class in io.innerloop.neo4j.client
Neo4J supports two forms fo Statement Requests: Graphs and Rows.
Statement(String) - Constructor for class io.innerloop.neo4j.client.Statement
Create a new Statement for the provided cypher query.
statement - Variable in class io.innerloop.neo4j.client.Statement
 
stringToValue(String) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
toJson() - Method in class io.innerloop.neo4j.client.Statement
Converts this object to a JSONObject.
toJSONArray(JSONArray) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface io.innerloop.neo4j.client.spi.impl.rest.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in exception io.innerloop.neo4j.client.Neo4jServerMultiException
 
toString() - Method in class io.innerloop.neo4j.client.spi.impl.rest.http.Response
Returns a String representation of this Response.
toString() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONStringer
Return the JSON text.
toString() - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONTokener
Make a printable string of this JSONTokener.

V

value(boolean) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Append a double value.
value(long) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Append a long value.
value(Object) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
Append an object value.
valueToString(Object) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Make a JSON text of an Object value.

W

wrap(Object) - Static method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class io.innerloop.neo4j.client.spi.impl.rest.json.JSONWriter
The writer that will receive the output.
A B C D E F G H I J K L M N O P Q R S T V W 
Skip navigation links