| Modifier and Type | Method and Description |
|---|---|
static Glossary |
GlossaryMapper.mapOmrsEntityDetailToGlossary(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GlossaryMapper.mapGlossaryToOmrsEntityDetail(Glossary glossary)
Map (convert) the supplied Glossary to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Glossary |
LocalGlossaryReference.glossary |
| Modifier and Type | Method and Description |
|---|---|
Glossary |
LocalGlossaryReference.getGlossary() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalGlossaryReference.setGlossary(Glossary glossary) |
| Modifier and Type | Field and Description |
|---|---|
protected Glossary |
AnchorReference.glossary |
| Modifier and Type | Method and Description |
|---|---|
Glossary |
AnchorReference.getGlossary() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnchorReference.setGlossary(Glossary glossary) |
| Modifier and Type | Field and Description |
|---|---|
protected Glossary |
AnchorReference.glossary |
| Modifier and Type | Method and Description |
|---|---|
Glossary |
AnchorReference.getGlossary() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnchorReference.setGlossary(Glossary glossary) |
| Modifier and Type | Method and Description |
|---|---|
Glossary |
SubjectAreaBeansToAccessOMRS.addGlossaryClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied glossary
|
Glossary |
SubjectAreaBeansToAccessOMRS.createGlossary(String userId,
Glossary glossary)
Create new glossary.
|
Glossary |
SubjectAreaBeansToAccessOMRS.deleteGlossaryClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing glossary represented by a guid.
|
Glossary |
SubjectAreaBeansToAccessOMRS.getGlossaryById(String userId,
String entityGuid)
Fetch complete definition of an glossary given its GUID.
|
Glossary |
SubjectAreaBeansToAccessOMRS.restoreGlossary(String userId,
String entityGuid)
Restore an Glossary identified by its GUID.
|
Glossary |
SubjectAreaBeansToAccessOMRS.updateGlossary(String userId,
Glossary glossary)
Update glossary
|
Glossary |
SubjectAreaBeansToAccessOMRS.updateGlossaryClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing glossary represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Glossary |
SubjectAreaBeansToAccessOMRS.createGlossary(String userId,
Glossary glossary)
Create new glossary.
|
Glossary |
SubjectAreaBeansToAccessOMRS.updateGlossary(String userId,
Glossary glossary)
Update glossary
|
| Modifier and Type | Method and Description |
|---|---|
static Glossary |
GlossaryMapper.mapGlossaryToOMRSBean(Glossary glossary)
Map Glossary to OMRS bean Glossary.
|
| Modifier and Type | Method and Description |
|---|---|
static Glossary |
GlossaryMapper.mapOMRSBeantoGlossary(Glossary omrsBean)
map the generated OMRS bean for glossary to the Glossary exposed in the API.
|
| Modifier and Type | Method and Description |
|---|---|
static GlossarySummary |
SubjectAreaUtils.extractGlossarySummaryFromGlossary(Glossary glossary)
Extract glossarySummary
|
Copyright © 2018–2019 ODPi. All rights reserved.