Class CocoClinicalTrialHospitalOnboardingService

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, GovernanceActionService

public class CocoClinicalTrialHospitalOnboardingService extends CocoClinicalTrialBaseService
Responsible for setting up the landing area and associated listeners for a new hospital joining a clinical trial. This includes:
  • Create a new directory for the incoming files in the landing area.
  • Creating the file folder for this directory.
  • Adding a catalog target to the landing area integration connector to catalog new files in the landing area.
  • Adding a watchdog process to monitor for newly catalogued files in the landing area and initiate the onboarding process.
  • Constructor Details

    • CocoClinicalTrialHospitalOnboardingService

      public CocoClinicalTrialHospitalOnboardingService()
  • 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.