public class

NodeExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.holders.NodeExpressionHolder

Summary

Fields
protected String _allRelationshipsType
protected String _allTypedRelationshipsType
protected String _createRelationshipType
protected String _incomingRelationshipsType
protected String _incomingTypedRelationshipsType
protected String _labelsType
protected String _outgoingRelationshipsType
protected String _outgoingTypedRelationshipsType
protected String _pagedTraverseType
protected String _pathType
protected String _pathsType
protected String _traverseType
protected Object allRelationships
protected Object allTypedRelationships
protected Object createRelationship
protected Object incomingRelationships
protected Object incomingTypedRelationships
protected Object labels
protected Object outgoingRelationships
protected Object outgoingTypedRelationships
protected Object pagedTraverse
protected Object path
protected Object paths
protected Object traverse
Public Constructors
NodeExpressionHolder()
Public Methods
Object getAllRelationships()
Retrieves allRelationships
Object getAllTypedRelationships()
Retrieves allTypedRelationships
Object getCreateRelationship()
Retrieves createRelationship
Object getIncomingRelationships()
Retrieves incomingRelationships
Object getIncomingTypedRelationships()
Retrieves incomingTypedRelationships
Object getLabels()
Retrieves labels
Object getOutgoingRelationships()
Retrieves outgoingRelationships
Object getOutgoingTypedRelationships()
Retrieves outgoingTypedRelationships
Object getPagedTraverse()
Retrieves pagedTraverse
Object getPath()
Retrieves path
Object getPaths()
Retrieves paths
Object getTraverse()
Retrieves traverse
void setAllRelationships(Object value)
Sets allRelationships
void setAllTypedRelationships(Object value)
Sets allTypedRelationships
void setCreateRelationship(Object value)
Sets createRelationship
void setIncomingRelationships(Object value)
Sets incomingRelationships
void setIncomingTypedRelationships(Object value)
Sets incomingTypedRelationships
void setLabels(Object value)
Sets labels
void setOutgoingRelationships(Object value)
Sets outgoingRelationships
void setOutgoingTypedRelationships(Object value)
Sets outgoingTypedRelationships
void setPagedTraverse(Object value)
Sets pagedTraverse
void setPath(Object value)
Sets path
void setPaths(Object value)
Sets paths
void setTraverse(Object value)
Sets traverse
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _allRelationshipsType

protected String _allTypedRelationshipsType

protected String _createRelationshipType

protected String _incomingRelationshipsType

protected String _incomingTypedRelationshipsType

protected String _labelsType

protected String _outgoingRelationshipsType

protected String _outgoingTypedRelationshipsType

protected String _pagedTraverseType

protected String _pathType

protected String _pathsType

protected String _traverseType

protected Object allRelationships

protected Object allTypedRelationships

protected Object createRelationship

protected Object incomingRelationships

protected Object incomingTypedRelationships

protected Object labels

protected Object outgoingRelationships

protected Object outgoingTypedRelationships

protected Object pagedTraverse

protected Object path

protected Object paths

protected Object traverse

Public Constructors

public NodeExpressionHolder ()

Public Methods

public Object getAllRelationships ()

Retrieves allRelationships

public Object getAllTypedRelationships ()

Retrieves allTypedRelationships

public Object getCreateRelationship ()

Retrieves createRelationship

public Object getIncomingRelationships ()

Retrieves incomingRelationships

public Object getIncomingTypedRelationships ()

Retrieves incomingTypedRelationships

public Object getLabels ()

Retrieves labels

public Object getOutgoingRelationships ()

Retrieves outgoingRelationships

public Object getOutgoingTypedRelationships ()

Retrieves outgoingTypedRelationships

public Object getPagedTraverse ()

Retrieves pagedTraverse

public Object getPath ()

Retrieves path

public Object getPaths ()

Retrieves paths

public Object getTraverse ()

Retrieves traverse

public void setAllRelationships (Object value)

Sets allRelationships

Parameters
value Value to set

public void setAllTypedRelationships (Object value)

Sets allTypedRelationships

Parameters
value Value to set

public void setCreateRelationship (Object value)

Sets createRelationship

Parameters
value Value to set

public void setIncomingRelationships (Object value)

Sets incomingRelationships

Parameters
value Value to set

public void setIncomingTypedRelationships (Object value)

Sets incomingTypedRelationships

Parameters
value Value to set

public void setLabels (Object value)

Sets labels

Parameters
value Value to set

public void setOutgoingRelationships (Object value)

Sets outgoingRelationships

Parameters
value Value to set

public void setOutgoingTypedRelationships (Object value)

Sets outgoingTypedRelationships

Parameters
value Value to set

public void setPagedTraverse (Object value)

Sets pagedTraverse

Parameters
value Value to set

public void setPath (Object value)

Sets path

Parameters
value Value to set

public void setPaths (Object value)

Sets paths

Parameters
value Value to set

public void setTraverse (Object value)

Sets traverse

Parameters
value Value to set