Class OMArchiveFilesMonitorForTarget

All Implemented Interfaces:
org.odpi.openmetadata.frameworks.integration.filelistener.FileDirectoryListenerInterface, org.odpi.openmetadata.frameworks.integration.filelistener.FileListenerInterface

public class OMArchiveFilesMonitorForTarget extends DataFilesMonitorForTarget
  • Constructor Details

    • OMArchiveFilesMonitorForTarget

      public OMArchiveFilesMonitorForTarget(String connectorName, String sourceName, String pathName, String catalogTargetGUID, org.odpi.openmetadata.frameworks.openmetadata.enums.DeleteMethod deleteMethod, Map<String,String> templates, Map<String,Object> configurationProperties, BasicFilesMonitorIntegrationConnectorBase integrationConnector, org.odpi.openmetadata.frameworks.openmetadata.metadataelements.FileFolderElement dataFolderElement, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
      Construct the monitor for a specific catalog target.
      Parameters:
      connectorName - name of associated connector
      sourceName - source of the pathname
      pathName - pathname to the directory
      catalogTargetGUID - optional catalog target GUID
      deleteMethod - should the connector use delete or archive?
      templates - names and GUIDs of templates
      configurationProperties - parameters to further modify the behaviour of the connector
      integrationConnector - associated connector
      dataFolderElement - Egeria element for this directory
      auditLog - logging destination