Class DataFolderMonitorIntegrationProvider

All Implemented Interfaces:
AuditLoggingComponent

public class DataFolderMonitorIntegrationProvider extends IntegrationConnectorProvider
DataFolderMonitorIntegrationProvider is the OCF connector provider for the Data Folder Monitor Integration Connector. This is one of the basic files integration connectors.
  • Field Details

    • CATALOG_ALL_FILES_CONFIGURATION_PROPERTY

      public static final String CATALOG_ALL_FILES_CONFIGURATION_PROPERTY
      An optional boolean flag to indicate that all files should be catalogued, whether they are classified or not.
      See Also:
    • TO_DO_TEMPLATE_CONFIGURATION_PROPERTY

      public static final String TO_DO_TEMPLATE_CONFIGURATION_PROPERTY
      An optional qualified name of a template To Do entity that is created if there is confusion identifying the correct reference data for a file being catalogued.
      See Also:
    • INCIDENT_REPORT_TEMPLATE_CONFIGURATION_PROPERTY

      public static final String INCIDENT_REPORT_TEMPLATE_CONFIGURATION_PROPERTY
      An optional qualified name of a template Incident Report entity that is created if there is confusion identifying the correct reference data for a file being catalogued.
      See Also:
    • WAIT_FOR_DIRECTORY_CONFIGURATION_PROPERTY

      public static final String WAIT_FOR_DIRECTORY_CONFIGURATION_PROPERTY
      An optional flag that instructs the connector to wait for the monitoring directory to be created if it does not exist rather than throwing an exception to force the integration connector into failed state. It can be set to any value - just defining the property causes the connector to wait.
      See Also:
    • CATALOG_TARGET_NAME

      public static final String CATALOG_TARGET_NAME
      The name of the catalog target that contains the directory to monitor.
      See Also:
  • Constructor Details

    • DataFolderMonitorIntegrationProvider

      public DataFolderMonitorIntegrationProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.