public interface TerminologyEntryDao
In the past the feature has been called 'Nomenclature'. The new name for the feature is 'Terminology'.
Modifier and Type | Method and Description |
---|---|
Collection<NomenclatureEntryDTO> |
getAllTerminologyEntries()
Returns a Collection of all terminology entries with the latest timestamps for each OriginalName.
|
Collection<NomenclatureEntryDTO> |
getHistoricalTerminologyEntries()
Returns a collection of all terminology entries stored in a database.
|
NomenclatureEntryDTO |
getTerminologyEntry(String originalName)
Returns the terminology entry with the latest timestamp for the given OriginalName.
|
void |
setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs)
Writes a new name for multiple Jira entities (e.g.
|
NomenclatureEntryDTO getTerminologyEntry(String originalName)
originalName
- The original name of a Jira entity (e.g. "Sprint", "Epic").Collection<NomenclatureEntryDTO> getAllTerminologyEntries()
Collection<NomenclatureEntryDTO> getHistoricalTerminologyEntries()
void setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs)
terminologyEntryDTOs
- A collection of new entries to write.Copyright © 2002-2021 Atlassian. All Rights Reserved.