TYPO3  7.6
ResourceStorage Member List

This is the complete list of members for ResourceStorage, including all inherited members.

$capabilitiesResourceStorageprotected
$configurationResourceStorageprotected
$driverResourceStorageprotected
$evaluatePermissionsResourceStorageprotected
$fileAndFolderNameFiltersResourceStorageprotected
$fileMountsResourceStorageprotected
$fileProcessingServiceResourceStorageprotected
$isDefaultResourceStorageprotected
$isOnlineResourceStorageprotected
$processingFolderResourceStorageprotected
$processingFoldersResourceStorageprotected
$signalSlotDispatcherResourceStorageprotected
$storageRecordResourceStorageprotected
$userPermissionsResourceStorageprotected
__construct(Driver\DriverInterface $driver, array $storageRecord)ResourceStorage
addFile($localFilePath, Folder $targetFolder, $targetFileName= '', $conflictMode=DuplicationBehavior::RENAME)ResourceStorage
addFileAndFolderNameFilter($filter)ResourceStorage
addFileMount($folderIdentifier, $additionalData=array())ResourceStorage
addUploadedFile(array $uploadedFileData, Folder $targetFolder=null, $targetFileName=null, $conflictMode=DuplicationBehavior::CANCEL)ResourceStorage
assureFileAddPermissions($targetFolder, $targetFileName)ResourceStorageprotected
assureFileCopyPermissions(FileInterface $file, Folder $targetFolder, $targetFileName)ResourceStorageprotected
assureFileDeletePermissions(FileInterface $file)ResourceStorageprotected
assureFileMovePermissions(FileInterface $file, Folder $targetFolder, $targetFileName)ResourceStorageprotected
assureFileReadPermission(FileInterface $file)ResourceStorageprotected
assureFileRenamePermissions(FileInterface $file, $targetFileName)ResourceStorageprotected
assureFileReplacePermissions(FileInterface $file)ResourceStorageprotected
assureFileUploadPermissions($localFilePath, $targetFolder, $targetFileName, $uploadedFileSize)ResourceStorageprotected
assureFileWritePermissions(FileInterface $file)ResourceStorageprotected
assureFolderCopyPermissions(FolderInterface $folderToCopy, FolderInterface $targetParentFolder)ResourceStorageprotected
assureFolderDeletePermission(Folder $folder, $checkDeleteRecursively)ResourceStorageprotected
assureFolderMovePermissions(FolderInterface $folderToMove, FolderInterface $targetParentFolder)ResourceStorageprotected
assureFolderReadPermission(Folder $folder=null)ResourceStorageprotected
autoExtractMetadataEnabled()ResourceStorage
CAPABILITY_BROWSABLEResourceStorageInterface
CAPABILITY_PUBLICResourceStorageInterface
CAPABILITY_WRITABLEResourceStorageInterface
checkFileActionPermission($action, FileInterface $file)ResourceStorage
checkFileExtensionPermission($fileName)ResourceStorageprotected
checkFolderActionPermission($action, Folder $folder=null)ResourceStorage
checkUserActionPermission($action, $type)ResourceStorage
copyFile(FileInterface $file, Folder $targetFolder, $targetFileName=null, $conflictMode=DuplicationBehavior::RENAME)ResourceStorage
copyFolder(FolderInterface $folderToCopy, FolderInterface $targetParentFolder, $newFolderName=null, $conflictMode=DuplicationBehavior::RENAME)ResourceStorage
copyFolderBetweenStorages(Folder $folderToCopy, Folder $targetParentFolder, $newFolderName)ResourceStorageprotected
countFilesInFolder(Folder $folder, $useFilters=true, $recursive=false)ResourceStorage
countFoldersInFolder(Folder $folder, $useFilters=true, $recursive=false)ResourceStorage
createFile($fileName, Folder $targetFolderObject)ResourceStorage
createFolder($folderName, Folder $parentFolder=null)ResourceStorage
DEFAULT_ProcessingFolderResourceStorageInterface
deleteFile($fileObject)ResourceStorage
deleteFolder($folderObject, $deleteRecursively=false)ResourceStorage
dumpFileContents(FileInterface $file, $asDownload=false, $alternativeFilename=null, $overrideMimeType=null)ResourceStorage
emitPostFileAddSignal(FileInterface $file, Folder $targetFolder)ResourceStorageprotected
emitPostFileCopySignal(FileInterface $file, Folder $targetFolder)ResourceStorageprotected
emitPostFileCreateSignal($newFileIdentifier, Folder $targetFolder)ResourceStorageprotected
emitPostFileDeleteSignal(FileInterface $file)ResourceStorageprotected
emitPostFileMoveSignal(FileInterface $file, Folder $targetFolder, Folder $originalFolder)ResourceStorageprotected
emitPostFileRenameSignal(FileInterface $file, $targetFolder)ResourceStorageprotected
emitPostFileReplaceSignal(FileInterface $file, $localFilePath)ResourceStorageprotected
emitPostFileSetContentsSignal(FileInterface $file, $content)ResourceStorageprotected
emitPostFolderAddSignal(Folder $folder)ResourceStorageprotected
emitPostFolderCopySignal(Folder $folder, Folder $targetFolder, $newName)ResourceStorageprotected
emitPostFolderDeleteSignal(Folder $folder)ResourceStorageprotected
emitPostFolderMoveSignal(Folder $folder, Folder $targetFolder, $newName, Folder $originalFolder)ResourceStorageprotected
emitPostFolderRenameSignal(Folder $folder, $newName)ResourceStorageprotected
emitPreFileAddSignal($targetFileName, Folder $targetFolder, $sourceFilePath)ResourceStorageprotected
emitPreFileCopySignal(FileInterface $file, Folder $targetFolder)ResourceStorageprotected
emitPreFileDeleteSignal(FileInterface $file)ResourceStorageprotected
emitPreFileMoveSignal(FileInterface $file, Folder $targetFolder)ResourceStorageprotected
emitPreFileRenameSignal(FileInterface $file, $targetFolder)ResourceStorageprotected
emitPreFileReplaceSignal(FileInterface $file, $localFilePath)ResourceStorageprotected
emitPreFolderAddSignal(Folder $targetFolder, $name)ResourceStorageprotected
emitPreFolderCopySignal(Folder $folder, Folder $targetFolder, $newName)ResourceStorageprotected
emitPreFolderDeleteSignal(Folder $folder)ResourceStorageprotected
emitPreFolderMoveSignal(Folder $folder, Folder $targetFolder, $newName)ResourceStorageprotected
emitPreFolderRenameSignal(Folder $folder, $newName)ResourceStorageprotected
emitPreGeneratePublicUrlSignal(ResourceInterface $resourceObject, $relativeToCurrentScript, array $urlData)ResourceStorageprotected
emitSanitizeFileNameSignal($fileName, Folder $targetFolder)ResourceStorageprotected
getCapabilities()ResourceStorage
getConfiguration()ResourceStorage
getDefaultFolder()ResourceStorage
getDriver()ResourceStorageprotected
getDriverType()ResourceStorage
getEvaluatePermissions()ResourceStorage
getFile($identifier)ResourceStorage
getFileAndFolderNameFilters()ResourceStorage
getFileContents($file)ResourceStorage
getFileFactory()ResourceStorageprotected
getFileForLocalProcessing(FileInterface $fileObject, $writable=true)ResourceStorage
getFileIdentifiersInFolder($folderIdentifier, $useFilters=true, $recursive=false)ResourceStorage
getFileIndexRepository()ResourceStorageprotected
getFileInfo(FileInterface $fileObject)ResourceStorage
getFileInfoByIdentifier($identifier, array $propertiesToExtract=array())ResourceStorage
getFileInFolder($fileName, Folder $folder)ResourceStorage
getFileMounts()ResourceStorage
getFileProcessingService()ResourceStorageprotected
getFilesInFolder(Folder $folder, $start=0, $maxNumberOfItems=0, $useFilters=true, $recursive=false, $sort= '', $sortRev=false)ResourceStorage
getFolder($identifier, $returnInaccessibleFolderObject=false)ResourceStorage
getFolderIdentifierFromFileIdentifier($fileIdentifier)ResourceStorage
getFolderIdentifiersInFolder($folderIdentifier, $useFilters=true, $recursive=false)ResourceStorage
getFolderInFolder($folderName, Folder $parentFolder, $returnInaccessibleFolderObject=false)ResourceStorage
getFoldersInFolder(Folder $folder, $start=0, $maxNumberOfItems=0, $useFilters=true, $recursive=false, $sort= '', $sortRev=false)ResourceStorage
getIndexer()ResourceStorageprotected
getName()ResourceStorage
getObjectManager()ResourceStorageprotected
getProcessingFolder()ResourceStorage
getPublicUrl(ResourceInterface $resourceObject, $relativeToCurrentScript=false)ResourceStorage
getRole(FolderInterface $folder)ResourceStorage
getRootLevelFolder($respectFileMounts=true)ResourceStorage
getSignalSlotDispatcher()ResourceStorageprotected
getStorageRecord()ResourceStorage
getUid()ResourceStorage
getUniqueName(Folder $folder, $theFile, $dontCheckForUnique=false)ResourceStorageprotected
hasCapability($capability)ResourceStorageprotected
hasChildren()ResourceStorage
hasFile($identifier)ResourceStorage
hasFileInFolder($fileName, Folder $folder)ResourceStorage
hasFolder($identifier)ResourceStorage
hasFolderInFolder($folderName, Folder $folder)ResourceStorage
hashFile(FileInterface $fileObject, $hash)ResourceStorage
hashFileByIdentifier($fileIdentifier, $hash)ResourceStorage
isBrowsable()ResourceStorage
isDefault()ResourceStorage
isOnline()ResourceStorage
isProcessingFolder(Folder $folder)ResourceStorage
isPublic()ResourceStorage
isWithinFileMountBoundaries($subject, $checkWriteAccess=false)ResourceStorage
isWithinFolder(Folder $folder, ResourceInterface $resource)ResourceStorage
isWithinProcessingFolder($identifier)ResourceStorage
isWritable()ResourceStorage
markAsPermanentlyOffline()ResourceStorage
markAsTemporaryOffline()ResourceStorage
moveFile($file, $targetFolder, $targetFileName=null, $conflictMode=DuplicationBehavior::RENAME)ResourceStorage
moveFolder(Folder $folderToMove, Folder $targetParentFolder, $newFolderName=null, $conflictMode=DuplicationBehavior::RENAME)ResourceStorage
moveFolderBetweenStorages(Folder $folderToMove, Folder $targetParentFolder, $newFolderName)ResourceStorageprotected
processFile(FileInterface $fileObject, $context, array $configuration)ResourceStorage
renameFile($file, $targetFileName)ResourceStorage
renameFolder($folderObject, $newName)ResourceStorage
replaceFile(FileInterface $file, $localFilePath)ResourceStorage
resetFileAndFolderNameFiltersToDefault()ResourceStorage
sanitizeFileName($fileName, Folder $targetFolder=null)ResourceStorage
setConfiguration(array $configuration)ResourceStorage
setDefault($isDefault)ResourceStorage
setDriver(Driver\DriverInterface $driver)ResourceStorage
setEvaluatePermissions($evaluatePermissions)ResourceStorage
setFileAndFolderNameFilters(array $filters)ResourceStorage
setFileContents(AbstractFile $file, $contents)ResourceStorage
setUserPermissions(array $userPermissions)ResourceStorage
SIGNAL_PostFileAddResourceStorageInterface
SIGNAL_PostFileCopyResourceStorageInterface
SIGNAL_PostFileCreateResourceStorageInterface
SIGNAL_PostFileDeleteResourceStorageInterface
SIGNAL_PostFileMoveResourceStorageInterface
SIGNAL_PostFileRenameResourceStorageInterface
SIGNAL_PostFileReplaceResourceStorageInterface
SIGNAL_PostFileSetContentsResourceStorageInterface
SIGNAL_PostFolderAddResourceStorageInterface
SIGNAL_PostFolderCopyResourceStorageInterface
SIGNAL_PostFolderDeleteResourceStorageInterface
SIGNAL_PostFolderMoveResourceStorageInterface
SIGNAL_PostFolderRenameResourceStorageInterface
SIGNAL_PreFileAddResourceStorageInterface
SIGNAL_PreFileCopyResourceStorageInterface
SIGNAL_PreFileDeleteResourceStorageInterface
SIGNAL_PreFileMoveResourceStorageInterface
SIGNAL_PreFileRenameResourceStorageInterface
SIGNAL_PreFileReplaceResourceStorageInterface
SIGNAL_PreFolderAddResourceStorageInterface
SIGNAL_PreFolderCopyResourceStorageInterface
SIGNAL_PreFolderDeleteResourceStorageInterface
SIGNAL_PreFolderMoveResourceStorageInterface
SIGNAL_PreFolderRenameResourceStorageInterface
SIGNAL_PreGeneratePublicUrlResourceStorageInterface
SIGNAL_SanitizeFileNameResourceStorageInterface
unsetFileAndFolderNameFilters()ResourceStorage
updateProcessedFile($localFilePath, ProcessedFile $processedFile, Folder $processingFolder=null)ResourceStorage
usesCaseSensitiveIdentifiers()ResourceStorage