Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
-
Packages that use AssetLineagePublisher Package Description org.odpi.openmetadata.accessservices.assetlineage.listeners org.odpi.openmetadata.accessservices.assetlineage.server -
-
Uses of AssetLineagePublisher in org.odpi.openmetadata.accessservices.assetlineage.listeners
Methods in org.odpi.openmetadata.accessservices.assetlineage.listeners that return AssetLineagePublisher Modifier and Type Method Description AssetLineagePublisherAssetLineageOMRSTopicListener. getPublisher()Returns the Asset Lineage PublisherConstructors in org.odpi.openmetadata.accessservices.assetlineage.listeners with parameters of type AssetLineagePublisher Constructor Description AssetLineageOMRSTopicListener(Converter converter, String serverName, AssetLineagePublisher publisher, Set<String> lineageClassificationTypes, AuditLog auditLog)The constructor is given the connection to the out topic for Asset Lineage OMAS along with classes for testing and manipulating instances. -
Uses of AssetLineagePublisher in org.odpi.openmetadata.accessservices.assetlineage.server
Methods in org.odpi.openmetadata.accessservices.assetlineage.server that return AssetLineagePublisher Modifier and Type Method Description AssetLineagePublisherAssetLineageInstanceHandler. getAssetLineagePublisher(String userId, String serverName, String serviceOperationName)Retrieve the Asset Lineage Publisher available for the existing Asset Lineage OMAS OMRS Topic registredAssetLineagePublisherAssetLineageServicesInstance. getAssetLineagePublisher()Methods in org.odpi.openmetadata.accessservices.assetlineage.server with parameters of type AssetLineagePublisher Modifier and Type Method Description voidAssetLineageServicesInstance. setAssetLineagePublisher(AssetLineagePublisher assetLineagePublisher)
-