Package org.alfresco.service.cmr.model
FileFolderService
These services give much simpler APIs for manipulating nodes structures
conforming to traditional file/folder trees within the data dictionary.
When using these methods please be aware that they only work with File/Folder trees linked
together by a primary association of type cm:contains. In particular these methods do not
work on the association above "company home"
FileFolderService provides the public service.
FileFolderUtil provides a utility methods.
-
Interface Summary Interface Description FileFolderService Provides methods specific to manipulatingfilesandfolders.FileInfo Common file information.SubFolderFilter Interface to determine which sub-folders to search during deep listing. -
Class Summary Class Description FileFolderUtil Higher level utility methods to be used in conjunction with the FileFolderService.FileFolderUtil.PathElementDetails A simple POJO to hold information about the folder which will be created. -
Enum Summary Enum Description FileFolderServiceType The type for a file folder -
Exception Summary Exception Description FileExistsException Common exception thrown when an operation fails because of a name clash.FileNotFoundException Common, checked exception thrown when a file or folder could not be found