Class FilesystemStorageAction
java.lang.Object
com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction<File>
com.kingsrook.qqq.backend.module.filesystem.local.actions.AbstractFilesystemAction
com.kingsrook.qqq.backend.module.filesystem.local.actions.FilesystemStorageAction
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction
backendVariantRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOutputStream
(StorageInput storageInput) getDownloadURL
(StorageInput storageInput) getInputStream
(StorageInput storageInput) Methods inherited from class com.kingsrook.qqq.backend.module.filesystem.local.actions.AbstractFilesystemAction
deleteFile, getFileCreateDate, getFileModifyDate, getFileSize, getFullPathForFile, listFiles, moveFile, readFile, stripBackendAndTableBasePathsFromFileName, writeFile
Methods inherited from class com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction
addBackendDetailsToRecord, addBackendDetailsToRecords, executeCount, executeDelete, executeInsert, executeQuery, getBackendMetaData, getFullBasePath, getTableBackendDetails, isPathEqualsCriteria, listFiles, postAction, preAction, stripDuplicatedSlashes, stripLeadingSlash, stripTrailingSlash, writeFile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.interfaces.QStorageInterface
makePublic
-
Constructor Details
-
FilesystemStorageAction
public FilesystemStorageAction()
-
-
Method Details
-
createOutputStream
- Specified by:
createOutputStream
in interfaceQStorageInterface
- Throws:
QException
-
getInputStream
- Specified by:
getInputStream
in interfaceQStorageInterface
- Throws:
QException
-
getDownloadURL
- Specified by:
getDownloadURL
in interfaceQStorageInterface
- Throws:
QException
-