Package | Description |
---|---|
eu.ehri.project.persistence |
Classes dealing with persistence of
relational item data in sub-tree format.
|
eu.ehri.project.persistence.utils |
Modifier and Type | Class and Description |
---|---|
class |
Bundle
Class that represents a graph entity and subtree relations
prior to being materialised as vertices and edges.
|
class |
ErrorSet
Class that represents a set of validation errors associated with a bundle.
|
Modifier and Type | Method and Description |
---|---|
static <N extends NestableData<N>> |
DataUtils.delete(N item,
String path)
XPath-like method for deleting the value of a nested relation's
attribute.
|
static <N extends NestableData<N>> |
DataUtils.deleteItem(N item,
String path)
XPath-like method for deleting a node from a nested tree, i.e:
|
static <T,N extends NestableData<N>> |
DataUtils.get(N item,
String path)
XPath-like method for getting the value of a nested relation's attribute.
|
static <N extends NestableData<N>> |
DataUtils.getItem(N item,
String path)
XPath-like method for getting a item at a given path.
|
static <N extends NestableData<N>> |
DataUtils.getRelations(N item,
String path)
Xpath-like method to fetch a set of nested relations.
|
static <T,N extends NestableData<N>> |
DataUtils.set(N item,
String path,
T value)
Xpath-like method for creating a new item by updating a nested relation
of an existing item.
|
static <N extends NestableData<N>> |
DataUtils.setItem(N item,
String path,
N newItem)
Xpath-like method for creating a new item by updating a nested relation
of an existing item.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.