Class AutomatedCurationInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationInstance

public class AutomatedCurationInstance extends org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
AutomatedCurationInstance caches references to objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Summary

    Constructors
    Constructor
    Description
    AutomatedCurationInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL)
    Set up the Automated Curation OMVS instance
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.assetowner.client.AssetCertificationManager
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.AssetLicenseManager
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.ConnectedAssetClient
    Return the connected asset client.
    org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.ExternalReferenceManager
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
    Return the client.
    org.odpi.openmetadata.accessservices.assetowner.client.GovernanceConfigurationClient
    Return the governance configuration client.
    org.odpi.openmetadata.accessservices.assetowner.client.OpenGovernanceClient
    Return the open governance client.
    org.odpi.openmetadata.accessservices.assetowner.client.OpenIntegrationServiceClient
    Return the open integration client.
    org.odpi.openmetadata.accessservices.assetowner.client.OpenMetadataStoreClient
    Return the open metadata store client.
    Return the technology type handler.
    org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
    Return the client.

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance

    getRemoteServerName, getRemoteServerURL

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance

    getInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AutomatedCurationInstance

      public AutomatedCurationInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Set up the Automated Curation OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getAssetCertificationManager

      public org.odpi.openmetadata.accessservices.assetowner.client.AssetCertificationManager getAssetCertificationManager()
      Return the client. This client is from Asset Owner OMAS and is for maintaining certifications on assets.
      Returns:
      client
    • getAssetLicenseManager

      public org.odpi.openmetadata.accessservices.assetowner.client.AssetLicenseManager getAssetLicenseManager()
      Return the client. This client is from Asset Owner OMAS and is for maintaining licenses on assets.
      Returns:
      client
    • getExternalReferenceManager

      public org.odpi.openmetadata.accessservices.assetowner.client.ExternalReferenceManager getExternalReferenceManager()
      Return the client. This client is from Asset Owner OMAS and is for maintaining external references for assets.
      Returns:
      client
    • getValidValuesAssetOwner

      public org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner getValidValuesAssetOwner()
      Return the client. This client is from Asset Owner OMAS and is for maintaining valid values for assets.
      Returns:
      client
    • getFileSystemAssetOwner

      public org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner getFileSystemAssetOwner()
      Return the client. This client is from Asset Owner OMAS and is for maintaining information about file system assets.
      Returns:
      client
    • getCSVFileAssetOwner

      public org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner getCSVFileAssetOwner()
      Return the client. This client is from Asset Owner OMAS and is for maintaining information about CSV Files.
      Returns:
      client
    • getAvroFileAssetOwner

      public org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner getAvroFileAssetOwner()
      Return the client. This client is from Asset Owner OMAS and is for maintaining information about Avro Files.
      Returns:
      client
    • getConnectedAssetClient

      public org.odpi.openmetadata.accessservices.assetowner.client.ConnectedAssetClient getConnectedAssetClient()
      Return the connected asset client. This client is from Open Connector Framework (OCF) and is for retrieving information about assets and creating connectors.
      Returns:
      client
    • getOpenMetadataStoreClient

      public org.odpi.openmetadata.accessservices.assetowner.client.OpenMetadataStoreClient getOpenMetadataStoreClient()
      Return the open metadata store client. This client is from the Governance Action Framework (GAF) and is for accessing and maintaining all types of metadata.
      Returns:
      client
    • getTechnologyTypeHandler

      public TechnologyTypeHandler getTechnologyTypeHandler()
      Return the technology type handler. This client is from the Automated Curation OMVS and is for accessing technology types.
      Returns:
      client
    • getOpenGovernanceClient

      public org.odpi.openmetadata.accessservices.assetowner.client.OpenGovernanceClient getOpenGovernanceClient()
      Return the open governance client. This client is from the Governance Action Framework (GAF) and is for working with automation services.
      Returns:
      client
    • getOpenIntegrationServiceClient

      public org.odpi.openmetadata.accessservices.assetowner.client.OpenIntegrationServiceClient getOpenIntegrationServiceClient()
      Return the open integration client. This client is from the Governance Action Framework (GAF) and is for working with automation services.
      Returns:
      client
    • getGovernanceConfigurationClient

      public org.odpi.openmetadata.accessservices.assetowner.client.GovernanceConfigurationClient getGovernanceConfigurationClient()
      Return the governance configuration client. This client is from the Governance Action Framework (GAF) and is for working with automation services.
      Returns:
      client