Package | Description |
---|---|
eu.ehri.project.importers.managers | |
eu.ehri.project.persistence |
Classes dealing with persistence of
relational item data in sub-tree format.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SaxImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import XML from the given InputStream, as part of the given action.
|
protected abstract void |
AbstractImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import an InputStream with an event context.
|
protected void |
CsvImportManager.importInputStream(InputStream stream,
String tag,
ActionManager.EventContext context,
ImportLog log)
Import CSV from the given InputStream, as part of the given action.
|
Modifier and Type | Method and Description |
---|---|
ActionManager.EventContext |
ActionManager.EventContext.addSubjects(Accessible... entities)
Add subjects to an event.
|
ActionManager.EventContext |
ActionManager.EventContext.createVersion(Entity frame)
Create a snapshot of the given node's data.
|
ActionManager.EventContext |
ActionManager.EventContext.createVersion(Entity frame,
Bundle bundle)
Create a snapshot of the given node using the provided data.
|
ActionManager.EventContext |
ActionManager.newEventContext(Accessible subject,
Actioner user,
EventTypes type)
Create an action for the given subject, user, and type.
|
ActionManager.EventContext |
ActionManager.newEventContext(Accessible subject,
Actioner user,
EventTypes type,
Optional<String> logMessage)
Create an action node that describes what user U has done with subject S
via logMessage log.
|
ActionManager.EventContext |
ActionManager.newEventContext(Actioner user,
EventTypes type)
Create an action node describing something that user U has done.
|
ActionManager.EventContext |
ActionManager.newEventContext(Actioner user,
EventTypes type,
Optional<String> logMessage)
Create an action node describing something that user U has done.
|
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.