Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web ServicesBack to Alfresco Content Management Web Services.
NOTE: This web service is not yet implemented
The FileSystem web service contains helpful methods that allow the easy manipulation of files (nodes of type folder) and files (nodes of type content).
An enum of the file system item types.
Get the file system info for a reference.
FileSystemInfo getFileSystemInfo(Reference reference)
Parameters:
Return:
List the children of a file or folder.
FileSystemInfo[] list(Reference parentReference, FileSystemInfoType filter)
Parameters:
Return:
Peform a search against the name of the files of folders within a hierarchy. Wildcard characters are * and ?.
FileSystemInfo[] search(Reference contextReference, stirng namePattern, FileSystemInfoType filter, boolean includeSubFolders)
Parameters:
Return:
Rename a file or folder is its current location.
FileSystemInfo rename(Reference reference, string newName)
Parameters:
Return:
Move a file or folder to a new location and optionally rename.
FileSystemInfo move(Reference reference, Reference destination, string newName)
Parameters:
Return:
Copy a file or folder to a new location and optionally rename.
FileSystemInfo copy(Reference reference, Reference destination, string newName)
Parameters:
Return:
Create a new file or folder in a desintation folder.
FileSystemInfo create(Reference parent, string name, string type)
Parameters:
Return:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.