Class OMArchiveFilesMonitorIntegrationConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
org.odpi.openmetadata.integrationservices.files.connector.FilesIntegratorConnector
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMArchiveFilesMonitorIntegrationConnector
- All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent,org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension,org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension,org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector,org.odpi.openmetadata.integrationservices.files.connector.FilesIntegratorOMISConnector
DataFilesMonitorIntegrationConnector monitors a file directory and catalogues the files it finds.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDirectoryToMonitor(String sourceName, String pathName, String catalogTargetGUID, org.odpi.openmetadata.frameworks.openmetadata.enums.DeleteMethod deleteMethod, Map<String, String> templates, Map<String, Object> configurationProperties) Creates a monitor for the target.Methods inherited from class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
refreshMethods inherited from class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
archiveFileInCatalog, disconnect, startMethods inherited from class org.odpi.openmetadata.integrationservices.files.connector.FilesIntegratorConnector
getContext, setContextMethods inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
engage, getConnectorComponentDescription, setAuditLog, setConnectorName, setContextMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeEmbeddedConnectors, initializeSecretsStoreConnector, isActive, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestampMethods inherited from interface org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension
initializeEmbeddedConnectors
-
Constructor Details
-
OMArchiveFilesMonitorIntegrationConnector
public OMArchiveFilesMonitorIntegrationConnector()
-
-
Method Details
-
createDirectoryToMonitor
public DirectoryToMonitor createDirectoryToMonitor(String sourceName, String pathName, String catalogTargetGUID, org.odpi.openmetadata.frameworks.openmetadata.enums.DeleteMethod deleteMethod, Map<String, String> templates, Map<String, throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedExceptionObject> configurationProperties) Creates a monitor for the target.- Overrides:
createDirectoryToMonitorin classDataFilesMonitorIntegrationConnector- Parameters:
sourceName- source of the pathnamepathName- pathname to the directorycatalogTargetGUID- optional catalog target GUIDdeleteMethod- should the connector use delete or archive?templates- names and GUIDs of templatesconfigurationProperties- parameters to further modify the behaviour of the connector.- Returns:
- directory to monitor structure
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-