Uses of Enum Class
org.gbif.api.vocabulary.TagName
Packages that use TagName
Package
Description
-
Uses of TagName in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type TagNameModifier and TypeMethodDescriptionstatic MachineTag
MachineTag.newInstance
(TagName tagName, String value) Constructors in org.gbif.api.model.registry with parameters of type TagNameModifierConstructorDescriptionMachineTag
(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 TagNameModifier and TypeMethodDescriptionint
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 TagNameModifier and TypeMethodDescriptionstatic 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 TagNameModifier and TypeMethodDescriptionstatic TagName
Returns the enum constant of this class with the specified name.static TagName[]
TagName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.vocabulary that return types with arguments of type TagNameModifier and TypeMethodDescriptionTagNamespace.getPredicates()
Gets the list ofTagName
which belongs to the namespace.