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.

See:
          Description

Interface Summary
FileFolderService Provides methods specific to manipulating files and folders.
FileInfo Common file information.
SubFolderFilter Interface to determine which sub-folders to search during deep listing.
 

Class Summary
FileFolderServiceType The type for a file folder
FileFolderUtil Higher level utility methods to be used in conjunction with the FileFolderService.
 

Exception Summary
FileExistsException Common, checked 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
 

Package org.alfresco.service.cmr.model Description

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.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.