Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.registry | |
org.gbif.api.util | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
static MachineTag |
MachineTag.newInstance(TagName tagName,
String value) |
Constructor and Description |
---|
MachineTag(TagName tagName,
String value)
This is the other constructor to create new Machine Tags which takes all user settable properties.
|
Modifier and Type | Method and Description |
---|---|
int |
MachineTagService.addMachineTag(@NotNull UUID targetEntityKey,
@NotNull TagName tagName,
@NotNull String value)
Add a new
MachineTag to a target entity. |
void |
MachineTagService.deleteMachineTags(@NotNull UUID targetEntityKey,
@NotNull TagName tagName)
Delete machine tags from a tagged entity by tag name.
|
Modifier and Type | Method and Description |
---|---|
static MachineTag |
MachineTagUtils.firstTag(MachineTaggable taggable,
TagName tagName) |
static <T> T |
MachineTagUtils.firstTag(MachineTaggable taggable,
TagName tagName,
Function<MachineTag,T> function) |
static List<MachineTag> |
MachineTagUtils.list(MachineTaggable taggable,
TagName tagName) |
Modifier and Type | Method and Description |
---|---|
static TagName |
TagName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagName[] |
TagName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<TagName> |
TagNamespace.getPredicates()
Gets the list of
TagName which belongs to the namespace. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.