public class GlossaryHandler extends Object
| Constructor and Description |
|---|
GlossaryHandler(InvalidParameterHandler invalidParameterHandler,
OMRSRepositoryHelper repositoryHelper,
RepositoryHandler repositoryHandler)
Construct the discovery engine configuration handler caching the objects
needed to operate within a single server instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<GraphContext>> |
getGlossaryTerm(String assetGuid,
String userId,
AssetContext assetContext,
SuperTypesRetriever superTypesRetriever)
Returns the glossary term object corresponding to the supplied asset that can possibly have a glossary Term.
|
public GlossaryHandler(InvalidParameterHandler invalidParameterHandler, OMRSRepositoryHelper repositoryHelper, RepositoryHandler repositoryHandler)
invalidParameterHandler - handler for invalid parametersrepositoryHelper - helper used by the convertersrepositoryHandler - handler for calling the repository servicespublic Map<String,Set<GraphContext>> getGlossaryTerm(String assetGuid, String userId, AssetContext assetContext, SuperTypesRetriever superTypesRetriever) throws OCFCheckedExceptionBase
assetGuid - guid of the asset that has been createduserId - String - userId of user making request.assetContext - the asset contextInvalidParameterException - the invalid parameter exceptionOCFCheckedExceptionBaseCopyright © 2018–2020 ODPi. All rights reserved.