| 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
|
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.getFollowingSiblings() |
List<Neo4jBean> |
Neo4jStructBean.getParents() |
List<Neo4jBean> |
Neo4jStructBean.getPreceedingSiblings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jStructBean.setSelf(Neo4jBean self) |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jStructBean.setFollowingSiblings(List<Neo4jBean> followingSiblings) |
void |
Neo4jStructBean.setParents(List<Neo4jBean> parents) |
void |
Neo4jStructBean.setPreceedingSiblings(List<Neo4jBean> preceedingSiblings) |
Copyright © 2015 Europeana Foundation. All rights reserved.