Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.handlers.HandlerHelper
-
Packages that use HandlerHelper Package Description org.odpi.openmetadata.accessservices.assetlineage.handlers org.odpi.openmetadata.accessservices.assetlineage.server -
-
Uses of HandlerHelper in org.odpi.openmetadata.accessservices.assetlineage.handlers
Constructors in org.odpi.openmetadata.accessservices.assetlineage.handlers with parameters of type HandlerHelper Constructor Description AssetContextHandler(OpenMetadataAPIGenericHandler<GenericStub> genericHandler, HandlerHelper handlerHelper, List<String> supportedZones)Construct the handler information needed to interact with the repository servicesClassificationHandler(InvalidParameterHandler invalidParameterHandler, HandlerHelper handlerHelper)Instantiates a new Classification handler.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 HandlerHelper in org.odpi.openmetadata.accessservices.assetlineage.server
Methods in org.odpi.openmetadata.accessservices.assetlineage.server that return HandlerHelper Modifier and Type Method Description HandlerHelperAssetLineageInstanceHandler. getHandlerHelper(String userId, String serverName, String serviceOperationName)Retrieve helper handler for the access service.
-