Interface FileSystemItemManager

All Known Implementing Classes:
FileSystemItemManagerImpl

public interface FileSystemItemManager
Provides an API to manage usual file system operations on a FileSystemItem given its id. Allows the following actions:
  • Read
  • Read children
  • Read descendants
  • Create
  • Update
  • Delete
  • Rename
  • Move
Author:
Antoine Taillefer
See Also: