| Package | Description |
|---|---|
| eu.europeana.corelib.neo4j.entity |
| Modifier and Type | Method and Description |
|---|---|
Neo4jBean |
Neo4jStructBean.getSelf() |
static Neo4jBean |
Node2Neo4jBeanConverter.toNeo4jBean(CustomNode node)
Convert a custom node as retrieved from Neo4j initial structure call to a
Neo4jBean for inclusion in the hierarchy Note that at this point the
node's rdf:about identifier is renamed to 'id' in the Neo4jBean
|
static Neo4jBean |
Node2Neo4jBeanConverter.toNeo4jBean(CustomNode node,
long index)
Overridden, added long node.index Convert a custom node as retrieved from
Neo4j initial structure call to a Neo4jBean for inclusion in the
hierarchy Note that at this point the node's rdf:about identifier is
renamed to 'id' in the Neo4jBean
|
static Neo4jBean |
Node2Neo4jBeanConverter.toNeo4jBean(org.neo4j.graphdb.Node node)
Convert a neo4j node to a Neo4jBean keeping the original index
|
static Neo4jBean |
Node2Neo4jBeanConverter.toNeo4jBean(org.neo4j.graphdb.Node node,
long index)
Convert a neo4j node to a Neo4jBean
|
| Modifier and Type | Method and Description |
|---|---|
List<Neo4jBean> |
Neo4jStructBean.getFollowingSiblingChildren() |
List<Neo4jBean> |
Neo4jStructBean.getFollowingSiblings() |
List<Neo4jBean> |
Neo4jStructBean.getParents() |
List<Neo4jBean> |
Neo4jStructBean.getPrecedingSiblingChildren() |
List<Neo4jBean> |
Neo4jStructBean.getPrecedingSiblings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jStructBean.setSelf(Neo4jBean self) |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jStructBean.setFollowingSiblingChildren(List<Neo4jBean> followingSiblingChildren) |
void |
Neo4jStructBean.setFollowingSiblings(List<Neo4jBean> followingSiblings) |
void |
Neo4jStructBean.setParents(List<Neo4jBean> parents) |
void |
Neo4jStructBean.setPrecedingSiblingChildren(List<Neo4jBean> precedingSiblingChildren) |
void |
Neo4jStructBean.setPrecedingSiblings(List<Neo4jBean> precedingSiblings) |
Copyright © 2017 Europeana Foundation. All rights reserved.