Uses of Class
org.odpi.openmetadata.accessservices.assetcatalog.service.ClockService
-
Packages that use ClockService Package Description org.odpi.openmetadata.accessservices.assetcatalog.handlers -
-
Uses of ClockService in org.odpi.openmetadata.accessservices.assetcatalog.handlers
Constructors in org.odpi.openmetadata.accessservices.assetcatalog.handlers with parameters of type ClockService Constructor Description AssetCatalogHandler(String serverUserName, String sourceName, InvalidParameterHandler invalidParameterHandler, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper, OpenMetadataAPIGenericHandler<AssetCatalogBean> assetHandler, AssetCatalogConverter<AssetCatalogBean> assetCatalogConverter, RepositoryErrorHandler errorHandler, List<String> supportedZones, List<String> supportedTypesForSearch, ClockService clockService)Construct the handler information needed to interact with the repository servicesRelationshipHandler(String sourceName, InvalidParameterHandler invalidParameterHandler, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper, OpenMetadataAPIGenericHandler<AssetCatalogBean> assetHandler, RepositoryErrorHandler errorHandler, ClockService clockService)Construct the handler information needed to interact with the repository services
-