Uses of Class
org.gbif.api.model.collections.latimercore.ObjectGroup
-
Packages that use ObjectGroup Package Description org.gbif.api.service.collections -
-
Uses of ObjectGroup in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return ObjectGroup Modifier and Type Method Description ObjectGroup
CollectionService. getAsLatimerCore(@NotNull UUID key)
Similar toCrudService.get(UUID)
but it returns the result in Latimer Core format.Methods in org.gbif.api.service.collections that return types with arguments of type ObjectGroup Modifier and Type Method Description PagingResponse<ObjectGroup>
CollectionService. listAsLatimerCore(CollectionSearchRequest searchRequest)
Similar to theCollectionService.list(CollectionSearchRequest)
method but returns the results in Latimer Core format.Methods in org.gbif.api.service.collections with parameters of type ObjectGroup Modifier and Type Method Description UUID
CollectionService. createFromLatimerCore(@NotNull @Valid ObjectGroup objectGroup)
Similar toCrudService.create(CollectionEntity)
but it accepts Latimer Core.void
CollectionService. updateFromLatimerCore(@NotNull @Valid ObjectGroup entity)
Similar toCrudService.update(CollectionEntity)
)} but it accepts Latimer Core.
-