Package | Description |
---|---|
org.gbif.api.model.common.export | |
org.gbif.api.service.collections |
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
DescriptorsService.createDescriptorGroup(@NotNull @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(@NotNull long descriptorGroupKey,
@NotNull byte[] descriptorsGroupFile,
@NotNull ExportFormat format,
@NotNull String title,
String description)
Updates an existing descriptor group.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.