Uses of Class
org.gbif.api.model.collections.latimercore.ObjectGroup
Packages that use ObjectGroup
-
Uses of ObjectGroup in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return ObjectGroupModifier and TypeMethodDescriptionCollectionService.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 ObjectGroupModifier and TypeMethodDescriptionCollectionService.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 ObjectGroupModifier and TypeMethodDescriptionCollectionService.createFromLatimerCore(@NotNull @Valid ObjectGroup objectGroup) Similar toCrudService.create(CollectionEntity)but it accepts Latimer Core.voidCollectionService.updateFromLatimerCore(@NotNull @Valid ObjectGroup entity) Similar toCrudService.update(CollectionEntity))} but it accepts Latimer Core.