Package | Description |
---|---|
org.bbaw.pdr.allies.client |
Client features of the PDR-ALLIES interface.
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
Identifier.create(java.lang.String idString)
At risk of getting a
null reference, this method can
be used to create an instance of this class when the validity of
the given idString is secured during runtime by another
mechanim. |
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.
|
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.
|