CmdEntryPoint
to manage the graph, e.g.See: Description
| Interface | Description |
|---|---|
| Command |
Command-line tools to perform actions on the graph database need
to specify a help text about the functionality of the tool and
a string to explain their usage.
|
| Class | Description |
|---|---|
| BaseCommand |
Abstract base class for commands.
|
| Check |
Sanity check various parts of the graph.
|
| CmdEntryPoint |
Entry point for launching admin commands.
|
| CountryAdd |
Add a country.
|
| CsvConceptImport |
Extension of ImportCsvCommand that uses the CsvConceptImporter.
|
| CsvDocDescImport |
Specialisation of ImportCsvCommand that is used for importing EAD-like CSV files.
|
| DcImport |
Import command for importing Dublin Core files.
|
| DeleteEntities |
Delete an entire class of entities via the command line.
|
| EacImport |
Import EAC-CPF files.
|
| EadAsVirtualCollectionImport |
Import EAD from the command line as a virtual collection.
|
| EadImport |
Import EAD from the command line.
|
| EagImport |
Import EAG files.
|
| EntityAdd |
Add a user.
|
| EntityDelete |
Delete a single item via the command line.
|
| GenSchema |
Command for generating the (Neo4j) graph schema.
|
| GetEntity |
Fetch an item's serialized representation via the command line.
|
| GraphSON |
Dump the complete graph as graphSON file, or import such a dump
|
| ImportCommand |
Superclass of all import command-line tools.
|
| ImportCsvCommand |
Generic command for importing CSV files that uses an implementation of MapImporter
to manipulate the graph.
|
| Initialize |
Initialise the graph database with minimal nodes.
|
| ListEntities |
Command for listing entities of a given type.
|
| LoadFixtures |
Command for loading a fixtures file into the graph.
|
| PersonalitiesImport |
Specialisation of
ImportCsvCommand for importing personalities
from CSV files. |
| RelationAdd |
Add an arbitrary edge between two nodes.
|
| SkosVocabularyImport |
Import a single SKOS file from the command line.
|
| UserAdd |
Add a user with optional group membership.
|
| UserListEntities |
List items of a specific type as a given user, respecting access controls.
|
| UserMod |
Modify an existing user.
|
| UshmmEadImport |
Import command for USHMM EAD files.
|
| Enum | Description |
|---|---|
| CmdEntryPoint.RetCode |
Default return codes for shell tools.
|
CmdEntryPoint
to manage the graph, e.g. by importing/exporting data.Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.