Uses of Class
org.gbif.api.model.collections.latimercore.OrganisationalUnit
-
Packages that use OrganisationalUnit Package Description org.gbif.api.service.collections -
-
Uses of OrganisationalUnit in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return OrganisationalUnit Modifier and Type Method Description OrganisationalUnit
InstitutionService. 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 OrganisationalUnit Modifier and Type Method Description PagingResponse<OrganisationalUnit>
InstitutionService. 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 OrganisationalUnit Modifier and Type Method Description UUID
InstitutionService. createFromLatimerCore(@NotNull @Valid OrganisationalUnit organisationalUnit)
Similar toCrudService.create(CollectionEntity)
but it accepts Latimer Core.void
InstitutionService. updateFromLatimerCore(@NotNull @Valid OrganisationalUnit entity)
Similar toCrudService.update(CollectionEntity)
)} but it accepts Latimer Core.
-