- Identifier - Class in org.bbaw.pdr.utils
-
Represents an internal identifier and its components.
- Identifier(String) - Constructor for class org.bbaw.pdr.utils.Identifier
-
Constructor with ID as java.lang.String
.
- Identifier(String, String, String, String) - Constructor for class org.bbaw.pdr.utils.Identifier
-
Constructor with separated components as java.lang.String
s.
- Identifier(PDRType, int, int, int) - Constructor for class org.bbaw.pdr.utils.Identifier
-
Constructor with separated components.
- IDRange - Class in org.bbaw.pdr.utils
-
Range of IDs of a certain PDR type.
- IDRange(PDRType, int, int, int, int) - Constructor for class org.bbaw.pdr.utils.IDRange
-
Range of identifiers.
- ingestObjects(int, int, List<String>) - Static method in class org.bbaw.pdr.utils.Repository
-
Ingests provided new PDR objects (with temporary IDs) into the repository and
returns a map from temporary to persistent IDs.
- intToHexString(int, int) - Static method in class org.bbaw.pdr.utils.Identifier
-
Converts the provided value to a hex string of the given length.