Uses of Class
org.gbif.api.vocabulary.TagName
-
Packages that use TagName Package Description org.gbif.api.model.registry org.gbif.api.service.registry org.gbif.api.util org.gbif.api.vocabulary -
-
Uses of TagName in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type TagName Modifier and Type Method Description static MachineTag
MachineTag. newInstance(TagName tagName, String value)
Constructors in org.gbif.api.model.registry with parameters of type TagName Constructor Description MachineTag(TagName tagName, String value)
This is the other constructor to create new Machine Tags which takes all user settable properties. -
Uses of TagName in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type TagName Modifier and Type Method Description int
MachineTagService. addMachineTag(@NotNull UUID targetEntityKey, @NotNull TagName tagName, @NotNull String value)
Add a newMachineTag
to a target entity.void
MachineTagService. deleteMachineTags(@NotNull UUID targetEntityKey, @NotNull TagName tagName)
Delete machine tags from a tagged entity by tag name. -
Uses of TagName in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type TagName Modifier and Type Method 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)
-
Uses of TagName in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return TagName Modifier and Type Method 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.Methods in org.gbif.api.vocabulary that return types with arguments of type TagName Modifier and Type Method Description List<TagName>
TagNamespace. getPredicates()
Gets the list ofTagName
which belongs to the namespace.
-