public interface IdentifierService
Identifier
.Modifier and Type | Method and Description |
---|---|
int |
addIdentifier(@NotNull UUID targetEntityKey,
@NotNull @Valid Identifier identifier)
Add a new Identifier to a target entity.
|
void |
deleteIdentifier(@NotNull UUID targetEntityKey,
int identifierKey)
Delete an existing Identifier from a target entity by identifier key.
|
List<Identifier> |
listIdentifiers(@NotNull UUID targetEntityKey)
List all identifiers of a target entity.
|
int addIdentifier(@NotNull @NotNull UUID targetEntityKey, @NotNull @Valid @NotNull @Valid Identifier identifier)
targetEntityKey
- key of target entityidentifier
- Identifier to addvoid deleteIdentifier(@NotNull @NotNull UUID targetEntityKey, int identifierKey)
targetEntityKey
- key of target entityidentifierKey
- Identifier key to deleteList<Identifier> listIdentifiers(@NotNull @NotNull UUID targetEntityKey)
targetEntityKey
- key of target entityCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.