| Package | Description |
|---|---|
| eu.europeana.corelib.neo4j.server | |
| eu.europeana.corelib.neo4j.server.impl |
| Modifier and Type | Method and Description |
|---|---|
Hierarchy |
Neo4jServer.getInitialStruct(String id)
Get the initial hierachy for a specific Europeana id
|
org.neo4j.graphdb.Node |
Neo4jServer.getNode(String rdfAbout)
get node by its rdfAbout
|
long |
Neo4jServer.getNodeIndexByRdfAbout(String rdfAbout)
Get the order of the node within its hierarchy (local index)
|
boolean |
Neo4jServer.isHierarchy(String id)
Check if the specified id belongs to a hierarchy
|
boolean |
Neo4jServer.isHierarchyTimeLimited(String id,
int timeOutMillis)
Check if the specified id belongs to a hierarchy
|
| Modifier and Type | Method and Description |
|---|---|
Hierarchy |
Neo4jServerImpl.getInitialStruct(String rdfAbout) |
org.neo4j.graphdb.Node |
Neo4jServerImpl.getNode(String rdfAbout) |
long |
Neo4jServerImpl.getNodeIndexByRdfAbout(String rdfAbout) |
boolean |
Neo4jServerImpl.isHierarchy(String rdfAbout) |
boolean |
Neo4jServerImpl.isHierarchyTimeLimited(String rdfAbout,
int hierarchyTimeout) |
Copyright © 2018 Europeana Foundation. All rights reserved.