Uses of Class
org.alfresco.service.cmr.model.FileNotFoundException
Packages that use FileNotFoundException
Package
Description
The implementation of the Alfresco Imap Server
FileFolderService
-
Uses of FileNotFoundException in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap that throw FileNotFoundExceptionModifier and TypeMethodDescriptionprotected longAlfrescoImapFolder.appendMessageInternal(jakarta.mail.internet.MimeMessage message, jakarta.mail.Flags flags, Date internalDate) Appends message to the folder.protected longAlfrescoImapFolder.copyMessageInternal(long uid, com.icegreen.greenmail.store.MailFolder toFolder) Copies message with the given UID to the specifiedMailFolder. -
Uses of FileNotFoundException in org.alfresco.repo.model.filefolder
Methods in org.alfresco.repo.model.filefolder that throw FileNotFoundExceptionModifier and TypeMethodDescriptionintFileFolderLoader.createFiles(String folderPath, int fileCount, int filesPerTxn, long minFileSize, long maxFileSize, long maxUniqueDocuments, boolean forceBinaryStorage, int descriptionCount, long descriptionSize) Attempt to create a given number of text files within a specified folder.FileFolderServiceImpl.getNameOnlyPath(NodeRef rootNodeRef, NodeRef nodeRef) Get the file or folder names from the root down to and including the node provided.FileFolderServiceImpl.getNamePath(NodeRef rootNodeRef, NodeRef nodeRef) Get the file or folder information from the root down to and including the node provided.FileFolderServiceImpl.move(NodeRef sourceNodeRef, NodeRef sourceParentRef, NodeRef targetParentRef, String newName) Deprecated.FileFolderServiceImpl.moveFrom(NodeRef sourceNodeRef, NodeRef sourceParentRef, NodeRef targetParentRef, String newName) FileFolderServiceImpl.resolveNamePath(NodeRef rootNodeRef, List<String> pathElements) FileFolderServiceImpl.resolveNamePath(NodeRef rootNodeRef, List<String> pathElements, boolean mustExist) -
Uses of FileNotFoundException in org.alfresco.repo.model.filefolder.traitextender
Methods in org.alfresco.repo.model.filefolder.traitextender that throw FileNotFoundException -
Uses of FileNotFoundException in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml that throw FileNotFoundExceptionModifier and TypeMethodDescriptionvoidMultilingualContentServiceImpl.moveTranslationContainer(NodeRef mlContainerNodeRef, NodeRef newParentRef) -
Uses of FileNotFoundException in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that throw FileNotFoundExceptionModifier and TypeMethodDescriptionXSLTFunctions.parseXMLDocument(NodeRef root, String repoPath) Deprecated. -
Uses of FileNotFoundException in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that throw FileNotFoundException -
Uses of FileNotFoundException in org.alfresco.service.cmr.ml
Methods in org.alfresco.service.cmr.ml that throw FileNotFoundExceptionModifier and TypeMethodDescriptionMultilingualContentService.copyTranslationContainer(NodeRef mlContainerNodeRef, NodeRef newParentRef, String prefixName) Copies the given cm:mlContainer.voidMultilingualContentService.moveTranslationContainer(NodeRef mlContainerNodeRef, NodeRef newParentRef) Moves the location of the given cm:mlContainer. -
Uses of FileNotFoundException in org.alfresco.service.cmr.model
Methods in org.alfresco.service.cmr.model that throw FileNotFoundExceptionModifier and TypeMethodDescriptionCopy a source file or folder.FileFolderService.getNameOnlyPath(NodeRef rootNodeRef, NodeRef nodeRef) Get the file or folder names from the root down to and including the node provided.FileFolderService.getNamePath(NodeRef rootNodeRef, NodeRef nodeRef) Get the file or folder information from the root down to and including the node provided.Move a file or folder to a new name and/or location.FileFolderService.move(NodeRef sourceNodeRef, NodeRef sourceParentRef, NodeRef targetParentRef, String newName) Deprecated.FileFolderService.moveFrom(NodeRef sourceNodeRef, NodeRef sourceParentRef, NodeRef targetParentRef, String newName) Move a file or folder to a new name and/or location.Rename a file or folder in its current locationFileFolderService.resolveNamePath(NodeRef rootNodeRef, List<String> pathElements) Resolve a file or folder name path from a given root node down to the final node.FileFolderService.resolveNamePath(NodeRef rootNodeRef, List<String> pathElements, boolean mustExist) Resolve a file or folder name path from a given root node down to the final node.
FileFolderService.moveFrom(NodeRef, NodeRef, NodeRef, String)orFileFolderService.move(NodeRef, NodeRef, String).