Class SFTPQueryAction
java.lang.Object
com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction<SFTPDirEntryWithPath>
com.kingsrook.qqq.backend.module.filesystem.sftp.actions.AbstractSFTPAction
com.kingsrook.qqq.backend.module.filesystem.sftp.actions.SFTPQueryAction
- All Implemented Interfaces:
BaseQueryInterface,QueryInterface
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction
backendVariantRecord -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.module.filesystem.sftp.actions.AbstractSFTPAction
deleteFile, getFileCreateDate, getFileModifyDate, getFileSize, getFullPathForFile, getSftpClient, listFiles, makeConnection, moveFile, pemStringToDecodedBytes, postAction, preAction, readFile, writeFileMethods inherited from class com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction
addBackendDetailsToRecord, addBackendDetailsToRecords, executeCount, executeDelete, executeInsert, executeQuery, getBackendMetaData, getFullBasePath, getTableBackendDetails, isPathEqualsCriteria, listFiles, stripBackendAndTableBasePathsFromFileName, stripDuplicatedSlashes, stripLeadingSlash, stripTrailingSlash, writeFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.actions.interfaces.BaseQueryInterface
cancelAction, getQueryStat, setQueryStat, setQueryStatFirstResultTime
-
Constructor Details
-
SFTPQueryAction
public SFTPQueryAction()
-
-
Method Details
-
execute
- Specified by:
executein interfaceQueryInterface- Throws:
QException
-