public class GlossaryService extends GlossaryViewOMAS
| Constructor and Description |
|---|
GlossaryService() |
| Modifier and Type | Method and Description |
|---|---|
GlossaryViewEntityDetailResponse |
getAllGlossaries(String userId,
String serverName,
Integer from,
Integer size)
Extract all glossary definitions
|
GlossaryViewEntityDetailResponse |
getCategoryHomeGlossary(String userId,
String serverName,
String categoryGUID)
Extract a category's home glossary
|
GlossaryViewEntityDetailResponse |
getExternalGlossaryLinks(String userId,
String serverName,
String glossaryGUID,
Integer from,
Integer size)
Extract external glossary link definitions
|
GlossaryViewEntityDetailResponse |
getGlossary(String userId,
String serverName,
String glossaryGUID)
Extract the glossary definition for the given GUID
|
GlossaryViewEntityDetailResponse |
getTermHomeGlossary(String userId,
String serverName,
String termGUID)
Extract a term's home glossary
|
getAllEntityDetailsResponse, getEntityDetailResponse, getRelatedEntitiesResponse, getSubEntitiesResponsegetAllEntityDetails, getEntityDetail, getOMRSRepositoryHelper, getRelatedEntities, getSubEntitiespublic GlossaryViewEntityDetailResponse getGlossary(String userId, String serverName, String glossaryGUID)
userId - calling userserverName - instance to callglossaryGUID - glossary GUIDpublic GlossaryViewEntityDetailResponse getAllGlossaries(String userId, String serverName, Integer from, Integer size)
userId - calling userserverName - instance to callfrom - fromsize - sizepublic GlossaryViewEntityDetailResponse getTermHomeGlossary(String userId, String serverName, String termGUID)
userId - calling userserverName - instance to calltermGUID - term GUIDpublic GlossaryViewEntityDetailResponse getCategoryHomeGlossary(String userId, String serverName, String categoryGUID)
userId - calling userserverName - instance to callcategoryGUID - term GUIDpublic GlossaryViewEntityDetailResponse getExternalGlossaryLinks(String userId, String serverName, String glossaryGUID, Integer from, Integer size)
userId - calling userserverName - instance to callglossaryGUID - glossary GUIDfrom - fromsize - sizeCopyright © 2018–2019 ODPi. All rights reserved.