clojurewerkz.neocons.rest.records

->CypherQueryResponse

(->CypherQueryResponse data columns)
Positional factory function for class clojurewerkz.neocons.rest.records.CypherQueryResponse.

->Index

(->Index name template provider type)
Positional factory function for class clojurewerkz.neocons.rest.records.Index.

->Node

(->Node id location-uri data relationships-uri create-relationship-uri)
Positional factory function for class clojurewerkz.neocons.rest.records.Node.

->Path

(->Path start end length nodes relationships)
Positional factory function for class clojurewerkz.neocons.rest.records.Path.

->Relationship

(->Relationship id location-uri start end type data)
Positional factory function for class clojurewerkz.neocons.rest.records.Relationship.

auto-node-index-location-for

(auto-node-index-location-for endpoint)

auto-node-index-lookup-location-for

(auto-node-index-lookup-location-for endpoint key value)

auto-rel-index-location-for

(auto-rel-index-location-for endpoint)

auto-rel-index-lookup-location-for

(auto-rel-index-lookup-location-for endpoint key value)

encode-segment

(encode-segment s)

encode-slashes

(encode-slashes s)

instantiate-cypher-query-response-from

(instantiate-cypher-query-response-from payload)

instantiate-node-from

(instantiate-node-from payload)(instantiate-node-from payload id)

instantiate-path-from

(instantiate-path-from payload)

instantiate-record-from

(instantiate-record-from payload)
Instantiates a record from the given payload, detecting what kind
of Neo4J entity (a node, a relationship, a path) this payload
represents. Defaults to returning the object if we don't know how to
deal with it.

instantiate-rel-from

(instantiate-rel-from payload)(instantiate-rel-from payload id)

map->CypherQueryResponse

(map->CypherQueryResponse m__5869__auto__)
Factory function for class clojurewerkz.neocons.rest.records.CypherQueryResponse, taking a map of keywords to field values.

map->Index

(map->Index m__5869__auto__)
Factory function for class clojurewerkz.neocons.rest.records.Index, taking a map of keywords to field values.

map->Node

(map->Node m__5869__auto__)
Factory function for class clojurewerkz.neocons.rest.records.Node, taking a map of keywords to field values.

map->Path

(map->Path m__5869__auto__)
Factory function for class clojurewerkz.neocons.rest.records.Path, taking a map of keywords to field values.

map->Relationship

(map->Relationship m__5869__auto__)
Factory function for class clojurewerkz.neocons.rest.records.Relationship, taking a map of keywords to field values.

node-in-index-location-for

(node-in-index-location-for endpoint id idx)(node-in-index-location-for endpoint id idx key)(node-in-index-location-for endpoint id idx key value)

node-index-location-for

(node-index-location-for endpoint idx)

node-index-lookup-location-for

(node-index-lookup-location-for endpoint idx key value)

node-location-for

(node-location-for endpoint id)

node-properties-location-for

(node-properties-location-for endpoint id)

node-property-location-for

(node-property-location-for endpoint id prop)

node-traverse-location-for

(node-traverse-location-for endpoint rel)

path-location-for

(path-location-for endpoint rel)

path-traverse-location-for

(path-traverse-location-for endpoint rel)

paths-location-for

(paths-location-for endpoint rel)

rel-in-index-location-for

(rel-in-index-location-for endpoint id idx)(rel-in-index-location-for endpoint id idx key)(rel-in-index-location-for endpoint id idx key value)

rel-index-location-for

(rel-index-location-for endpoint idx)

rel-index-lookup-location-for

(rel-index-lookup-location-for endpoint idx key value)

rel-location-for

(rel-location-for endpoint id)

rel-properties-location-for

(rel-properties-location-for endpoint rel)

rel-property-location-for

(rel-property-location-for endpoint rel prop)

rel-traverse-location-for

(rel-traverse-location-for endpoint rel)

root-with-path

(root-with-path endpoint & segments)

slash

url-with-path

(url-with-path root & segments)