|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CSFileSystemException | |
| blackboard.cms.filesystem | |
| blackboard.cms.filesystem.security | |
| Uses of CSFileSystemException in blackboard.cms.filesystem |
| Methods in blackboard.cms.filesystem that throw CSFileSystemException | |
void |
CSFile.setFileContentType(java.lang.String str)
Change the content type for this file. |
java.lang.String |
CSFile.getFileContentType()
Get the content type for this file. |
void |
CSFile.getFileContent(java.io.OutputStream out)
Return the content for the version this file object points to by writing to the passed OutputStream. |
java.lang.String |
CSEntryMetadata.getStandardProperty(java.lang.String key)
Returns the metadata value for Standard properties. |
void |
CSEntryMetadata.setStandardProperty(java.lang.String key,
java.lang.String value)
Sets the metadata value for Standard properties. |
java.lang.String |
CSEntryMetadata.getCustomProperty(java.lang.String key)
Returns the metadata value for Custom properties. |
void |
CSEntryMetadata.setCustomProperty(java.lang.String key,
java.lang.String value)
Sets the metadata value for Custom properties. |
void |
CSEntry.delete()
Deletes the CSEntry |
CSAccessControlEntry |
CSEntry.getAccessControlEntry(java.lang.String principalID)
Gets the explicit permissions entry for a user or user list. |
void |
CSEntry.deleteAccessControlEntry(java.lang.String principalID)
Delete the explicit permissions entry for a user or user list. |
CSAccessControlEntry[] |
CSEntry.getAccessControlEntries()
Get an array of all explicit permissions entries for the CSEntry . |
void |
CSDirectory.setQuota(long quota)
Sets the quota for this directory. |
long |
CSDirectory.getAvailableQuota()
Returns the amount of unused quota remaining on this directory in bytes. |
boolean |
CSDirectory.isQuotaLimited()
Returns true if this directory or any parent directory has a quota limit. |
java.util.List |
CSDirectory.getDirectoryContents()
Returns a List of all readable CSEntry objects which this Directory contains and are findable by navigating down the hiearchy directly. |
void |
CSCustomDirectory.setQuota(long quota)
Sets the quota for this directory. |
long |
CSCustomDirectory.getAvailableQuota()
Returns the amount of unused quota remaining on this directory in bytes. |
boolean |
CSCustomDirectory.isQuotaLimited()
Returns true if this directory or any parent directory has a quota limit. |
java.util.List |
CSCustomDirectory.getDirectoryContents()
Returns a List of all readable CSEntry objects which this Directory contains and are findable by navigating down the hiearchy directly. |
static CSContext |
CSContext.getContext(blackboard.data.user.User user)
Returns the CSContext object based on the User object supplied. |
static CSContext |
CSContext.getContext()
Returns the CSContext object. |
void |
CSContext.commit()
Commits changes for the transaction in this Context instance. |
void |
CSContext.rollback()
Rolls back changes for the transaction in this Context instance. |
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. |
CSEntry |
CSContext.findEntry(java.lang.String path)
Returns a CSEntry for the given file/directory path. |
CSFile |
CSContext.createFile(java.lang.String parentDir,
java.lang.String fileName,
java.io.InputStream is)
Creates a new File |
CSDirectory |
CSContext.createDirectory(java.lang.String parentDir,
java.lang.String dirName)
Creates a new Directory |
CSDirectory |
CSContext.getUserDirectory(blackboard.data.user.User usr)
Returns a CSDirectory representing the user's home directory. |
CSDirectory |
CSContext.getCourseDirectory(blackboard.data.course.Course crs)
Returns a CSDirectory representing the course/org home directory. |
CSDirectory |
CSContext.getCourseEReservesDirectory(blackboard.data.course.Course crs)
Returns a CSDirectory representing the course/org ereserve directory. |
java.lang.String |
CSAccessControlEntry.getPrincipalID()
Get the PrincipalID for this set of permissions. |
void |
CSAccessControlEntry.updatePermissions(boolean read,
boolean write,
boolean delete,
boolean manage)
Sets the permissions (read/write/delete/manage) for the user/users identified by the associated PrincipalID |
| Uses of CSFileSystemException in blackboard.cms.filesystem.security |
| Methods in blackboard.cms.filesystem.security that throw CSFileSystemException | |
static CSPrincipal |
CSPrincipalManager.loadByPrincipalID(java.lang.String principalID)
Returns the CSPrincipal. |
java.lang.String |
CSPrincipal.getPrincipalID()
Returns the PrincipalID (unique identifier) for this entity. |
java.lang.String |
CSPrincipal.getDisplayName()
Returns the display name for this principal. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||