Class CocoClinicalTrialSetUpDataLakeService

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, GovernanceActionService

public class CocoClinicalTrialSetUpDataLakeService extends GeneralGovernanceActionService
Responsible for setting up the mechanisms that support the smooth operation of a clinical trial. This includes:
  • Creating a new volume in the data lake catalog (Unity Catalog).
  • Optionally, linking the new asset created for the volume to the integration connector that maintains the last update date.
  • Constructor Details

    • CocoClinicalTrialSetUpDataLakeService

      public CocoClinicalTrialSetUpDataLakeService()
  • Method Details

    • start

      public void start() throws ConnectorCheckedException
      Indicates that the governance action service is completely configured and can begin processing. This is a standard method from the Open Connector Framework (OCF) so be sure to call super.start() at the start of your overriding version.
      Overrides:
      start in class GeneralGovernanceActionService
      Throws:
      ConnectorCheckedException - there is a problem within the governance action service.