Package | Description |
---|---|
org.bbaw.pdr.admin.module.connectionModule |
This module handles the connection to the repository (Solr and PaDRe).
|
org.bbaw.pdr.admin.module.export |
This module handles export processes from the repository to the filesystem.
|
org.bbaw.pdr.admin.module.gui |
This modules opens the gui.
|
org.bbaw.pdr.admin.module.mainModule |
This modules opens other modules based on the users command line input.
|
org.bbaw.pdr.admin.module.objectManagement |
This module handles operations that involve the aggregation of objects.
|
org.bbaw.pdr.admin.module.ownerManagement |
This module handles operations that involve the access rights of objects.
|
org.bbaw.pdr.admin.module.patchModule |
This module handles batch patch operations of objects.
|
org.bbaw.pdr.admin.module.projectManagement |
This module handles projects.
|
org.bbaw.pdr.admin.module.systeminfo |
This module can display simple information about the server.
|
org.bbaw.pdr.admin.module.tools |
This module offers different tools involving object files on a local system.
|
org.bbaw.pdr.admin.module.upload |
This module offers the upload functionality to push objects to a repository.
|
org.bbaw.pdr.admin.module.userManagement |
This module handles user objects in the repository.
|
org.bbaw.pdr.admin.module.validate |
This module offers methods to validate all kinds of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionModule
Module that handles the connection to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportModule
Parentmodule for the export of objects from the repository to the filesystem.
|
class |
SubModExportProject
Module for the export of entire projects from the repository to the filesystem.
|
class |
SubModExportRange
Module for the export of object ranges from the repository to the filesystem.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiModule
Module that opens the graphical user interface (GUI).
|
Modifier and Type | Class and Description |
---|---|
class |
MainModule
Main entrypoint module from which all other modules are called.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckIDsModule
Module that can check a number of IDs found in a project.
|
class |
GetObjectsModule
This module returns objects in xml representation based on a list of object IDs and object ranges.
|
class |
GetReferencingObjects |
Modifier and Type | Class and Description |
---|---|
class |
MoveOwnershipModule
Supermodule of the ownership functionality.
|
class |
SubModAddOwner2All |
class |
SubModAddOwner2Persons |
class |
SubModAddOwner2Range |
Modifier and Type | Class and Description |
---|---|
class |
ObjectPatchModule |
Modifier and Type | Class and Description |
---|---|
class |
ProjectManagementModule
Parent module for all tasks involving projects in the repository..
|
class |
SubModProjectCreate
Implicitly creates a project in the repository by generating the first 9 user objects.
|
class |
SubModProjectDelete
Removes an entire project from the repostory or removes all objects except the user objects.
|
class |
SubModProjectEdit
This module changes a projects long- and short name.
|
class |
SubModProjectInfo
Collects and displays informations (names, ID ranges) about a project.
|
class |
SubModProjectList
Lists all projects (ID, object count, short name, long name).
|
Modifier and Type | Class and Description |
---|---|
class |
SysteminfoModule
Displays the repositorys server time and the number of instances hosted in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
FileExploder
Writes all objects from one or multiple files to single files.
|
class |
FileImploder
Combines all files from a directory into a single file.
|
class |
FiletoolsModule
Parent module to perform taskt with files containing objects.
|
class |
ToAEBackup |
Modifier and Type | Class and Description |
---|---|
class |
UploadModule
Upload all objects contained in one or multiple files to the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
SubModUserCreate
Create a new user object in a project.
|
class |
SubModUserEdit
Modity a user in the repository.
|
class |
SubModUserList
List all users in a project.
|
class |
UserManagementModule
Parent module for handling repository user releated tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlValidatorModule
Das Modul XmlVadlidatorModul ruft den XmlValidator auf.
|