- Identifier - Class in org.bbaw.pdr.allies.client
-
Represent a PDR ID and its parts.
- Identifier(String) - Constructor for class org.bbaw.pdr.allies.client.Identifier
-
Constructor with PDR ID as String.
- Identifier(String, String, String, String) - Constructor for class org.bbaw.pdr.allies.client.Identifier
-
Constructor with single parts of the ID as Strings.
- Identifier(PDRType, int, int, int) - Constructor for class org.bbaw.pdr.allies.client.Identifier
-
Constructor with single parts of the ID.
- IDRange - Class in org.bbaw.pdr.allies.client
-
PDR ID range of a certain PDR type.
- IDRange(PDRType, int, int, int, int) - Constructor for class org.bbaw.pdr.allies.client.IDRange
-
Constructor with all necessary parameters.
- ingestObjects(int, int, List<String>) - Static method in class org.bbaw.pdr.allies.client.Repository
-
Ingests the provided new objects into the repository and returns a
mapping of former temporary to then persistent IDs.
- ingestObjects(OMElement) - Method in class org.bbaw.pdr.allies.Repository
-
Ingests given PDR objects, and returns a mapping of temporary to persistent IDs.
- InvalidCredentialsException - Exception in org.bbaw.pdr.allies.error
-
Credentials have to match pattern: user id#md5 password
.
- InvalidCredentialsException(String) - Constructor for exception org.bbaw.pdr.allies.error.InvalidCredentialsException
-
- InvalidCredentialsException(Throwable) - Constructor for exception org.bbaw.pdr.allies.error.InvalidCredentialsException
-
- InvalidCredentialsException(String, Throwable) - Constructor for exception org.bbaw.pdr.allies.error.InvalidCredentialsException
-
- InvalidIdentifierException - Exception in org.bbaw.pdr.allies.error
-
A given PDR ID doesn't match the mandatory pattern.
- InvalidIdentifierException(String) - Constructor for exception org.bbaw.pdr.allies.error.InvalidIdentifierException
-
- InvalidIdentifierException(Throwable) - Constructor for exception org.bbaw.pdr.allies.error.InvalidIdentifierException
-
- InvalidIdentifierException(String, Throwable) - Constructor for exception org.bbaw.pdr.allies.error.InvalidIdentifierException
-
- isIndexOptimized(OMElement) - Method in class org.bbaw.pdr.allies.Utilities
-
Looks for information about finished optimisation in Solr's log messages,
newer than the provided timestamp.