Interface FilingProxyManager

All Superinterfaces:
AutoCloseable, Closeable, FilingProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface FilingProxyManager extends OsidProxyManager, FilingProfile

The filing manager provides access sessions to retrieve and manage files and directories. A manager may support federation in that files and directories can be accessed by a specified path. Methods in this manager support the passing of a Proxy to pass information from server environments. The sessions included in this manager are:

  • FileSystemSession : a session for traversing file systems
  • FileSystemManagementSession : a session for performing operations across directories
  • FileContentSession : a basic session for reading and writing a file
  • FileLookupSession: a session for looking up files
  • FileQuerySession : a session for searching for files
  • FileSearchSession : a session for searching for files
  • FileNotificationSession : a session for subscribing to changes in files
  • FileSmartDirectorySession : a session for managing smart directories of files
  • DirectoryLookupSession : a session for looking up a directories
  • DirectorQuerySession : a session for searching for directories
  • DirectorySearchSession : a session for searching for directories
  • DirectoryNotificationSession : a session for subscribing to changes in directories