| Package | Description |
|---|---|
| eu.europeana.corelib.neo4j.entity | |
| eu.europeana.corelib.neo4j.server | |
| eu.europeana.corelib.neo4j.server.impl |
| Modifier and Type | Method and Description |
|---|---|
List<CustomNode> |
Hierarchy.getFollowingSiblingChildren() |
List<CustomNode> |
Hierarchy.getFollowingSiblings() |
List<CustomNode> |
Hierarchy.getParents() |
List<CustomNode> |
Hierarchy.getPrecedingSiblingChildren() |
List<CustomNode> |
Hierarchy.getPrecedingSiblings() |
List<CustomNode> |
Siblington.getSiblings() |
List<CustomNode> |
Hierarchy.getSiblings() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
Hierarchy.setFollowingSiblingChildren(List<CustomNode> followingSiblingChildren) |
void |
Hierarchy.setFollowingSiblings(List<CustomNode> followingSiblings) |
void |
Hierarchy.setParents(List<CustomNode> parents) |
void |
Hierarchy.setPrecedingSiblingChildren(List<CustomNode> previousSiblingChildren) |
void |
Hierarchy.setPrecedingSiblings(List<CustomNode> previousSiblings) |
void |
Siblington.setSiblings(List<CustomNode> siblings) |
void |
Hierarchy.setSiblings(List<CustomNode> siblings) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomNode> |
Neo4jServer.getChildren(org.neo4j.graphdb.Node node,
int offset,
int limit)
Retrieve the children nodes of a parent node (parent-child relation
dcterms:hasPart).
|
List<CustomNode> |
Neo4jServer.getChildren(String rdfAbout,
int offset,
int limit)
Convenience override
|
List<CustomNode> |
Neo4jServer.getFollowingSiblings(org.neo4j.graphdb.Node node,
int limit)
Retrieve ordered list of siblings using a specific node as a start
following outbound edm:isNextInSequence or isFakeOrder relations
|
List<CustomNode> |
Neo4jServer.getFollowingSiblings(String rdfAbout,
int limit)
Retrieve ordered list of siblings using a specific node as a start
following outbound edm:isNextInSequence or isFakeOrder relations
|
List<CustomNode> |
Neo4jServer.getPrecedingSiblings(org.neo4j.graphdb.Node node,
int limit)
Convenience override
Retrieve ordered list of siblings using a specific node as a start
following inbound edm:isNextInSequence or isFakeOrder relations
|
List<CustomNode> |
Neo4jServer.getPrecedingSiblings(String rdfAbout,
int limit)
Retrieve ordered list of siblings using a specific node as a start
following inbound edm:isNextInSequence or isFakeOrder relations
|
| Modifier and Type | Method and Description |
|---|---|
CustomNode |
CustomNodeDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext arg1) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomNode> |
Neo4jServerImpl.getChildren(org.neo4j.graphdb.Node node,
int offset,
int limit) |
List<CustomNode> |
Neo4jServerImpl.getChildren(String rdfAbout,
int offset,
int limit) |
List<CustomNode> |
Neo4jServerImpl.getFollowingSiblings(org.neo4j.graphdb.Node node,
int limit) |
List<CustomNode> |
Neo4jServerImpl.getFollowingSiblings(String rdfAbout,
int limit) |
List<CustomNode> |
Neo4jServerImpl.getPrecedingSiblings(org.neo4j.graphdb.Node node,
int limit) |
List<CustomNode> |
Neo4jServerImpl.getPrecedingSiblings(String rdfAbout,
int limit) |
Copyright © 2017 Europeana Foundation. All rights reserved.