Package | Description |
---|---|
org.bbaw.pdr.padre |
Commands which make use of the PaDRe API.
|
org.bbaw.pdr.solr |
Implementations of read/write access to PDR's Apache Solr index.
|
org.bbaw.pdr.utils |
Common resources for the access to instances of the PDR.
|
Modifier and Type | Method and Description |
---|---|
PDRObject |
PadreSingleReadXml.execute() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PDRObject> |
PadreGetModified.execute() |
java.util.List<PDRObject> |
PadreSpanReadXml.execute() |
Constructor and Description |
---|
PadreWriteXml(PDRObject pdrObject)
Writes the provided single PDR object to PaDRe.
|
Constructor and Description |
---|
PadreWriteXml(java.util.List<PDRObject> pdrObjects)
Writes the provided list of PDR objects to PaDRe.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.solr.common.SolrInputDocument |
SolrInputDocumentFactory.createSolrInputDocument(PDRObject pdrObject)
Factory method for the creation of Solr input documents.
|
Constructor and Description |
---|
SolrAdd(PDRObject pdrObject)
Constructor with PDR object.
|
Constructor and Description |
---|
SolrAddCollection(java.util.List<PDRObject> pdrObjects)
Constructor with a collection of PDR objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
Validator.validate(PDRObject object)
Validates the provided PDR object against XMLSchema and expected content
and its format.
|
Modifier and Type | Method and Description |
---|---|
static void |
Repository.checkRemainingTemporaryIDs(java.util.List<PDRObject> objects)
Tests if any PDR object in the provided list contains one or more
temporary ID.
|