Class AssetLineageServicesInstance
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
-
- org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageServicesInstance
-
public class AssetLineageServicesInstance extends OMASServiceInstance
AssetLineageServicesInstance caches references to OMRS objects for a specific server. It is also responsible for registering itself in the instance map.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
defaultZones, errorHandler, metadataCollection, publishZones, repositoryConnector, repositoryHandler, repositoryHelper, supportedZones
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserId
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
-
-
Constructor Summary
Constructors Constructor Description AssetLineageServicesInstance(OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, String localServerUserId, AuditLog auditLog, Connection outTopicEventBusConnection, AssetLineageTypesValidator assetLineageTypesValidator)Set up the handlers for this server.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetLineagePublishergetAssetLineagePublisher()AuditLoggetAuditLog()voidsetAssetLineagePublisher(AssetLineagePublisher assetLineagePublisher)-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getServerName, validateActiveRepository
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
-
-
-
-
Constructor Detail
-
AssetLineageServicesInstance
public AssetLineageServicesInstance(OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, String localServerUserId, AuditLog auditLog, Connection outTopicEventBusConnection, AssetLineageTypesValidator assetLineageTypesValidator) throws NewInstanceException
Set up the handlers for this server.- Parameters:
repositoryConnector- link to the repository responsible for servicing the REST calls.supportedZones- list of zones that AssetLineage is allowed to serve Assets from.localServerUserId- userId used for server initiated actionsauditLog- destination for audit log events.outTopicEventBusConnection- the out topic connectorassetLineageTypesValidator- service for validating types- Throws:
NewInstanceException- a problem occurred during initialization
-
-
Method Detail
-
getAssetLineagePublisher
public AssetLineagePublisher getAssetLineagePublisher()
-
setAssetLineagePublisher
public void setAssetLineagePublisher(AssetLineagePublisher assetLineagePublisher)
-
getAuditLog
public AuditLog getAuditLog()
- Overrides:
getAuditLogin classAuditableServerServiceInstance
-
-