public class QueryDSLTerminologyEntryDao extends Object implements TerminologyEntryDao
In the past the feature has been called 'Nomenclature' instead of 'Terminology'. For being backward compatible this class use 'NomenclatureEntry' database table name.
| Constructor and Description |
|---|
QueryDSLTerminologyEntryDao(QueryDslAccessor queryDslAccessor) |
| 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.
|
public QueryDSLTerminologyEntryDao(QueryDslAccessor queryDslAccessor)
public NomenclatureEntryDTO getTerminologyEntry(String originalName)
TerminologyEntryDaogetTerminologyEntry in interface TerminologyEntryDaooriginalName - The original name of a Jira entity (e.g. "Sprint", "Epic").public Collection<NomenclatureEntryDTO> getAllTerminologyEntries()
TerminologyEntryDaogetAllTerminologyEntries in interface TerminologyEntryDaopublic Collection<NomenclatureEntryDTO> getHistoricalTerminologyEntries()
TerminologyEntryDaogetHistoricalTerminologyEntries in interface TerminologyEntryDaopublic void setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs)
TerminologyEntryDaosetTerminologyEntries in interface TerminologyEntryDaoterminologyEntryDTOs - A collection of new entries to write.Copyright © 2002-2022 Atlassian. All Rights Reserved.