| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.subjectarea.server.services | |
| org.odpi.openmetadata.accessservices.subjectarea.utilities |
| Modifier and Type | Method and Description |
|---|---|
protected SubjectAreaBeansToAccessOMRS |
SubjectAreaRESTServicesInstance.initializeAPI(String serverName,
String userId,
Date from,
Date to,
String methodName)
Each API call needs to run in the requested tenant - indicated by the serverName and validate the userid.
|
protected SubjectAreaBeansToAccessOMRS |
SubjectAreaRESTServicesInstance.initializeAPI(String serverName,
String userId,
String methodName)
Each API call needs to run in the requested tenant - indicated by the serverName and validate the userid.
|
| Modifier and Type | Method and Description |
|---|---|
static GlossarySummary |
SubjectAreaUtils.getGlossarySummaryForCategory(String userId,
SubjectAreaBeansToAccessOMRS subjectAreaBeansToAccessOMRS,
Line line)
Get a Categories icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
|
static GlossarySummary |
SubjectAreaUtils.getGlossarySummaryForTerm(String userId,
SubjectAreaBeansToAccessOMRS subjectAreaBeansToAccessOMRS,
Line line)
Get a Term's icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
|
static Set<IconSummary> |
SubjectAreaUtils.getIconSummarySet(String userId,
SubjectAreaBeansToAccessOMRS subjectAreaBeansToAccessOMRS,
Set<Line> mediaReferenceRelationshipSet)
Set icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
|
static CategorySummary |
SubjectAreaUtils.getParentCategorySummary(String userId,
SubjectAreaBeansToAccessOMRS subjectAreaBeansToAccessOMRS,
Set<Line> lines)
Get a summary of the parent category.
|
Copyright © 2018–2019 ODPi. All rights reserved.