Class DataFilesMonitorIntegrationProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorProvider
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
- All Implemented Interfaces:
- AuditLoggingComponent
DataFilesMonitorIntegrationProvider is the OCF connector provider for the Data Files Monitor Integration Connector.
 This is one of the basic files integration connectors.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAn optional boolean flag to indicate that all files should be catalogued, whether they are classified or not.static final StringThe name of the catalog target that contains the directory to monitor.static final StringAn 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.static final StringAn 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.static final StringAn 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.Fields inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorProvidercatalogTargets, supportedAssetTypeNameFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBaseauditLog, connectorInterfaces, connectorTypeBeanFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvidersupportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- 
Method SummaryMethods inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorProvidergetCatalogTargets, getRefreshTimeInterval, getUsesBlockingCalls, setRefreshTimeInterval, setUsesBlockingCallsMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBaseequals, getClassForConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvidergetSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
- 
Field Details- 
CATALOG_ALL_FILES_CONFIGURATION_PROPERTYAn optional boolean flag to indicate that all files should be catalogued, whether they are classified or not.- See Also:
 
- 
TO_DO_TEMPLATE_CONFIGURATION_PROPERTYAn 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_PROPERTYAn 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_PROPERTYAn 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_NAMEThe name of the catalog target that contains the directory to monitor.- See Also:
 
 
- 
- 
Constructor Details- 
DataFilesMonitorIntegrationProviderpublic DataFilesMonitorIntegrationProvider()Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
 
-