-
Method Summary
void
adds a vocabulary term to the dictionary.
void
void
Sets the vocabulary description.
void
Set to true if the vocabulary is in the internal openBIS namespace.
void
Set to true if the vocabulary is managed internally in openBIS.
void
Sets a URL template (e.g a search query) that can display additional information for the concrete vocabulary terms.
-
Method Details
-
setDescription
void setDescription(String description)
Sets the vocabulary description.
-
setManagedInternally
void setManagedInternally(boolean isManagedInternally)
Set to true if the vocabulary is managed internally in openBIS.
-
setInternalNamespace
void setInternalNamespace(boolean isInternalNamespace)
Set to true if the vocabulary is in the internal openBIS namespace.
-
setChosenFromList
void setChosenFromList(boolean isChosenFromList)
-
setUrlTemplate
void setUrlTemplate(String urlTemplate)
Sets a URL template (e.g a search query) that can display additional information for the concrete vocabulary terms.
-
addTerm
adds a vocabulary term to the dictionary.