Class DataFilesMonitorIntegrationProvider

All Implemented Interfaces:
AuditLoggingComponent

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

    • FILE_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY

      public static final String FILE_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY
      The optional qualified name of a data asset used for cataloguing files. If this is null, no template is used.
      See Also:
    • DIRECTORY_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY

      public static final String DIRECTORY_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY
      The optional qualified name of a data asset used for cataloguing directories (folders). If it is null, no template is used.
      See Also:
    • ALLOW_CATALOG_DELETE_CONFIGURATION_PROPERTY

      public static final String ALLOW_CATALOG_DELETE_CONFIGURATION_PROPERTY
      An optional boolean flag to indicate whether the connector should delete the catalog entry for files that have been deleted (true) or just archive them (false - the default).
      See Also:
    • 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

    • DataFilesMonitorIntegrationProvider

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