Uses of Class
org.gbif.api.model.collections.latimercore.OrganisationalUnit
Packages that use OrganisationalUnit
-
Uses of OrganisationalUnit in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return OrganisationalUnitModifier and TypeMethodDescriptionInstitutionService.getAsLatimerCore(@NotNull UUID key) Similar to theCrudService.get(UUID)method but returns the results in Latimer Core format.Methods in org.gbif.api.service.collections that return types with arguments of type OrganisationalUnitModifier and TypeMethodDescriptionInstitutionService.listAsLatimerCore(InstitutionSearchRequest searchRequest) Similar to theInstitutionService.list(InstitutionSearchRequest)method but returns the results in Latimer Core format.Methods in org.gbif.api.service.collections with parameters of type OrganisationalUnitModifier and TypeMethodDescriptionInstitutionService.createFromLatimerCore(@NotNull @Valid OrganisationalUnit organisationalUnit) Similar toCrudService.create(CollectionEntity)but it accepts Latimer Core.voidInstitutionService.updateFromLatimerCore(@NotNull @Valid OrganisationalUnit entity) Similar toCrudService.update(CollectionEntity))} but it accepts Latimer Core.