public interface Neo4jSearchService
| Modifier and Type | Method and Description |
|---|---|
List<Neo4jBean> |
getChildren(String nodeId)
Get the children of the node (max 10)
|
List<Neo4jBean> |
getChildren(String nodeId,
int offset)
Get the children of the node (max 10)
|
List<Neo4jBean> |
getChildren(String nodeId,
int offset,
int limit)
Get the children of the node (max 10)
|
long |
getChildrenCount(String nodeId)
Get the number of children this node has
|
List<Neo4jBean> |
getFollowingSiblings(String nodeId)
Get the node's 10 following siblings
|
List<Neo4jBean> |
getFollowingSiblings(String nodeId,
int limit)
Get the nodes following siblings
|
List<Neo4jBean> |
getFollowingSiblings(String nodeId,
int offset,
int limit)
Get the nodes following siblings
|
Neo4jBean |
getHierarchicalBean(String nodeId)
Get a node object
|
Neo4jStructBean |
getInitialStruct(String nodeId)
Get the initial structure, which contains self, the ancestors,
preceding and following siblings
|
List<Neo4jBean> |
getPrecedingSiblings(String nodeId)
Get the nodes preceding siblings (max 10)
|
List<Neo4jBean> |
getPrecedingSiblings(String nodeId,
int limit)
Get the nodes preceeding siblings
|
List<Neo4jBean> |
getPrecedingSiblings(String nodeId,
int offset,
int limit)
Get the nodes preceeding siblings
|
Neo4jBean getHierarchicalBean(String nodeId) throws Neo4JException
nodeId - The ID of the recordNeo4JExceptionList<Neo4jBean> getChildren(String nodeId, int offset, int limit)
nodeId - The ID of the recordoffset - The offset of the first childlimit - The number of records to retrieveList<Neo4jBean> getChildren(String nodeId, int offset)
nodeId - The ID of the recordoffset - The offset of the first childList<Neo4jBean> getChildren(String nodeId)
nodeId - The ID of the recordList<Neo4jBean> getPrecedingSiblings(String nodeId, int offset, int limit) throws Neo4JException
nodeId - The ID of the recordoffset - How many siblings to skiplimit - How many siblings to retrieveNeo4JExceptionList<Neo4jBean> getPrecedingSiblings(String nodeId, int limit) throws Neo4JException
nodeId - The ID of the recordlimit - How many siblings to retrieveNeo4JExceptionList<Neo4jBean> getPrecedingSiblings(String nodeId) throws Neo4JException
nodeId - The ID of the recordNeo4JExceptionList<Neo4jBean> getFollowingSiblings(String nodeId, int offset, int limit) throws Neo4JException
nodeId - The ID of the recordlimit - How many siblings to retrieveoffset - How many siblings to skipNeo4JExceptionList<Neo4jBean> getFollowingSiblings(String nodeId, int limit) throws Neo4JException
nodeId - The ID of the recordlimit - How many siblings to retrieveNeo4JExceptionList<Neo4jBean> getFollowingSiblings(String nodeId) throws Neo4JException
nodeId - The ID of the recordNeo4JExceptionlong getChildrenCount(String nodeId) throws Neo4JException
nodeId - Neo4JExceptionNeo4jStructBean getInitialStruct(String nodeId) throws Neo4JException
nodeId - The ID of the recordNeo4JExceptionCopyright © 2019 Europeana Foundation. All rights reserved.