Neo4j Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.neo4j
org.mule.modules.neo4j.adapter
org.mule.modules.neo4j.adapters
org.mule.modules.neo4j.agents
org.mule.modules.neo4j.basic
org.mule.modules.neo4j.callback
org.mule.modules.neo4j.config
org.mule.modules.neo4j.connection
org.mule.modules.neo4j.connectivity
org.mule.modules.neo4j.devkit
org.mule.modules.neo4j.model
org.mule.modules.neo4j.model.holders
org.mule.modules.neo4j.model.transformers
org.mule.modules.neo4j.oauth
org.mule.modules.neo4j.process
org.mule.modules.neo4j.processors
org.mule.modules.neo4j.transformers
Classes
BaseEntity
BaseExtensible
BatchJob
BatchJobResult
ConfigurableBatchJob
CypherQuery
CypherQueryParams
CypherQueryResult
Data
Extensions
Fullpath
Index
IndexConfiguration
IndexedNode
IndexedRelationship
NewIndex
NewRelationship
NewSchemaIndex
NewUniqueNode
NewUniqueRelationship
Node
NodeIndexingRequest
Path
PathQuery
PathQueryResult
Plan
Relationship
RelationshipQuery
SchemaIndex
ServiceRoot
Stats
TraversalQuery
TraversalScript
Enums
BatchJob.Method
PathQuery.Algorithm
RelationshipQuery.Direction
TraversalQuery.Order
TraversalQuery.Uniqueness
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
CypherQueryResult
extends Object
java.lang.Object
↳
org.mule.modules.neo4j.model.CypherQueryResult
Summary
Fields
private List<String>
columns
private List<List<Object>>
data
private
Plan
plan
private
Stats
stats
Public Constructors
CypherQueryResult
()
Public Methods
boolean
equals
(Object other)
List<String>
getColumns
()
List<List<Object>>
getData
()
Plan
getPlan
()
Stats
getStats
()
int
hashCode
()
void
setColumns
(List<String> columns)
void
setData
(List<List<Object>> data)
void
setPlan
(
Plan
plan)
void
setStats
(
Stats
stats)
String
toString
()
CypherQueryResult
withColumns
(List<String> columns)
CypherQueryResult
withData
(List<List<Object>> data)
CypherQueryResult
withPlan
(
Plan
plan)
CypherQueryResult
withStats
(
Stats
stats)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private List<String>
columns
private List<List<Object>>
data
private
Plan
plan
private
Stats
stats
Public Constructors
public
CypherQueryResult
()
Public Methods
public boolean
equals
(Object other)
Parameters
other
public List<String>
getColumns
()
public List<List<Object>>
getData
()
public
Plan
getPlan
()
public
Stats
getStats
()
public int
hashCode
()
public void
setColumns
(List<String> columns)
Parameters
columns
public void
setData
(List<List<Object>> data)
Parameters
data
public void
setPlan
(
Plan
plan)
Parameters
plan
public void
setStats
(
Stats
stats)
Parameters
stats
public String
toString
()
public
CypherQueryResult
withColumns
(List<String> columns)
Parameters
columns
public
CypherQueryResult
withData
(List<List<Object>> data)
Parameters
data
public
CypherQueryResult
withPlan
(
Plan
plan)
Parameters
plan
public
CypherQueryResult
withStats
(
Stats
stats)
Parameters
stats