Uses of Class
org.gbif.api.model.collections.MasterSourceMetadata
-
Packages that use MasterSourceMetadata Package Description org.gbif.api.model.collections org.gbif.api.service.collections -
-
Uses of MasterSourceMetadata in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return MasterSourceMetadata Modifier and Type Method Description MasterSourceMetadata
Collection. getMasterSourceMetadata()
MasterSourceMetadata
CollectionEntity. getMasterSourceMetadata()
Master source metadataMasterSourceMetadata
Institution. getMasterSourceMetadata()
Methods in org.gbif.api.model.collections with parameters of type MasterSourceMetadata Modifier and Type Method Description void
Collection. setMasterSourceMetadata(MasterSourceMetadata masterSourceMetadata)
void
CollectionEntity. setMasterSourceMetadata(MasterSourceMetadata masterSourceMetadata)
void
Institution. setMasterSourceMetadata(MasterSourceMetadata masterSourceMetadata)
-
Uses of MasterSourceMetadata in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return MasterSourceMetadata Modifier and Type Method Description MasterSourceMetadata
CollectionEntityService. getMasterSourceMetadata(@NotNull UUID targetEntityKey)
Returns theMasterSourceMetadata
of the entity.Methods in org.gbif.api.service.collections with parameters of type MasterSourceMetadata Modifier and Type Method Description int
CollectionEntityService. addMasterSourceMetadata(UUID targetEntityKey, MasterSourceMetadata masterSourceMetadata)
AddsMasterSourceMetadata
to an entity.
-