| Modifier and Type | Method and Description |
|---|---|
static GlossaryTerm |
GlossaryTermMapper.mapOmrsEntityDetailToGlossaryTerm(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GlossaryTermMapper.mapGlossaryTermToOmrsEntityDetail(GlossaryTerm glossaryTerm)
Map (convert) the supplied GlossaryTerm to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
TermsReference.glossaryTerm |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
TermsReference.getGlossaryTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
TermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
SubtypesReference.glossaryTerm |
protected GlossaryTerm |
SynonymsReference.glossaryTerm |
protected GlossaryTerm |
AttributesReference.glossaryTerm |
protected GlossaryTerm |
ValidValuesReference.glossaryTerm |
protected GlossaryTerm |
TranslationsReference.glossaryTerm |
protected GlossaryTerm |
PreferredTermsReference.glossaryTerm |
protected GlossaryTerm |
SupertypesReference.glossaryTerm |
protected GlossaryTerm |
TypesReference.glossaryTerm |
protected GlossaryTerm |
IsAReference.glossaryTerm |
protected GlossaryTerm |
AlternateTermsReference.glossaryTerm |
protected GlossaryTerm |
ContextRelevantTermsReference.glossaryTerm |
protected GlossaryTerm |
AttributesTypedByReference.glossaryTerm |
protected GlossaryTerm |
ObjectsReference.glossaryTerm |
protected GlossaryTerm |
UsedInContextsReference.glossaryTerm |
protected GlossaryTerm |
SeeAlsoReference.glossaryTerm |
protected GlossaryTerm |
ReplacementTermsReference.glossaryTerm |
protected GlossaryTerm |
ClassifiesReference.glossaryTerm |
protected GlossaryTerm |
ValidValueForReference.glossaryTerm |
protected GlossaryTerm |
AntonymsReference.glossaryTerm |
protected GlossaryTerm |
ReplacedTermsReference.glossaryTerm |
| Modifier and Type | Method and Description |
|---|---|
void |
SubtypesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
SynonymsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
AttributesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ValidValuesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
TranslationsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
PreferredTermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
SupertypesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
TypesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
IsAReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
AlternateTermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ContextRelevantTermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
AttributesTypedByReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ObjectsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
UsedInContextsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
SeeAlsoReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ReplacementTermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ClassifiesReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ValidValueForReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
AntonymsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
void |
ReplacedTermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
TermsReference.glossaryTerm |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
TermsReference.getGlossaryTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
TermsReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryTerm |
MeaningReference.glossaryTerm |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
MeaningReference.getGlossaryTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeaningReference.setGlossaryTerm(GlossaryTerm glossaryTerm) |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.addGlossaryTermClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied glossaryTerm
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.createGlossaryTerm(String userId,
GlossaryTerm glossaryTerm)
Create new glossaryTerm.
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.deleteGlossaryTermClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing glossaryTerm represented by a guid.
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.getGlossaryTermById(String userId,
String entityGuid)
Fetch complete definition of an glossaryTerm given its GUID.
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.updateGlossaryTerm(String userId,
GlossaryTerm glossaryTerm)
Update glossaryTerm
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.updateGlossaryTermClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing glossaryTerm represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.createGlossaryTerm(String userId,
GlossaryTerm glossaryTerm)
Create new glossaryTerm.
|
GlossaryTerm |
SubjectAreaBeansToAccessOMRS.updateGlossaryTerm(String userId,
GlossaryTerm glossaryTerm)
Update glossaryTerm
|
| Modifier and Type | Method and Description |
|---|---|
static GlossaryTerm |
TermMapper.mapTermToOMRSBean(Term term)
map Node to GlossaryTerm local attributes
|
| Modifier and Type | Method and Description |
|---|---|
static Term |
TermMapper.mapOMRSBeantoTerm(GlossaryTerm omrsBean) |
Copyright © 2018 ODPi. All rights reserved.