Lua API

Traversing Node Links

Traversing - Links

Get the Links for a Node

Link[] NodeGetLinks(Node node)

Get the Links of a Direction for a Node

Link[] NodeGetLinks(Node node, Direction direction)

Get the Links of a Direction and Type for a Node

Link[] NodeGetLinks(Node node, Direction direction, String rel_type)

Get the Links of a Direction and Types for a Node

Link[] NodeGetLinks(Node nodey, Direction direction, String[] rel_types)

Get the Links of a Type for a Node

Link[] NodeGetLinks(Node node, String rel_type)

Get the Links of Types for a Node

Link[] NodeGetLinks(Node node, Direction direction, String[] rel_types)

Get the Links for a Node

Link[] NodeGetLinks(String type, String key)

Get the Links of a Direction for a Node

Link[] NodeGetLinks(String type, String key, Direction direction)

Get the Links of a Direction and Type for a Node

Link[] NodeGetLinks(String type, String key, Direction direction, String rel_type)

Get the Links of a Direction and Types for a Node

Link[] NodeGetLinks(String type, String key, Direction direction, String[] rel_types)

Get the Links of a Type for a Node

Link[] NodeGetLinks(String type, String key, String rel_type)

Get the Links of Types for a Node

Link[] NodeGetLinks(String type, String key, Direction direction, String[] rel_types)

Get the Links for a Node by Id

Link[] NodeGetLinks(Number id)

Get the Links of a Direction for a Node by Id

Link[] NodeGetLinks(Number id, Direction direction)

Get the Links of a Direction and Type for a Node by Id

Link[] NodeGetLinks(Number id, Direction direction, String rel_type)

Get the Links of a Direction and Types for a Node by Id

Link[] NodeGetLinks(Number id, String[] rel_types)

Get the Links of a Type for a Node by Id

Link[] NodeGetLinks(Number id, String rel_type)

Get the Links of Types for a Node by Id

Link[] NodeGetLinks(Number id, String[] rel_types)