Uses of Class
org.gbif.api.model.registry.Identifier
Packages that use Identifier
Package
Description
-
Uses of Identifier in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCollection.getIdentifiers()
List of alternative identifiers: UUIDs, external system identifiers, LSIDs, etc..Institution.getIdentifiers()
Method parameters in org.gbif.api.model.collections with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
Collection.setIdentifiers
(List<Identifier> identifiers) void
Institution.setIdentifiers
(List<Identifier> identifiers) -
Uses of Identifier in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDataset.getIdentifiers()
@NotNull List<Identifier>
Identifiable.getIdentifiers()
Installation.getIdentifiers()
Network.getIdentifiers()
Node.getIdentifiers()
Organization.getIdentifiers()
Methods in org.gbif.api.model.registry with parameters of type IdentifierModifier and TypeMethodDescriptionboolean
Identifier.lenientEquals
(Identifier other) A lenient equality check ignoring server controlled values (createdBy, key etc).Method parameters in org.gbif.api.model.registry with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
Dataset.setIdentifiers
(List<Identifier> identifiers) void
Identifiable.setIdentifiers
(List<Identifier> identifiers) void
Installation.setIdentifiers
(List<Identifier> identifiers) void
Network.setIdentifiers
(List<Identifier> identifiers) void
Node.setIdentifiers
(List<Identifier> identifiers) void
Organization.setIdentifiers
(List<Identifier> identifiers) -
Uses of Identifier in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type IdentifierModifier and TypeMethodDescriptionIdentifierService.listIdentifiers
(@NotNull UUID targetEntityKey) List all identifiers of a target entity.Methods in org.gbif.api.service.registry with parameters of type IdentifierModifier and TypeMethodDescriptionint
IdentifierService.addIdentifier
(@NotNull UUID targetEntityKey, @NotNull @Valid Identifier identifier) Add a new Identifier to a target entity.