Uses of Class
blackboard.cms.filesystem.CSEntry

Packages that use CSEntry
blackboard.cms.filesystem   
 

Uses of CSEntry in blackboard.cms.filesystem
 

Subclasses of CSEntry in blackboard.cms.filesystem
 class CSCustomDirectory
          A directory in the system.
 class CSDirectory
          A directory in the system.
 class CSFile
          An object for a file in the file system.
 

Methods in blackboard.cms.filesystem that return CSEntry
 CSEntry CSContext.findEntry(java.lang.String path)
          Returns a CSEntry for the given file/directory path.
 

Methods in blackboard.cms.filesystem with parameters of type CSEntry
 boolean CSContext.canRead(CSEntry cse)
          Checks whether read permission is granted for the CSEntry named and in this Context instance.
 boolean CSContext.canWrite(CSEntry cse)
          Checks whether write permission is granted for the CSEntry named and in this Context instance.
 boolean CSContext.canDelete(CSEntry cse)
          Checks whether delete permission is granted for the CSEntry named and in this Context instance.
 boolean CSContext.canManage(CSEntry cse)
          Checks whether manage permission is granted for the CSEntry named and in this Context instance.
 boolean CSContext.isOwner(CSEntry cse)
          Checks whether the user identified by the Context instance is the owner of the file named.
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.