Package | Description |
---|---|
org.bbaw.pdr.allies.client |
Client features of the PDR-ALLIES interface.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<Identifier,Identifier> |
Repository.ingestObjects(int instance,
int project,
java.util.List<java.lang.String> objects)
Ingests the provided new objects into the repository and returns a
mapping of former temporary to then persistent IDs.
|
Constructor and Description |
---|
Identifier(PDRType type,
int instance,
int project,
int object)
Constructor with single parts of the ID.
|
Identifier(java.lang.String id)
Constructor with PDR ID as String.
|
Identifier(java.lang.String type,
java.lang.String instance,
java.lang.String project,
java.lang.String object)
Constructor with single parts of the ID as Strings.
|