Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.handlers.AssetContextHandler
-
Packages that use AssetContextHandler Package Description org.odpi.openmetadata.accessservices.assetlineage.handlers org.odpi.openmetadata.accessservices.assetlineage.server -
-
Uses of AssetContextHandler in org.odpi.openmetadata.accessservices.assetlineage.handlers
Constructors in org.odpi.openmetadata.accessservices.assetlineage.handlers with parameters of type AssetContextHandler Constructor Description GlossaryContextHandler(InvalidParameterHandler invalidParameterHandler, AssetContextHandler assetContextHandler, HandlerHelper handlerHelper)Construct the handler information needed to interact with the repository servicesProcessContextHandler(AssetContextHandler assetContextHandler, HandlerHelper handlerHelper, List<String> supportedZones)Construct the handler information needed to interact with the repository services -
Uses of AssetContextHandler in org.odpi.openmetadata.accessservices.assetlineage.server
Methods in org.odpi.openmetadata.accessservices.assetlineage.server that return AssetContextHandler Modifier and Type Method Description AssetContextHandlerAssetLineageInstanceHandler. getAssetContextHandler(String userId, String serverName, String serviceOperationName)Retrieve the specific handler for the access service.
-