Uses of Enum Class
org.gbif.api.model.common.export.ExportFormat
Packages that use ExportFormat
-
Uses of ExportFormat in org.gbif.api.model.common.export
Methods in org.gbif.api.model.common.export that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormat
Returns the enum constant of this class with the specified name.static ExportFormat[]
ExportFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExportFormat in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type ExportFormatModifier and TypeMethodDescriptionlong
DescriptorsService.createDescriptorGroup
(@javax.validation.constraints.NotNull,@javax.validation.Valid byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, String description, @NotNull UUID collectionKey) Creates a new descriptor group.int
BatchService.handleBatch
(byte[] entitiesFile, byte[] contactsFile, ExportFormat format) Handles a batch.void
DescriptorsService.updateDescriptorGroup
(@javax.validation.constraints.NotNull long descriptorGroupKey, @javax.validation.constraints.NotNull byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, String description) Updates an existing descriptor group.