Modifier and Type | Class and Description |
---|---|
class |
RestAPICypherImpl |
class |
RestAPIImpl |
Modifier and Type | Method and Description |
---|---|
RestAPI |
RestGraphDatabase.getRestAPI()
Deprecated.
|
RestAPI |
RestAPIProvider.getRestAPI() |
RestAPI |
CypherRestGraphDatabase.getRestAPI() |
Modifier and Type | Method and Description |
---|---|
void |
UpdatableRestResult.updateFrom(T newValue,
RestAPI restApi) |
Constructor and Description |
---|
CypherRestGraphDatabase(RestAPI restAPI) |
RestAPICypherImpl(RestAPI restAPI) |
RestGraphDatabase(RestAPI api)
Deprecated.
|
Constructor and Description |
---|
BatchRestAPI(RestAPI restApi) |
Constructor and Description |
---|
RelationshipIterableConverter(RestAPI restAPI) |
RestEntityExtractor(RestAPI restApi) |
RestIndexHitsConverter(RestAPI restAPI,
Class<S> entityType) |
ResultTypeConverter(RestAPI restAPI) |
Modifier and Type | Field and Description |
---|---|
protected RestAPI |
RestEntity.restApi |
Modifier and Type | Method and Description |
---|---|
RestAPI |
RestEntity.getRestApi() |
Modifier and Type | Method and Description |
---|---|
static RestNode |
RestNode.fromCypher(long id,
Collection<String> labels,
Map<String,Object> props,
RestAPI facade) |
static RestRelationship |
RestRelationship.fromCypher(long id,
String type,
Map<String,Object> props,
long start,
long end,
RestAPI facade) |
static String |
RestEntity.nodeUri(RestAPI facade,
long id) |
static String |
RestRelationship.relUri(RestAPI facade,
long id) |
void |
RestNode.updateFrom(RestEntity entity,
RestAPI restApi) |
void |
RestEntity.updateFrom(RestEntity updateEntity,
RestAPI restApi) |
Constructor and Description |
---|
RestEntity(long id,
Map<String,Object> restData,
RestAPI facade) |
RestEntity(Map<?,?> data,
RestAPI restApi) |
RestEntity(String uri,
RestAPI restApi) |
RestEntity(URI uri,
RestAPI restApi) |
RestEntityCache(RestAPI restAPI) |
RestNode(long id,
Collection<String> labels,
Map<String,Object> restData,
RestAPI facade) |
RestNode(Map<?,?> data,
RestAPI restApi) |
RestNode(String uri,
RestAPI restApi) |
RestNode(URI uri,
RestAPI restApi) |
RestRelationship(Map<?,?> data,
RestAPI restApi) |
RestRelationship(String uri,
RestAPI restApi) |
Modifier and Type | Field and Description |
---|---|
protected RestAPI |
RestIndex.restApi |
protected RestAPI |
RestAutoIndexer.restApi |
Modifier and Type | Method and Description |
---|---|
void |
SimpleIndexHits.updateFrom(SimpleIndexHits<T> newValue,
RestAPI restApi) |
Constructor and Description |
---|
RestAutoIndexer(RestAPI restApi,
Class forClass,
org.neo4j.graphdb.index.ReadableIndex<T> autoIndex) |
RestIndexManager(RestAPI restApi) |
RestNodeIndex(String indexName,
RestAPI restApi) |
RestRelationshipAutoIndexer(RestAPI restApi,
org.neo4j.graphdb.index.ReadableRelationshipIndex autoIndex) |
RestRelationshipIndex(String indexName,
RestAPI restApi) |
SimpleIndexHits(Collection<Object> hits,
int size,
Class<T> entityType,
RestAPI restApi) |
SimpleIndexHits(long batchId,
Class<T> entityType,
RestAPI restApi) |
Modifier and Type | Method and Description |
---|---|
static QueryResultBuilder<Map<String,Object>> |
RestQueryResult.toQueryResult(CypherResult responseData,
RestAPI restApi,
ResultConverter resultConverter) |
Constructor and Description |
---|
RestCypherQueryEngine(RestAPI restApi) |
RestCypherQueryEngine(RestAPI restApi,
ResultConverter resultConverter) |
Modifier and Type | Method and Description |
---|---|
static org.neo4j.graphdb.Path |
RestPathParser.parse(Map path,
RestAPI restApi) |
Constructor and Description |
---|
RestPathParser(RestAPI restAPI) |
RestTraverser(Collection col,
RestAPI restApi) |
Constructor and Description |
---|
SpringCypherRestGraphDatabase(RestAPI api) |
SpringRestCypherQueryEngine(RestAPI restAPI,
ResultConverter resultConverter) |
SpringRestGraphDatabase(RestAPI api)
Deprecated.
|
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.