A B C D F G H I K L M N P R S U V W X _

A

APPROVED - Static variable in class blackboard.cms.lrngobj.LOItem.Status
 
associateFormWithEntities(Id, List<String>) - Method in interface blackboard.cms.metadata.CSFormManager
Creates an association between a Form and OperatingUnits; this Form will only be available to the given OU's.

B

blackboard.cms.bookmark - package blackboard.cms.bookmark
 
blackboard.cms.filesystem - package blackboard.cms.filesystem
 
blackboard.cms.filesystem.security - package blackboard.cms.filesystem.security
 
blackboard.cms.lrngobj - package blackboard.cms.lrngobj
 
blackboard.cms.metadata - package blackboard.cms.metadata
 
blackboard.cms.portfolio - package blackboard.cms.portfolio
 
blackboard.cms.workflow - package blackboard.cms.workflow
 
Bookmark - Class in blackboard.cms.bookmark
The Bookmark class provides a representation of a Bookmark within the Blackboard application.
Bookmark() - Constructor for class blackboard.cms.bookmark.Bookmark
Creates an instance of Bookmark with default property values.
BookmarkManager - Class in blackboard.cms.bookmark
The BookmarkManager class provides a representation of a BookmarkManager within the Blackboard application.
BookmarkManager() - Constructor for class blackboard.cms.bookmark.BookmarkManager
 

C

calculatePrincipalID(Course, Group) - Static method in class blackboard.cms.filesystem.security.CourseGroupPrincipal
Returns a string that represents the Principal ID
calculatePrincipalID(Course) - Static method in class blackboard.cms.filesystem.security.CoursePrincipal
Returns a string that represents the Course Principal ID
calculatePrincipalID(Course, CourseMembership.Role) - Static method in class blackboard.cms.filesystem.security.CourseRolePrincipal
Returns a string that represents the Principal ID.
calculatePrincipalID(PortalRole) - Static method in class blackboard.cms.filesystem.security.PortalRolePrincipal
Returns a string that represents the Portal Role Principal ID
calculatePrincipalID(Portfolio) - Static method in class blackboard.cms.filesystem.security.PortfolioPrincipal
Returns a string that represents the Portfolio Principal ID
calculatePrincipalID(User.SystemRole) - Static method in class blackboard.cms.filesystem.security.SystemRolePrincipal
Returns a string that represents the System Role Principal ID
calculatePrincipalID(User) - Static method in class blackboard.cms.filesystem.security.UserPrincipal
Returns a string that represents the User Principal ID
canDelete() - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Is this file/directory deleteable by the user/users identified by the associated PrincipalID
canDelete(CSEntry) - Method in class blackboard.cms.filesystem.CSContext
Checks whether delete permission is granted for the CSEntry named and in this Context instance.
canManage() - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Is this file/directory manageable by the user/users identified by the associated PrincipalID
canManage(CSEntry) - Method in class blackboard.cms.filesystem.CSContext
Checks whether manage permission is granted for the CSEntry named and in this Context instance.
canRead() - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Is this file/directory readable by the user/users identified by the associated PrincipalID
canRead(CSEntry) - Method in class blackboard.cms.filesystem.CSContext
Checks whether read permission is granted for the CSEntry named and in this Context instance.
canWrite() - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Is this file/directory writeable by the user/users identified by the associated PrincipalID
canWrite(CSEntry) - Method in class blackboard.cms.filesystem.CSContext
Checks whether write permission is granted for the CSEntry named and in this Context instance.
COLLISION - Static variable in interface blackboard.cms.metadata.MetadataManager
 
commit() - Method in class blackboard.cms.filesystem.CSContext
Commits changes for the transaction in this Context instance.
compareTo(Object) - Method in class blackboard.cms.workflow.Workflow.Priority
Deprecated.  
ContentSystemHelperImpl - Class in blackboard.cms.filesystem
Implementation for Content System Helper class.
ContentSystemHelperImpl() - Constructor for class blackboard.cms.filesystem.ContentSystemHelperImpl
 
convertFromProperties(Properties) - Method in interface blackboard.cms.metadata.MetadataManager
Creates a XythosMetadata container based on the provide Properties object.
convertToProperties(XythosMetadata) - Method in interface blackboard.cms.metadata.MetadataManager
Creates a Properties object mapping to metadata attributes.
convertToProperties(List<XythosMetadata>) - Method in interface blackboard.cms.metadata.MetadataManager
Creates a Properties object mapping to metadata attributes.
copyFileToCSWithAutomaticRename(String, File, File) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 
copyHeavyForm(Form, String, String, String, Connection) - Method in interface blackboard.cms.metadata.CSFormManager
Copy the form (using FormUtil's copyHeavyForm behind the scenes), but also copy the FormUnitAssociations for this form using the connection provided
copyHeavyForm(Form, String, String, String) - Method in interface blackboard.cms.metadata.CSFormManager
Copy the form (using FormUtil's copyHeavyForm behind the scenes), but also copy the FormUnitAssociations for this form
copyLocalFileToCS(File, String, boolean) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
This method wraps a call to CSFileExporter so that all copy methods to and from CS are gathered in one interface.
copyToLocalFileSystem(String, File) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
Perists source to designated target.
copyToLocalFileSystem(String, String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 
CourseGroupPrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a CSGroupPrincipal for a given Course
CoursePrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a Content System principal for the specified course.
CourseRolePrincipal - Class in blackboard.cms.filesystem.security
The CourseRolePrincipal class provides a representation of a Principal, an entity to which filesystem access permissions may be granted , in terms of its associated relationship to a CourseMembership.Role and a Course within the Blackboard Content System.
createCustomDefinition(String, String, DataType, PropertyAttributeDefinition.ValueType, String, boolean, boolean, boolean) - Static method in class blackboard.cms.metadata.MetadataAttributeUtil
 
createDirectory(String, String) - Method in class blackboard.cms.filesystem.CSContext
Creates a new Directory
createEnumeratedDefinition(String, String, DataType, PropertyAttributeDefinition.ValueType, String, boolean, boolean, boolean) - Static method in class blackboard.cms.metadata.MetadataAttributeUtil
 
createFile(String, String, InputStream) - Method in class blackboard.cms.filesystem.CSContext
Creates a new File
createInstance(Course, Group) - Static method in class blackboard.cms.filesystem.security.CourseGroupPrincipal
Create an instance of CourseGroupPrincipal
createInstance(Course) - Static method in class blackboard.cms.filesystem.security.CoursePrincipal
Create an instance of CoursePrincipal
createInstance(Course, CourseMembership.Role) - Static method in class blackboard.cms.filesystem.security.CourseRolePrincipal
Creates an instance of CourseRolePrincipal from Course and CourseMembership.Role attributes.
createInstance(PortalRole) - Static method in class blackboard.cms.filesystem.security.PortalRolePrincipal
Create an instance of PortalRolePrincipal
createInstance(Portfolio) - Static method in class blackboard.cms.filesystem.security.PortfolioPrincipal
Create an instance of PortfolioPrincipal
createInstance(User.SystemRole) - Static method in class blackboard.cms.filesystem.security.SystemRolePrincipal
Create an instance of SystemRolePrincipal
createInstance(User) - Static method in class blackboard.cms.filesystem.security.UserPrincipal
Create an instance of UserPrincipal
CSAccessControlEntry - Class in blackboard.cms.filesystem
The CSAccessControlEntry class provides a representation of an Access Control Entry within the Blackboard application.
CSContext - Class in blackboard.cms.filesystem
A Context is the top level state manager for a series of Blackboard Content System calls.
CSCustomDirectory - Class in blackboard.cms.filesystem
A directory in the system.
CSDirectory - Class in blackboard.cms.filesystem
A directory in the system.
CSEntry - Class in blackboard.cms.filesystem
An object for a node in the file system.
CSEntryMetadata - Class in blackboard.cms.filesystem
Represents the metadata properties that can be set for any CSEntry.
CSFile - Class in blackboard.cms.filesystem
An object for a file in the file system.
CSFileSystemException - Exception in blackboard.cms.filesystem
Generic exception designed to take the name of a CSEntry which the exception applies to.
CSFileSystemException(Exception) - Constructor for exception blackboard.cms.filesystem.CSFileSystemException
 
CSFileSystemException(String) - Constructor for exception blackboard.cms.filesystem.CSFileSystemException
 
CSFormManager - Interface in blackboard.cms.metadata
FormManager
CSFormManagerFactory - Class in blackboard.cms.metadata
FormManagerFactory
CSFormManagerFactory() - Constructor for class blackboard.cms.metadata.CSFormManagerFactory
 
CSPrincipal - Class in blackboard.cms.filesystem.security
The Principal interface defines the concept of a principal, encompassing any entity to which filesystem access permissions may be granted.
CSPrincipal(Principal) - Constructor for class blackboard.cms.filesystem.security.CSPrincipal
 
CSPrincipalManager - Class in blackboard.cms.filesystem.security
Manages Principal objects.
CSPrincipalManager() - Constructor for class blackboard.cms.filesystem.security.CSPrincipalManager
 

D

DATA_TYPE - Static variable in class blackboard.cms.bookmark.Bookmark
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.lrngobj.LOCategory
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.lrngobj.LOItem
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.metadata.XythosMetadata
 
DATA_TYPE - Static variable in class blackboard.cms.portfolio.Portfolio
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioComment
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioCourseAccess
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioItem
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioPageTemplate
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioPass
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.portfolio.PortfolioUserAccess
Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.Workflow
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.WorkflowComment
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.WorkflowFile
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Object data type constant used in brokering loaders and persisters
DATA_TYPE - Static variable in class blackboard.cms.workflow.WorkflowType
Deprecated. Object data type constant used in brokering loaders and persisters
DC_CONTRIBUTOR - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_COVERAGE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_CREATOR - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_DATE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_DESCRIPTION - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_FORMAT - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_IDENTIFIER - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_LANGUAGE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_PUBLISHER - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_RELATION - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_RIGHTS - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_SOURCE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_SUBJECT - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_TITLE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DC_TYPE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
DEFAULT - Static variable in class blackboard.cms.lrngobj.LOItem.Status
 
DEFAULT - Static variable in class blackboard.cms.workflow.Workflow.Priority
Deprecated.  
delete() - Method in class blackboard.cms.filesystem.CSEntry
Deletes the CSEntry
deleteAccessControlEntry(String) - Method in class blackboard.cms.filesystem.CSEntry
Delete the explicit permissions entry for a user or user list.
deleteByCourseId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the course Id using default connection.
deleteByCourseId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the course Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.bookmark.BookmarkManager
Deletes the Bookmark identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Deletes the Bookmark identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Delete a LOCategory identified by the Id
deleteById(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Delete a LOCategory identified by the Id using the supplied connection
deleteById(Id) - Static method in class blackboard.cms.lrngobj.LOItemManager
Delete a LOItem identified by the Id
deleteById(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Delete a LOItem identified by the Id using the supplied Connection
deleteById(Id) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Deletes the MetadataTemplate identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Deletes the MetadataTemplate identified by the Id using the supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Deletes the PortfolioComment identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Deletes the PortfolioComment identified by the Id using the supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the Id using the supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Deletes the PortfolioItem identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Deletes the PortfolioItem identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
Deletes the Portfolio identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Deletes the Portfolio identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Deletes the PortfolioPageTemplate identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Deletes the PortfolioPageTemplate identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Deletes the PortfolioPass identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Deletes the PortfolioPass identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the Id using the supplied connection.
deleteById(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes the PortfolioUserAccess identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes the PortfolioUserAccess identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Deletes the WorkflowAssignment identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Deletes the WorkflowAssignment identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Deletes the WorkflowComment identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Deletes the WorkflowComment identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Deletes the WorkflowFile identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Deletes the WorkflowFile identified by the Id using supplied connection.
deleteById(Id) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Deletes the Workflow identified by the Id using default connection.
deleteById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Deletes the Workflow identified by the Id using supplied connection.
deleteByKey(String) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Deletes the MetadataTemplate identified by the given string key using default connection.
deleteByKey(String, Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Deletes the MetadataTemplate identified by the given string key using supplied connection.
deleteByPortalRoleId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the course Id using default connection.
deleteByPortalRoleId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the course Id using supplied connection.
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Deletes the PortfolioComment identified by the portfolio Id using default connection.
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Deletes the PortfolioComment identified by the portfolio Id using supplied connection.
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the portfolio Id using default connection.
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Deletes the PortfolioCourseAccess identified by the portfolio Id using supplied connection.
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Deletes the PortfolioItem identified by the portfolio Id using default connection.
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Deletes the PortfolioItem identified by the portfolioId using supplied connection.
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
 
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
 
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using default connection.
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using supplied connection.
deleteByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccess objects identified by the given portfolio Id using the default connection.
deleteByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccessobjects identified by the given portfolio Id using the supplied connection.
deleteByUserId(Id) - Static method in class blackboard.cms.bookmark.BookmarkManager
Deletes the Bookmark identified by the given user Id using default connection.
deleteByUserId(Id, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Deletes the Bookmark identified by the given user Id using supplied connection.
deleteByUserId(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccess objects identified by the given user Id using the default connection.
deleteByUserId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccess objects identified by the given user Id using the supplied connection.
deleteByUserIdAndPortfolioId(Id, Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccess objects identified by the supplied parameters.
deleteByUserIdAndPortfolioId(Id, Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Deletes PortfolioUserAccess objects identified by the supplied parameters using the supplied connection.
deleteByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Deletes the WorkflowAssignment identified by the worflow Id using default connection.
deleteByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Deletes the WorkflowAssignment identified by the workflow Id using supplied connection.
deleteByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Deletes the WorkflowComment identified by the worflow Id using default connection.
deleteByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Deletes the WorkflowComment identified by the workflow Id using supplied connection.
deleteByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Deletes the WorkflowFile identified by the workflow Id using default connection.
deleteByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Deletes the WorkflowFile identified by the workflow Id using supplied connection.
DELIMITER - Static variable in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
DESCRIPTION - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
disassociateFormFromEntities(Id) - Method in interface blackboard.cms.metadata.CSFormManager
Removes any associations between this Form and any OperatingUnits.
DUBLINCORE_CONTRIBUTOR - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_COVERAGE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_CREATOR - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_DATE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_DESCRIPTION - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_FORMAT - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_IDENTIFIER - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_LANGUAGE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_PUBLISHER - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_RELATION - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_RIGHTS - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_SOURCE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_SUBJECT - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_TITLE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
DUBLINCORE_TYPE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 

F

findEntry(String) - Method in class blackboard.cms.filesystem.CSContext
Returns a CSEntry for the given file/directory path.
fromExternalString(String) - Static method in class blackboard.cms.lrngobj.LOItem.Status
Returns the LOItem.Status element specified by the externalString.
fromExternalString(String) - Static method in class blackboard.cms.workflow.Workflow.Priority
Deprecated. Returns the Workflow.Priority element specified by the externalString.

G

GENERAL_DESCRIPTION - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
GENERAL_KEYWORDS - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
GENERAL_LRN_OBJ - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
GENERAL_NAME - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
getAccessControlEntries() - Method in class blackboard.cms.filesystem.CSEntry
Get an array of all explicit permissions entries for the CSEntry .
getAccessControlEntry(String) - Method in class blackboard.cms.filesystem.CSEntry
Gets the explicit permissions entry for a user or user list.
getAccountsAccessInd() - Method in class blackboard.cms.portfolio.Portfolio
 
getApprovedDate() - Method in class blackboard.cms.lrngobj.LOItem
Represents the date that the LOItem was approved
getApproverId() - Method in class blackboard.cms.lrngobj.LOItem
Get the Approver Id for this LOItem.
getAssociatedFormId() - Method in class blackboard.cms.metadata.XythosMetadata
 
getAuthors() - Method in class blackboard.cms.lrngobj.LOItem
Return the author(s) for the LOItem
getAvailableExternalInd() - Method in class blackboard.cms.lrngobj.LOItem
Return a boolean that represents whether the LOItem is available externally
getAvailableInd() - Method in class blackboard.cms.portfolio.Portfolio
Returns the availability flag for the Portfolio.
getAvailableInd() - Method in class blackboard.cms.portfolio.PortfolioItem
Get availability flag for the PortfolioItem.
getAvailableInd() - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Get availability flag for the PortfolioPageTemplate.
getAvailableInternalInd() - Method in class blackboard.cms.lrngobj.LOItem
Return a boolean that represents whether the LOItem is available internally
getAvailableQuota() - Method in class blackboard.cms.filesystem.CSCustomDirectory
Returns the amount of unused quota remaining on this directory in bytes.
getAvailableQuota() - Method in class blackboard.cms.filesystem.CSDirectory
Returns the amount of unused quota remaining on this directory in bytes.
getBaseName() - Method in class blackboard.cms.filesystem.CSEntry
Returns the base name to the CSEntry.
getBaseName() - Method in class blackboard.cms.metadata.XythosMetadata
 
getBbAttributes() - Method in class blackboard.cms.metadata.XythosMetadata
Returns the BbAttributes associated with this BbObject.
getBgColor() - Method in class blackboard.cms.portfolio.Portfolio
Returns the background color for this Portfolio.
getButtonStyleId() - Method in class blackboard.cms.portfolio.Portfolio
Returns the button style Id for the Portfolio .
getCategoriesByParentId(Id) - Method in class blackboard.cms.lrngobj.LOCategoryTree
Returns a SortedSet of LOCategory Items based on the Parent Id.
getCategoryById(Id) - Method in class blackboard.cms.lrngobj.LOCategoryTree
Return a LOCategory item based on an Id
getCategoryId() - Method in class blackboard.cms.lrngobj.LOItem
Get the Category Id for the LOItem
getComment() - Method in class blackboard.cms.portfolio.PortfolioComment
Deprecated.  
getComment() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated.  
getCommentFormatted() - Method in class blackboard.cms.portfolio.PortfolioComment
Get a comment for the Portfolio.
getCommentFormatted() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Returns the Comment for the WorkflowComment.
getCommentsSharedInd() - Method in class blackboard.cms.portfolio.Portfolio
Returns the comments flag for the Portfolio.
getCompletedInd() - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Returns a flag that denotes whether the WorkflowStatus is completed.
getContext(User) - Static method in class blackboard.cms.filesystem.CSContext
Returns the CSContext object based on the User object supplied.
getContext() - Static method in class blackboard.cms.filesystem.CSContext
Returns the CSContext object.
getContext(Context) - Static method in class blackboard.cms.filesystem.CSContext
 
getCourse() - Method in class blackboard.cms.filesystem.security.CourseGroupPrincipal
Returns the Course associated with object
getCourse() - Method in class blackboard.cms.filesystem.security.CoursePrincipal
Returns the Course associated with object
getCourse() - Method in class blackboard.cms.filesystem.security.CourseRolePrincipal
Returns the Course associated with the Principal.
getCourseDirectory(Course) - Method in class blackboard.cms.filesystem.CSContext
Returns a CSDirectory representing the course/org home directory.
getCourseEReservesDirectory(Course) - Method in class blackboard.cms.filesystem.CSContext
Returns a CSDirectory representing the course/org ereserve directory.
getCourseId() - Method in class blackboard.cms.portfolio.PortfolioCourseAccess
Get a course id for the PortfolioCourseAccess.
getCreatedDate() - Method in class blackboard.cms.metadata.XythosMetadata
Deprecated.  
getCreationTimestamp() - Method in class blackboard.cms.filesystem.CSEntry
Returns the creation timestamp of the CSEntry.
getCSEntryMetadata() - Method in class blackboard.cms.filesystem.CSEntry
Get a CSEntryMetadata object from the CSEntry.
getCustomProperty(String) - Method in class blackboard.cms.filesystem.CSEntryMetadata
Returns the metadata value for Custom properties.
getDataType() - Method in class blackboard.cms.bookmark.Bookmark
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.lrngobj.LOCategory
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.lrngobj.LOItem
Returns the DataType identifier for the object.
getDataType() - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.metadata.XythosMetadata
getDataType() - Method in class blackboard.cms.portfolio.Portfolio
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioComment
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioCourseAccess
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.portfolio.PortfolioUserAccess
Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.WorkflowFile
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Returns the DataType identifier for this object.
getDataType() - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Returns the DataType identifier for this object.
getDatePosted() - Method in class blackboard.cms.portfolio.PortfolioComment
Get the date posted for the PortfolioComment.
getDatePosted() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Returns the Due Date for the WorkflowComment.
getDescription() - Method in class blackboard.cms.lrngobj.LOItem
Return the description of the LOItem
getDescription() - Method in class blackboard.cms.portfolio.Portfolio
Returns the Portfolio description.
getDescription() - Method in class blackboard.cms.workflow.Workflow
Deprecated.  
getDescriptionFormatted() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the description for the Workflow.
getDirectoryContents() - Method in class blackboard.cms.filesystem.CSCustomDirectory
Returns a List of all readable CSEntry objects which this Directory contains and are findable by navigating down the hiearchy directly.
getDirectoryContents() - Method in class blackboard.cms.filesystem.CSDirectory
Returns a List of all readable CSEntry objects which this Directory contains and are findable by navigating down the hiearchy directly.
getDisplayName() - Method in class blackboard.cms.filesystem.security.CSPrincipal
Returns the display name for this principal.
getDocstoreLocationByPath(String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 
getDueDate() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the Due Date for the Workflow.
getDueDateSortValue() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the sort value by Due Date for the Workflow.
getEmailAddresses() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns the email address for the PortfolioPass.
getExpireDate() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns date that the PortfolioPass will expire.
getFileContent(OutputStream) - Method in class blackboard.cms.filesystem.CSFile
Return the content for the version this file object points to by writing to the passed OutputStream.
getFileContentType() - Method in class blackboard.cms.filesystem.CSFile
Get the content type for this file.
getFileEntryPath() - Method in class blackboard.cms.bookmark.Bookmark
Returns the file path for item for the Bookmark
getFileEntryPath() - Method in class blackboard.cms.lrngobj.LOItem
Return the file entry path for the LOItem.
getFileEntryPath() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the file path for item for the PortfolioItem
getFileEntryPath() - Method in class blackboard.cms.workflow.WorkflowFile
Deprecated. Returns the file path for item for the WorkflowFile
getFileName(String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 
getFileSize(String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 
getFileSystemEntry() - Method in class blackboard.cms.filesystem.CSEntry
 
getFileSystemEntry() - Method in class blackboard.cms.metadata.XythosMetadata
 
getFolderInd() - Method in class blackboard.cms.bookmark.Bookmark
Returns the folder indicator flag for the Bookmark.
getFullPath() - Method in class blackboard.cms.filesystem.CSEntry
Returns the full path to the CSEntry.
getGroup() - Method in class blackboard.cms.filesystem.security.CourseGroupPrincipal
Returns the Group associated with object
getHref() - Method in class blackboard.cms.portfolio.PortfolioItem
Get the URL for the PortfolioItem.
getHtml() - Method in class blackboard.cms.portfolio.PortfolioItem
Get the HTML content for the PortfolioItem.
getHtml() - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Get the HTML content for the PortfolioPageTemplate.
getId() - Method in class blackboard.cms.metadata.XythosMetadata
Returns the Id associated with this Identifiable object.
getIdentifier() - Method in class blackboard.cms.metadata.XythosMetadata
 
getInstance() - Static method in class blackboard.cms.metadata.CSFormManagerFactory
 
getInstance() - Static method in class blackboard.cms.metadata.MetadataManagerFactory
getInstance
getKey() - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Returns the key for the MetadataTemplate.
getKeywords() - Method in class blackboard.cms.lrngobj.LOItem
Returns the keywords for the LOItem
getLabel() - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Returns the label for the MetadataTemplate.
getLastUpdateTimestamp() - Method in class blackboard.cms.filesystem.CSEntry
Returns the lat update timestamp of the CSEntry.
getLearningObjectives() - Method in class blackboard.cms.lrngobj.LOItem
Return the Learning Objectives for the LOItem
getLearningObjectives() - Method in class blackboard.cms.portfolio.Portfolio
Returns the Portfolio Learning objectives.
getLocation(String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
Return the actual location of the file (as in CSEntry.getFullPath() )
getModifiedDate() - Method in class blackboard.cms.metadata.XythosMetadata
Returns the date on which this IBbObject was last modified.
getName() - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
Returns name identifying relationship to object
getOwnerId() - Method in class blackboard.cms.portfolio.Portfolio
Returns the owner Id for the Portfolio .
getOwnerId() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the Owner Id for the Workflow.
getParentId() - Method in class blackboard.cms.bookmark.Bookmark
Returns the parent Id for the Bookmark .
getParentId() - Method in class blackboard.cms.lrngobj.LOCategory
Get the parent Id for this Category
getParentPath() - Method in class blackboard.cms.filesystem.CSEntry
Returns the parent path to the CSEntry.
getPassword() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns the password for the PortfolioPass.
getPasswordInd() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns password flag for the PortfolioPass.
getPersistentTitle() - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Returns the database Title for the WorkflowStatus.
getPersistentTitle() - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Returns the database Title for the WorkflowType.
getPortalRole() - Method in class blackboard.cms.filesystem.security.PortalRolePrincipal
Returns the PortalRole associated with this PortalRolePrincipal
getPortalRoleId() - Method in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Get a portal role id for the PortfolioPortalRoleAccess.
getPortfolio() - Method in class blackboard.cms.filesystem.security.PortfolioPrincipal
Returns the Portfolio associated with this PortfolioPrincipal
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioComment
Get the portfolio Id for the PortfolioComment.
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioCourseAccess
Get a portfolio id for the PortfolioCourseAccess.
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the Id for the PortfolioItem.
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns the Id for the PortfolioPass.
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Get a portfolio id for the PortfolioPortalRoleAccess.
getPortfolioId() - Method in class blackboard.cms.portfolio.PortfolioUserAccess
Returns the portfolio Id for the PortfolioUserAccess.
getPosition() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the position for the PortfolioItem.
getPostedBy() - Method in class blackboard.cms.portfolio.PortfolioComment
 
getPrincipalID() - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Get the PrincipalID for this set of permissions.
getPrincipalID() - Method in class blackboard.cms.filesystem.security.CSPrincipal
Returns the PrincipalID (unique identifier) for this entity.
getPriority() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the Workflow Priority for the Workflow.
getQuota() - Method in class blackboard.cms.filesystem.CSCustomDirectory
Returns the quota for this directory in bytes.
getQuota() - Method in class blackboard.cms.filesystem.CSDirectory
Returns the quota for this directory in bytes.
getRelatedObjects(XythosMetadata) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
Returns a list representing the associated objects.
getRelatedObjects(XythosMetadata, Connection) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
Returns a list representing the associated objects.
getRelationDataType() - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
Returns DataType associated with the active Relationship
getResponse() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated.  
getResponseFormatted() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns the Response for the WorkflowAssignment.
getRole() - Method in class blackboard.cms.filesystem.security.CourseRolePrincipal
Returns the CourseMembership.Role associated with the Principal.
getSentDate() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns date that the PortfolioPass was sent.
getSize() - Method in class blackboard.cms.filesystem.CSEntry
Returns the size (in bytes) of the CSEntry.
getStandardProperty(String) - Method in class blackboard.cms.filesystem.CSEntryMetadata
Returns the metadata value for Standard properties.
getStatus() - Method in class blackboard.cms.lrngobj.LOItem
Get the status for the LOItem
getStatusId() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns the status Id for the WorkflowAssignment.
getSubmittedDate() - Method in class blackboard.cms.lrngobj.LOItem
Represents the date that the LOItem was submitted
getSubmitterId() - Method in class blackboard.cms.lrngobj.LOItem
Get the Submitter Id for this LOItem.
getSystemRole() - Method in class blackboard.cms.filesystem.security.SystemRolePrincipal
Returns the User.SystemRole associated with this SystemRolePrincipal
getTextColor() - Method in class blackboard.cms.portfolio.Portfolio
Returns the text color for this Portfolio.
getTextNavInd() - Method in class blackboard.cms.portfolio.Portfolio
Returns the text navigation flag for the Portfolio.
getTitle() - Method in class blackboard.cms.bookmark.Bookmark
Returns the title for the Bookmark.
getTitle() - Method in class blackboard.cms.lrngobj.LOCategory
Returns the title of the Learning Object Category
getTitle() - Method in class blackboard.cms.lrngobj.LOItem
Returns the title of the Learning Object Item
getTitle() - Method in class blackboard.cms.portfolio.Portfolio
Returns the title for this Portfolio.
getTitle() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the Title for the PortfolioItem.
getTitle() - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Returns the Title for the PortfolioPageTemplate.
getTitle() - Method in class blackboard.cms.portfolio.PortfolioPass
Returns the Title for the PortfolioPass.
getTitle() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the Title for the Workflow.
getTitle() - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Returns the Title for the WorkflowStatus.
getTitle() - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Returns the Title for the WorkflowType.
getTopLevelCategories() - Method in class blackboard.cms.lrngobj.LOCategoryTree
Returns a SortedSet of all the Top Level Categories.
getType() - Method in class blackboard.cms.portfolio.PortfolioItem
Returns the type for the PortfolioItem.
getType() - Method in class blackboard.cms.workflow.Workflow
Deprecated. Returns the type for the Workflow.
getUser() - Method in class blackboard.cms.filesystem.security.UserPrincipal
Returns the User associated with this UserPrincipal
getUserDeletedInd() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns a boolean denoting whether the WorkflowAssignment was deleted by the user.
getUserDirectory(User) - Method in class blackboard.cms.filesystem.CSContext
Returns a CSDirectory representing the user's home directory.
getUserId() - Method in class blackboard.cms.bookmark.Bookmark
Returns the user Id for the Bookmark.
getUserId() - Method in class blackboard.cms.portfolio.PortfolioComment
Get the user Id for the PortfolioComment.
getUserId() - Method in class blackboard.cms.portfolio.PortfolioUserAccess
Returns the user Id for the PortfolioUserAccess.
getUserId() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns the user Id for the WorkflowAssignment.
getUserId() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Returns the User Id for the WorkflowComment.
getValues() - Static method in class blackboard.cms.lrngobj.LOItem.Status
Returns an array of all of the elements in the enumeration.
getValues() - Static method in class blackboard.cms.workflow.Workflow.Priority
Deprecated. Returns an array of all of the elements in this enumeration.
getWorkflowId() - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Returns the workflow Id for the WorkflowAssignment.
getWorkflowId() - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Returns the Workflow Id for the WorkflowComment.
getWorkflowId() - Method in class blackboard.cms.workflow.WorkflowFile
Deprecated. Returns the Workflow Id for the WorkflowFile.
getWorkflowType() - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Returns the Workflow Type for the WorkflowType.
getWorkflowType() - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Returns the Workflow Type for the WorkflowType.
getXmlLoader() - Static method in class blackboard.cms.metadata.MetadataManagerFactory
getXmlLoader
getXmlPersister() - Static method in class blackboard.cms.metadata.MetadataManagerFactory
getXmlPersister
getXythosId() - Method in class blackboard.cms.metadata.XythosMetadata
 

H

hasMetadata(Form, FileSystemEntry) - Method in interface blackboard.cms.metadata.MetadataManager
Returns flag denoting if any metadata for the associated entry is in use by the form.
hasMetadataEntries(FileSystemEntry) - Method in interface blackboard.cms.metadata.CSFormManager
Identifies whether there is any metadata associated with provided entry.
HIGH - Static variable in class blackboard.cms.workflow.Workflow.Priority
Deprecated.  

I

IMS_AGE_RANGE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_AGE_RANGE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_CATALOG_ENTRY - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_CATALOG_ENTRY - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_CATALOG_TYPE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_CATALOG_TYPE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_DIFFICULTY - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_DIFFICULTY - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_EDUC_CONTEXT - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_EDUCATIONAL_CONTEXT - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_FREE_RESOURCE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_IDENTIFIER - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_IDENTIFIER - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_LANGUAGE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_LANGUAGE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_RESOURCE_TYPE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
IMS_RESOURCETYPE - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
IMS_RESTRICTED_USE - Static variable in interface blackboard.cms.metadata.XythosMetadataDef
 
isCustomDirectory() - Method in class blackboard.cms.filesystem.CSCustomDirectory
Returns whether the directory is of type CSCustomDirectory
isCustomDirectory() - Method in class blackboard.cms.filesystem.CSDirectory
Returns whether the directory is of type CSCustomDirectory
isOwner(CSEntry) - Method in class blackboard.cms.filesystem.CSContext
Checks whether the user identified by the Context instance is the owner of the file named.
isQuotaLimited() - Method in class blackboard.cms.filesystem.CSCustomDirectory
Returns true if this directory or any parent directory has a quota limit.
isQuotaLimited() - Method in class blackboard.cms.filesystem.CSDirectory
Returns true if this directory or any parent directory has a quota limit.
isSuperUser() - Method in class blackboard.cms.filesystem.CSContext
Returns the SuperUser attribute for the Context instance.
isSuperUser(boolean) - Method in class blackboard.cms.filesystem.CSContext
Sets the SuperUser attribute for the Context instance.

K

KEYWORDS - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 

L

LEARNING_OBJECTIVES - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
load(FileSystemEntry) - Method in interface blackboard.cms.metadata.MetadataManager
Loads the metadata associated with the provided xythos entity.
load(FileSystemEntry, Context) - Method in interface blackboard.cms.metadata.MetadataManager
Loads the metadata associated with the provided xythos entity.
load(String) - Method in interface blackboard.cms.metadata.MetadataManager
Loads the metadata associated with the provided xythos entity.
load(Element) - Method in interface blackboard.cms.metadata.MetadataXmlLoader
 
load(InputStream) - Method in interface blackboard.cms.metadata.MetadataXmlLoader
 
loadAccessibleByCourseId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the course Id using the supplied connection.
loadAccessibleByCourseId(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the course Id using the default connection.
loadAccessibleByUserId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the user Id using the supplied connection.
loadAccessibleByUserId(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the user Id using the default connection.
loadAll(Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of all LOItems using the supplied Connection
loadAll() - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of all LOItems
loadAll(Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads all the MetadataTemplate items using the supplied connection.
loadAll() - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads all the MetadataTemplate items using the default connection.
loadAll(Connection) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Loads all the PortfolioPageTemplate objects on the system using the supplied connection.
loadAll() - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Loads all the PortfolioPageTemplate objects on the system using the default connection.
loadAssociatedEntities(Id) - Method in interface blackboard.cms.metadata.CSFormManager
Loads associated FileSystemEntry objects attached to the provided form.
loadAvailableFormsByEntityDataType(DataType) - Method in interface blackboard.cms.metadata.CSFormManager
Loads all available Forms for a given EntityType and OperatingUnit, usage is when creating an object from within an OperatingUnit context.
loadAvailableFormsByEntityId(String) - Method in interface blackboard.cms.metadata.CSFormManager
Loads all available Forms for a given EntityType and OperatingUnit, usage is when creating an object from within an OperatingUnit context.
loadByAll(Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Loads all LOCategory items using the supplied Connection
loadByAll() - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Loads all LOCategory items
loadByCategoryId(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems based on a Category Id using the Supplied Connection
loadByCategoryId(Id) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems based on a Category Id
loadByCategoryIdAndStatus(Id, LOItem.Status, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems based on a supplied Category Id and LOItem Status using a supplied Connection.
loadByCategoryIdAndStatus(Id, LOItem.Status) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems based on a supplied Category Id and LOItem Status
loadByCourseId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a List of PortfolioCourseAccess items identified by the given course Id using the supplied connection.
loadByCourseId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a List of PortfolioCourseAccess items identified by the given course Id using the default connection.
loadByFileEntryPath(String, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems by file path using a supplied Connection
loadByFileEntryPath(String) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems by file path
loadById(Id, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads a Bookmark identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads a Bookmark identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Load a LOCategory item by Id using a supplied Connection
loadById(Id) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Load a LOCategory item by Id
loadById(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a LOItem item by Id using a supplied Connection
loadById(Id) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a LOItem item by Id
loadById(Id, Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads a MetadataTemplate identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads a MetadataTemplate identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Loads a PortfolioComment identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Loads a PortfolioComment identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a PortfolioCourseAccess identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a PortfolioCourseAccess identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Loads a PortfolioItem identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Loads a PortfolioItem identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a Portfolio identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a Portfolio identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Loads a PortfolioPageTemplate identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Loads a PortfolioPageTemplate identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Loads a PortfolioPass identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Loads a PortfolioPass identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a PortfolioPortalRoleAccess identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a PortfolioPortalRoleAccess identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a PortfolioUserAccess identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a PortfolioUserAccess identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a WorkflowAssignment identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a WorkflowAssignment identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Returns a WorkflowComment identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Returns a WorkflowComment identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Returns a WorkflowFile identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Returns a WorkflowFile identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Returns a Workflow identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Returns a Workflow identified by the given Id using the default connection.
loadById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowType identified by the given Id using the supplied connection.
loadById(Id) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowType identified by the given Id using the default connection.
loadByKey(String, Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads a MetadataTemplate identified by the given the key using the supplied connection.
loadByKey(String) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Loads a MetadataTemplate identified by the given the key using the default connection.
loadByOwnerId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the given owner Id using the supplied connection.
loadByOwnerId(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
Loads a List of Portfolio objects identified by the given owner Id using the default connection.
loadByOwnerId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Returns a List of Workflow objects identified by the given owner Id using the supplied connection.
loadByOwnerId(Id) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Returns a List of Workflow objects identified by the given owner Id using the default connection.
loadByOwnerIdForModule(Id) - Static method in class blackboard.cms.portfolio.PortfolioManager
 
loadByParentId(Id, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads and returns a List of Bookmark items identified by the given parent Id using the supplied connection.
loadByParentId(Id) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads and returns a List of Bookmark items identified by the given parent Id using the supplied connection.
loadByParentId(Id, Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Load a LOCategory item by Parent Id using a supplied Connection
loadByParentId(Id) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Load a LOCategory item by Parent Id
loadByPortalRoleId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the supplied connection.
loadByPortalRoleId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the default connection.
loadByPortalRoleIdandPortfolioId(Id, Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a PortfolioPortalRoleAccess item identified by the given portal role Id and portfolio Id using the default connection.
loadByPortalRoleIdandPortfolioId(Id, Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a PortfolioPortalRoleAccess item identified by the given course Id using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Loads a PortfolioComment identified by the given the key using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Loads a PortfolioComment identified by the given the key using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a List PortfolioCourseAccess items identified by the given portfolio Id using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Loads a List of PortfolioCourseAccess items identified by the given portfolio Id using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Loads a List of PortfolioItem items identified by the given portfolio Id using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Loads a List of PortfolioItem items identified by the given portfolio Id using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Loads a List of PortfolioPass objects identified by the given portfolio Id using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Loads a List of PortfolioPass objects identified by the given portfolio Id using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a List PortfolioPortalRoleAccess items identified by the given portfolio Id using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Loads a List of PortfolioPortalRoleAccess items identified by the given portfolio Id using the default connection.
loadByPortfolioId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a List of PortfolioUserAccess objects identified by the given portfolio Id using the supplied connection.
loadByPortfolioId(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a List of PortfolioUserAccess objects identified by the given portfolio Id using the default connection.
loadByPrincipalID(String) - Static method in class blackboard.cms.filesystem.security.CSPrincipalManager
Returns the CSPrincipal.
loadByStatus(LOItem.Status, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems by Status using a supplied Connection
loadByStatus(LOItem.Status) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems by Status
loadByUserId(Id, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a List of PortfolioUserAccess objects identified by the given user Id using the supplied connection.
loadByUserId(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Loads a List of PortfolioUserAccess objects identified by the given user Id using the default connection.
loadByUserId(Id, boolean, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a List of WorkflowAssignment objects identified by the given user Id using the supplied connection.
loadByUserId(Id, boolean) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a List of WorkflowAssignment objects identified by the given user Id using the default connection.
loadByUserId(Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a List of WorkflowAssignment objects identified by the given user Id using the default connection.
loadByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a List of WorkflowAssignment objects identified by the given workflow Id using the supplied connection.
loadByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a List of WorkflowAssignment objects identified by the given workflow Id using the default connection.
loadByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Returns a List of WorkflowComment objects identified by the given workflow Id using the supplied connection.
loadByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Returns a List of WorkflowComment objects identified by the given workflow Id using the default connection.
loadByWorkflowId(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Returns a List of WorkflowFile objects identified by the given workflow Id using the supplied connection.
loadByWorkflowId(Id) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Returns a List of WorkflowFile objects identified by the given workflow Id using the default connection.
loadByWorkflowIdAndUserId(Id, Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a WorkflowAssignment identified by the given workflow Id and user Id using the supplied connection.
loadByWorkflowIdAndUserId(Id, Id) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Returns a WorkflowAssignment identified by the given workflow Id and user Id using the default connection.
loadByWorkflowType(String, Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowType identified by the given type using the supplied connection.
loadByWorkflowType(String) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowType identified by the given type using the default connection.
loadFolderAssociation(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
 
loadFormEditableObjectsCount(Id) - Method in interface blackboard.cms.metadata.CSFormManager
Provides count of associations to the provided form.
loadFromFile(FileSystemEntry, File) - Method in interface blackboard.cms.metadata.MetadataManager
Persists metadata from file to FileSystemEntry
loadProperty(String, String) - Method in interface blackboard.cms.metadata.MetadataManager
Return property as specified by provided name.
loadStatusById(Id, Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowStatus identified by the given id using the supplied connection.
loadStatusById(Id) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a WorkflowStatus identified by the given id.
loadStatusByWorkflowType(String, Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowStatus objects using the supplied connection.
loadStatusByWorkflowType(String) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowStatus objects.
loadTopLevel(Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Loads all LOCategory items in the Top Level using the supplied Connection
loadTopLevel() - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Loads all LOCategory items in the Top Level
loadTopLevelByUserId(Id, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads and returns a List of Bookmark items identified the by the user Id using the supplied connection.
loadTopLevelByUserId(Id) - Static method in class blackboard.cms.bookmark.BookmarkManager
Loads and returns a List of Bookmark items identified the by the user Id using the default connection.
loadTree() - Static method in class blackboard.cms.lrngobj.LOCategoryTree
Build a LOCategoryTree object that is populated with all the LOCategory items
loadUncategorized(Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of all uncategorized LOItems using the Supplied Connection
loadUncategorized() - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of all uncategorized LOItems
loadUncategorizedByStatus(LOItem.Status, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of uncategorized LOItems based on LOItem Status using the supplied connection
loadUncategorizedByStatus(LOItem.Status) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of uncategorized LOItems based on LOItem Status
loadWhereRecordDataContains(String, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems using a pattern match on the Record Data Strings using the supplied Connection.
loadWhereRecordDataContains(String) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems using a pattern match on the Record Data Strings.
loadWhereTitleStartsWith(String, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems using a pattern match on the Title String using a supplied Connection.
loadWhereTitleStartsWith(String) - Static method in class blackboard.cms.lrngobj.LOItemManager
Load a List of LOItems using a pattern match on the Title String.
loadWorkflowStatus(Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowStatus objects using the supplied connection.
loadWorkflowStatus() - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowStatus objects using the default connection.
loadWorkflowTypes(Connection) - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowFileType objects using the supplied connection.
loadWorkflowTypes() - Static method in class blackboard.cms.workflow.WorkflowTypeManager
Deprecated. Returns a List of WorkflowFileType objects using the default connection.
LOCategory - Class in blackboard.cms.lrngobj
The LOCategory class provides a representation of a Learning Object catgory within the Blackboard application.
LOCategory() - Constructor for class blackboard.cms.lrngobj.LOCategory
Creates an instance of LOCategory with default property values.
LOCategoryManager - Class in blackboard.cms.lrngobj
The LOCategoryManager provides methods for managing LOCategory items.
LOCategoryManager() - Constructor for class blackboard.cms.lrngobj.LOCategoryManager
 
LOCategoryTree - Class in blackboard.cms.lrngobj
Learning Object Category Tree within the Blackboard application.
LOItem - Class in blackboard.cms.lrngobj
The LOItem class provides a representation of a Learning Object Item within the Blackboard application.
LOItem() - Constructor for class blackboard.cms.lrngobj.LOItem
Creates an instance of LOItem with default property values.
LOItem.Status - Class in blackboard.cms.lrngobj
 
LOItemManager - Class in blackboard.cms.lrngobj
The LOItemManager provides methods for managing LOItems items.
LOItemManager() - Constructor for class blackboard.cms.lrngobj.LOItemManager
 
LOW - Static variable in class blackboard.cms.workflow.Workflow.Priority
Deprecated.  

M

MetadataAttributeUtil - Class in blackboard.cms.metadata
MetadataAttributeUtil
MetadataAttributeUtil() - Constructor for class blackboard.cms.metadata.MetadataAttributeUtil
 
MetadataManager - Interface in blackboard.cms.metadata
MetadataManager
MetadataManager.Options - Enum in blackboard.cms.metadata
 
MetadataManagerFactory - Class in blackboard.cms.metadata
MetadataManagerFactory
MetadataManagerFactory() - Constructor for class blackboard.cms.metadata.MetadataManagerFactory
 
MetadataTemplate - Class in blackboard.cms.metadata
Deprecated.  
MetadataTemplate() - Constructor for class blackboard.cms.metadata.MetadataTemplate
Deprecated. Creates an instance of MetadataTemplate with default property values.
MetadataTemplateManager - Class in blackboard.cms.metadata
Deprecated.  
MetadataTemplateManager() - Constructor for class blackboard.cms.metadata.MetadataTemplateManager
Deprecated.  
MetadataXmlLoader - Interface in blackboard.cms.metadata
MetadataXMLLoader
MetadataXmlPersister - Interface in blackboard.cms.metadata
This class describes the set of methods for XML based XythosMetadata persistence.

N

NAME - Static variable in class blackboard.cms.filesystem.CSEntryMetadata
 
NO_QUOTA - Static variable in class blackboard.cms.filesystem.CSDirectory
 
NORMAL - Static variable in class blackboard.cms.workflow.Workflow.Priority
Deprecated.  

P

PENDING - Static variable in class blackboard.cms.lrngobj.LOItem.Status
 
persist(XythosMetadata, Document) - Method in interface blackboard.cms.metadata.MetadataXmlPersister
 
persist(List<XythosMetadata>, Document) - Method in interface blackboard.cms.metadata.MetadataXmlPersister
 
persist(XythosMetadata, List<Id>) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
persist(XythosMetadata, List<Id>, Connection) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
persistToFile(FileSystemEntry, File) - Method in interface blackboard.cms.metadata.MetadataManager
Persists metadata associated with entry to file.
PortalRolePrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a CSPrincipal for a given Portal Role
Portfolio - Class in blackboard.cms.portfolio
The Portfolio class provides a representation of a portfolio within the Blackboard application.
Portfolio() - Constructor for class blackboard.cms.portfolio.Portfolio
Creates an instance of Portfolio with default property values.
PortfolioComment - Class in blackboard.cms.portfolio
The PortfolioComment class provides a representation of a portfolioComment within the Blackboard application.
PortfolioComment() - Constructor for class blackboard.cms.portfolio.PortfolioComment
Creates an instance of Portfolio with default property values.
PortfolioCommentManager - Class in blackboard.cms.portfolio
The PortfolioCommentManager class provides a representation of a PortfolioCommentManager within the Blackboard application.
PortfolioCommentManager() - Constructor for class blackboard.cms.portfolio.PortfolioCommentManager
 
PortfolioCourseAccess - Class in blackboard.cms.portfolio
The PortfolioCourseAccess class provides a representation of a portfolio course access within the Blackboard application.
PortfolioCourseAccess() - Constructor for class blackboard.cms.portfolio.PortfolioCourseAccess
Creates an instance of PortfolioCourseAccess with default property values.
PortfolioCourseAccessManager - Class in blackboard.cms.portfolio
The PortfolioCourseAccessManager class provides a representation of a PortfolioCourseAccessManager within the Blackboard application.
PortfolioCourseAccessManager() - Constructor for class blackboard.cms.portfolio.PortfolioCourseAccessManager
 
PortfolioItem - Class in blackboard.cms.portfolio
The PortfolioItem class provides a representation of a portfolio item within the Blackboard application.
PortfolioItem() - Constructor for class blackboard.cms.portfolio.PortfolioItem
Creates an instance of PortfolioItem with default property values.
PortfolioItemManager - Class in blackboard.cms.portfolio
The PortfolioItemManager class provides a representation of a PortfolioItemManager within the Blackboard application.
PortfolioItemManager() - Constructor for class blackboard.cms.portfolio.PortfolioItemManager
 
PortfolioManager - Class in blackboard.cms.portfolio
The PortfolioManager class provides a representation of a PortfolioManager within the Blackboard application.
PortfolioManager() - Constructor for class blackboard.cms.portfolio.PortfolioManager
 
PortfolioPageTemplate - Class in blackboard.cms.portfolio
The PortfolioPageTemplate class provides a representation of a portfolio page templates within the Blackboard application.
PortfolioPageTemplate() - Constructor for class blackboard.cms.portfolio.PortfolioPageTemplate
Creates an instance of PortfolioPageTemplate with default property values.
PortfolioPageTemplateManager - Class in blackboard.cms.portfolio
The PortfolioPageTemplateManager class provides a representation of a PortfolioPageTemplateManager within the Blackboard application.
PortfolioPageTemplateManager() - Constructor for class blackboard.cms.portfolio.PortfolioPageTemplateManager
 
PortfolioPass - Class in blackboard.cms.portfolio
The PortfolioPass class provides a representation of a Portfolio Pass within the Blackboard application.
PortfolioPass() - Constructor for class blackboard.cms.portfolio.PortfolioPass
Creates an instance of PortfolioPass with default property values.
PortfolioPassManager - Class in blackboard.cms.portfolio
The PortfolioPassManager class provides a representation of a PortfolioPassManager within the Blackboard application.
PortfolioPassManager() - Constructor for class blackboard.cms.portfolio.PortfolioPassManager
 
PortfolioPortalRoleAccess - Class in blackboard.cms.portfolio
The PortfolioPortalRoleAccess class provides a representation of a portfolio course access within the Blackboard application.
PortfolioPortalRoleAccess() - Constructor for class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Creates an instance of PortfolioPortalRoleAccess with default property values.
PortfolioPortalRoleAccessManager - Class in blackboard.cms.portfolio
The PortfolioPortalRoleAccessManager class provides a representation of a PortfolioPortalRoleAccessManager within the Blackboard application.
PortfolioPortalRoleAccessManager() - Constructor for class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
 
PortfolioPrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a CSPrincipal for a given Portfolio
PortfolioUserAccess - Class in blackboard.cms.portfolio
The PortfolioUserAccess class provides a representation of a Portfolio User Access within the Blackboard application.
PortfolioUserAccess() - Constructor for class blackboard.cms.portfolio.PortfolioUserAccess
Creates an instance of PortfolioUserAccess with default property values.
PortfolioUserAccessManager - Class in blackboard.cms.portfolio
The PortfolioUserAccessManager class provides a representation of a PortfolioUserAccessManager within the Blackboard application.
PortfolioUserAccessManager() - Constructor for class blackboard.cms.portfolio.PortfolioUserAccessManager
 

R

REJECTED - Static variable in class blackboard.cms.lrngobj.LOItem.Status
 
remove(Id, Connection) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
remove(Id) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
remove(XythosMetadata, List<Id>) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
remove(XythosMetadata, List<Id>, Connection) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
 
removeFolderAssociation(Id) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
 
removePrincipal(String) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
Removes references to the provided principal
reposition(Id, int) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Changes the position of a PortfolioItem identified by the given Id using the default connection.
reposition(Id, int, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Changes the position of a PortfolioItem identified by the given Id using the supplied connection.
RESOURCE_BUNDLE - Static variable in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Resource bundle for this data object
RESOURCE_BUNDLE - Static variable in class blackboard.cms.workflow.WorkflowType
Deprecated. Resource bundle for this data object
rollback() - Method in class blackboard.cms.filesystem.CSContext
Rolls back changes for the transaction in this Context instance.

S

save(Bookmark, Connection) - Static method in class blackboard.cms.bookmark.BookmarkManager
Inserts or updates the Bookmark using the supplied connection.
save(Bookmark) - Static method in class blackboard.cms.bookmark.BookmarkManager
Inserts or updates the Bookmark using the default connection.
save(LOCategory, Connection) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Inserts or updates the LOCategory used the supplied Connection.
save(LOCategory) - Static method in class blackboard.cms.lrngobj.LOCategoryManager
Inserts or updates the LOCategory.
save(LOItem, Connection) - Static method in class blackboard.cms.lrngobj.LOItemManager
Inserts or updates the LOItem used the supplied Connection.
save(LOItem) - Static method in class blackboard.cms.lrngobj.LOItemManager
Inserts or updates the LOItem.
save(XythosMetadata, FileSystemEntry) - Method in interface blackboard.cms.metadata.MetadataManager
Updates/saves the metadata for the provided xythos entity.
save(XythosMetadata, FileSystemDirectory, MetadataManager.Options) - Method in interface blackboard.cms.metadata.MetadataManager
Updates/saves the metadata for the provided xythos entity.
save(XythosMetadata, String) - Method in interface blackboard.cms.metadata.MetadataManager
Updates/saves the metadata for the provided xythos entity.
save(XythosMetadata, String, MetadataManager.Options) - Method in interface blackboard.cms.metadata.MetadataManager
Updates/saves the metadata for the provided xythos entity.
save(MetadataTemplate, Connection) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Inserts or updates the MetadataTemplate using the supplied connection.
save(MetadataTemplate) - Static method in class blackboard.cms.metadata.MetadataTemplateManager
Deprecated. Inserts or updates the MetadataTemplate using the default connection.
save(PortfolioComment, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Inserts or updates the PortfolioComment using the supplied connection.
save(PortfolioComment) - Static method in class blackboard.cms.portfolio.PortfolioCommentManager
Inserts or updates the PortfolioComment using the default connection.
save(PortfolioCourseAccess, Connection) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Inserts or updates the PortfolioCourseAccess using the supplied connection.
save(PortfolioCourseAccess) - Static method in class blackboard.cms.portfolio.PortfolioCourseAccessManager
Inserts or updates the PortfolioCourseAccess using the default connection.
save(PortfolioItem, Connection) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Inserts or updates the PortfolioItem using the supplied connection.
save(PortfolioItem) - Static method in class blackboard.cms.portfolio.PortfolioItemManager
Inserts or updates the PortfolioItem using the default connection.
save(Portfolio, Connection) - Static method in class blackboard.cms.portfolio.PortfolioManager
Inserts or updates the Portfolio using the supplied connection.
save(Portfolio) - Static method in class blackboard.cms.portfolio.PortfolioManager
Inserts or updates the Portfolio using the default connection.
save(PortfolioPageTemplate, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Inserts or updates the PortfolioPageTemplate using the supplied connection.
save(PortfolioPageTemplate) - Static method in class blackboard.cms.portfolio.PortfolioPageTemplateManager
Inserts or updates the PortfolioPageTemplate using the default connection.
save(PortfolioPass, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Inserts or updates the PortfolioPass using the supplied connection.
save(PortfolioPass) - Static method in class blackboard.cms.portfolio.PortfolioPassManager
Inserts or updates the PortfolioPass using the default connection.
save(PortfolioPortalRoleAccess, Connection) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Inserts or updates the PortfolioPortalRoleAccess using the supplied connection.
save(PortfolioPortalRoleAccess) - Static method in class blackboard.cms.portfolio.PortfolioPortalRoleAccessManager
Inserts or updates the PortfolioPortalRoleAccess using the default connection.
save(PortfolioUserAccess, Connection) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Inserts or updates the PortfolioUserAccess using the supplied connection.
save(PortfolioUserAccess) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
Inserts or updates the PortfolioUserAccess using the default connection.
save(WorkflowAssignment, Connection) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Inserts or updates the WorkflowAssignment using the supplied connection.
save(WorkflowAssignment) - Static method in class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated. Inserts or updates the WorkflowAssignment using the default connection.
save(WorkflowComment, Connection) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Inserts or updates the WorkflowComment using the supplied connection.
save(WorkflowComment) - Static method in class blackboard.cms.workflow.WorkflowCommentManager
Deprecated. Inserts or updates the WorkflowComment using the default connection.
save(WorkflowFile, Connection) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Inserts or updates the WorkflowFile using the supplied connection.
save(WorkflowFile) - Static method in class blackboard.cms.workflow.WorkflowFileManager
Deprecated. Inserts or updates the WorkflowFile using the default connection.
save(Workflow, Connection) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Inserts or updates the Workflow using the supplied connection.
save(Workflow) - Static method in class blackboard.cms.workflow.WorkflowManager
Deprecated. Inserts or updates the Workflow using the default connection.
saveFolderAssociation(BasicPortfolioFolderAssociation) - Static method in class blackboard.cms.portfolio.PortfolioUserAccessManager
 
saveProperty(String, String, String) - Method in interface blackboard.cms.metadata.MetadataManager
Persists specified property.
setAccountsAccessInd(boolean) - Method in class blackboard.cms.portfolio.Portfolio
 
setApprovedDate(Calendar) - Method in class blackboard.cms.lrngobj.LOItem
Set the date when the LOItem was approved
setApproverId(Id) - Method in class blackboard.cms.lrngobj.LOItem
Set the Approver Id for the LOItem.
setAssociatedFormId(Id) - Method in class blackboard.cms.metadata.XythosMetadata
 
setAuthors(String) - Method in class blackboard.cms.lrngobj.LOItem
Set the author for the LOItem
setAvailableExternalInd(boolean) - Method in class blackboard.cms.lrngobj.LOItem
Set whether the LOItem is available externally
setAvailableInd(boolean) - Method in class blackboard.cms.portfolio.Portfolio
Sets the availability flag for the Portfolio.
setAvailableInd(boolean) - Method in class blackboard.cms.portfolio.PortfolioItem
Set availability flag for the PortfolioItem.
setAvailableInd(boolean) - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Set availability flag for the PortfolioPageTemplate.
setAvailableInternalInd(boolean) - Method in class blackboard.cms.lrngobj.LOItem
Set whether the LOItem is available internally
setBaseName(String) - Method in class blackboard.cms.metadata.XythosMetadata
 
setBgColor(String) - Method in class blackboard.cms.portfolio.Portfolio
Sets the background color for the Portfolio.
setButtonStyleId(Id) - Method in class blackboard.cms.portfolio.Portfolio
Sets the button style Id for this Portfolio.
setCategoryId(Id) - Method in class blackboard.cms.lrngobj.LOItem
Set the Category Id for the LOItem
setComment(String) - Method in class blackboard.cms.portfolio.PortfolioComment
Deprecated.  
setComment(FormattedText) - Method in class blackboard.cms.portfolio.PortfolioComment
Set a comment for the PortfolioComment.
setComment(String) - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated.  
setComment(FormattedText) - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Sets the Comment for the WorkflowComment.
setCommentsSharedInd(boolean) - Method in class blackboard.cms.portfolio.Portfolio
Sets the comments flag for the Portfolio.
setCompletedInd(boolean) - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Sets a flag that denotes whether the WorkflowStatus is completed.
setCourseId(Id) - Method in class blackboard.cms.portfolio.PortfolioCourseAccess
Set a course id for the PortfolioCourseAccess.
setCreatedDate(Calendar) - Method in class blackboard.cms.metadata.XythosMetadata
Deprecated.  
setCustomProperty(String, String) - Method in class blackboard.cms.filesystem.CSEntryMetadata
Sets the metadata value for Custom properties.
setDatePosted(Calendar) - Method in class blackboard.cms.portfolio.PortfolioComment
Set the date posted for the PortfolioComment.
setDatePosted(Calendar) - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Sets the Due Date for the WorkflowComment.
setDescription(String) - Method in class blackboard.cms.lrngobj.LOItem
Set the description for the LOItem
setDescription(String) - Method in class blackboard.cms.portfolio.Portfolio
Sets the description for the Portfolio.
setDescription(String) - Method in class blackboard.cms.workflow.Workflow
Deprecated.  
setDescription(FormattedText) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the description for the Workflow.
setDueDate(Calendar) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the Due Date for the Workflow.
setEmailAddresses(String) - Method in class blackboard.cms.portfolio.PortfolioPass
Sets the email address for the PortfolioPass.
setExpireDate(Calendar) - Method in class blackboard.cms.portfolio.PortfolioPass
Set the date that the PortfolioPass will expire.
setFileContentType(String) - Method in class blackboard.cms.filesystem.CSFile
Change the content type for this file.
setFileEntryPath(String) - Method in class blackboard.cms.bookmark.Bookmark
Sets the file path for item for the Bookmark
setFileEntryPath(String) - Method in class blackboard.cms.lrngobj.LOItem
Set the file entry path for the LOItem
setFileEntryPath(String) - Method in class blackboard.cms.portfolio.PortfolioItem
Sets the file path for item for the PortfolioItem
setFileEntryPath(String) - Method in class blackboard.cms.workflow.WorkflowFile
Deprecated. Sets the file path for item for the WorkflowFile
setFileSystemEntry(FileSystemEntry) - Method in class blackboard.cms.metadata.XythosMetadata
 
setFolderInd(boolean) - Method in class blackboard.cms.bookmark.Bookmark
Sets the folder indicator flag for this Bookmark.
setHref(String) - Method in class blackboard.cms.portfolio.PortfolioItem
Set the URL for the PortfolioItem.
setHtml(String) - Method in class blackboard.cms.portfolio.PortfolioItem
Set the HTML content for the PortfolioItem.
setHtml(String) - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Set the HTML content for the PortfolioPageTemplate.
setId(Id) - Method in class blackboard.cms.metadata.XythosMetadata
Sets the Id value for this Identifiable object.
setIdentifier(String) - Method in class blackboard.cms.metadata.XythosMetadata
 
setKey(String) - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Sets the key for the MetadataTemplate.
setKeywords(String) - Method in class blackboard.cms.lrngobj.LOItem
Set the keywords for the LOItem
setLabel(String) - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Sets the label for the MetadataTemplate.
setLearningObjectives(String) - Method in class blackboard.cms.lrngobj.LOItem
Set the Learning Objectives for the LOItem
setLearningObjectives(String) - Method in class blackboard.cms.portfolio.Portfolio
Sets the Learning Objectives for the Portfolio.
setModifiedDate(Calendar) - Method in class blackboard.cms.metadata.XythosMetadata
Sets the last modified date for this IBbObject.
setName(String) - Method in class blackboard.cms.metadata.XythosMetadataStringRelationship
Sets name identifying relationship to object
setOwnerId(Id) - Method in class blackboard.cms.portfolio.Portfolio
Sets the owner Id for the Portfolio.
setOwnerId(Id) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the Owner Id for the Workflow.
setParentId(Id) - Method in class blackboard.cms.bookmark.Bookmark
Sets the parent Id for the Bookmark.
setParentId(Id) - Method in class blackboard.cms.lrngobj.LOCategory
Sets the parent Id for this Category
setPassword(String) - Method in class blackboard.cms.portfolio.PortfolioPass
Sets the password for the PortfolioPass.
setPasswordInd(boolean) - Method in class blackboard.cms.portfolio.PortfolioPass
Set password flag for the PortfolioPass.
setPortalRoleId(Id) - Method in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Set a portal role id for the PortfolioPortalRoleAccess.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioComment
Set the portfolio Id for the PortfolioComment.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioCourseAccess
Set a portfolio id for the PortfolioCourseAccess.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioItem
Sets the Id for the PortfolioItem.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioPass
Sets the Id for the PortfolioPass.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioPortalRoleAccess
Set a portfolio id for the PortfolioPortalRoleAccess.
setPortfolioId(Id) - Method in class blackboard.cms.portfolio.PortfolioUserAccess
Sets the portfolio Id for the PortfolioUserAccess.
setPosition(int) - Method in class blackboard.cms.portfolio.PortfolioItem
Sets the position for the PortfolioItem.
setPostedBy(String) - Method in class blackboard.cms.portfolio.PortfolioComment
 
setPriority(Workflow.Priority) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the Workflow Priority for the Workflow.
setQuota(long) - Method in class blackboard.cms.filesystem.CSCustomDirectory
Sets the quota for this directory.
setQuota(long) - Method in class blackboard.cms.filesystem.CSDirectory
Sets the quota for this directory.
setResponse(String) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated.  
setResponse(FormattedText) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Sets the Response for the WorkflowAssignment.
setSentDate(Calendar) - Method in class blackboard.cms.portfolio.PortfolioPass
Set the date that the PortfolioPass was sent.
setStandardProperty(String, String) - Method in class blackboard.cms.filesystem.CSEntryMetadata
Sets the metadata value for Standard properties.
setStatus(LOItem.Status) - Method in class blackboard.cms.lrngobj.LOItem
Set the LOItem status
setStatusId(Id) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Sets the status Id for the WorkflowAssignment.
setSubmittedDate(Calendar) - Method in class blackboard.cms.lrngobj.LOItem
Set the date when the LOItem was submitted
setSubmitterId(Id) - Method in class blackboard.cms.lrngobj.LOItem
Set the submitter Id for the LOItem.
setTextColor(String) - Method in class blackboard.cms.portfolio.Portfolio
Sets the text color for this Portfolio.
setTextNavInd(boolean) - Method in class blackboard.cms.portfolio.Portfolio
Sets the text navigation flag for the Portfolio.
setTitle(String) - Method in class blackboard.cms.bookmark.Bookmark
Sets the title for the Bookmark.
setTitle(String) - Method in class blackboard.cms.lrngobj.LOCategory
Sets the title of the Learning Object Category
setTitle(String) - Method in class blackboard.cms.lrngobj.LOItem
Sets the title of the Learning Object Item
setTitle(String) - Method in class blackboard.cms.portfolio.Portfolio
Sets the title for this Portfolio.
setTitle(String) - Method in class blackboard.cms.portfolio.PortfolioItem
Sets the Title for the PortfolioItem.
setTitle(String) - Method in class blackboard.cms.portfolio.PortfolioPageTemplate
Sets the Title for the PortfolioPageTemplate.
setTitle(String) - Method in class blackboard.cms.portfolio.PortfolioPass
Sets the Title for the PortfolioPass.
setTitle(String) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the Title for the Workflow.
setTitle(String) - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Sets the Title for the WorkflowType.
setTitle(String) - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Sets the Title for the WorkflowType.
setType(String) - Method in class blackboard.cms.portfolio.PortfolioItem
Sets the type for the PortfolioItem.
setType(String) - Method in class blackboard.cms.workflow.Workflow
Deprecated. Sets the type for the Workflow.
setUserDeletedInd(boolean) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Sets a flag denoting whether the WorkflowAssignment was deleted by the user.
setUserId(Id) - Method in class blackboard.cms.bookmark.Bookmark
Sets the user Id for the Bookmark.
setUserId(Id) - Method in class blackboard.cms.portfolio.PortfolioComment
Set the user Id for the PortfolioComment.
setUserId(Id) - Method in class blackboard.cms.portfolio.PortfolioUserAccess
Sets the user Id for the PortfolioUserAccess.
setUserId(Id) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Sets the user Id for the WorkflowAssignment.
setUserId(Id) - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Sets the User Id for the WorkflowComment.
setWorkflowId(Id) - Method in class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Sets the workflow Id for the WorkflowAssignment.
setWorkflowId(Id) - Method in class blackboard.cms.workflow.WorkflowComment
Deprecated. Sets the Workflow Id for the WorkflowComment.
setWorkflowId(Id) - Method in class blackboard.cms.workflow.WorkflowFile
Deprecated. Sets the Workflow Id for the WorkflowFile.
setWorkflowType(String) - Method in class blackboard.cms.workflow.WorkflowStatus
Deprecated. Sets the Workflow Type for the WorkflowType.
setWorkflowType(String) - Method in class blackboard.cms.workflow.WorkflowType
Deprecated. Sets the Workflow Type for the WorkflowType.
setXythosId(String) - Method in class blackboard.cms.metadata.XythosMetadata
 
SystemRolePrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a CSPrincipal for a given User.SystemRole
SystemRolePrincipal(BlackboardSystemRoleGroup) - Constructor for class blackboard.cms.filesystem.security.SystemRolePrincipal
 

U

updatePermissions(boolean, boolean, boolean, boolean) - Method in class blackboard.cms.filesystem.CSAccessControlEntry
Sets the permissions (read/write/delete/manage) for the user/users identified by the associated PrincipalID
UserPrincipal - Class in blackboard.cms.filesystem.security
Object used to represent a CSPrincipal for a User

V

validate() - Method in class blackboard.cms.metadata.MetadataTemplate
Deprecated. Validates the contents of this MetadataTemplate.
validate() - Method in class blackboard.cms.metadata.XythosMetadata
Validates the contents of this BbObject.
valueOf(String) - Static method in enum blackboard.cms.metadata.MetadataManager.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum blackboard.cms.workflow.WorkflowAssignment.Status
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum blackboard.cms.metadata.MetadataManager.Options
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum blackboard.cms.workflow.WorkflowAssignment.Status
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.

W

Workflow - Class in blackboard.cms.workflow
Deprecated.  
Workflow() - Constructor for class blackboard.cms.workflow.Workflow
Deprecated. Creates an instance of Workflow with default property values.
Workflow.Priority - Class in blackboard.cms.workflow
Deprecated.  
WorkflowAssignment - Class in blackboard.cms.workflow
Deprecated.  
WorkflowAssignment() - Constructor for class blackboard.cms.workflow.WorkflowAssignment
Deprecated. Creates an instance of WorkflowAssignment with default property values.
WorkflowAssignment.Status - Enum in blackboard.cms.workflow
Deprecated. The completion status of a task assignment.
WorkflowAssignmentManager - Class in blackboard.cms.workflow
Deprecated.  
WorkflowAssignmentManager() - Constructor for class blackboard.cms.workflow.WorkflowAssignmentManager
Deprecated.  
WorkflowComment - Class in blackboard.cms.workflow
Deprecated.  
WorkflowComment() - Constructor for class blackboard.cms.workflow.WorkflowComment
Deprecated. Creates an instance of Workflow with default property values.
WorkflowCommentManager - Class in blackboard.cms.workflow
Deprecated.  
WorkflowCommentManager() - Constructor for class blackboard.cms.workflow.WorkflowCommentManager
Deprecated.  
WorkflowFile - Class in blackboard.cms.workflow
Deprecated.  
WorkflowFile() - Constructor for class blackboard.cms.workflow.WorkflowFile
Deprecated. Creates an instance of WorkflowFile with default property values.
WorkflowFileManager - Class in blackboard.cms.workflow
Deprecated.  
WorkflowFileManager() - Constructor for class blackboard.cms.workflow.WorkflowFileManager
Deprecated.  
WorkflowManager - Class in blackboard.cms.workflow
Deprecated.  
WorkflowManager() - Constructor for class blackboard.cms.workflow.WorkflowManager
Deprecated.  
WorkflowStatus - Class in blackboard.cms.workflow
Deprecated.  
WorkflowStatus() - Constructor for class blackboard.cms.workflow.WorkflowStatus
Deprecated. Creates an instance of WorkflowStatus with default property values.
WorkflowType - Class in blackboard.cms.workflow
Deprecated.  
WorkflowType() - Constructor for class blackboard.cms.workflow.WorkflowType
Deprecated. Creates an instance of WorkflowType with default property values.
WorkflowTypeManager - Class in blackboard.cms.workflow
Deprecated.  
WorkflowTypeManager() - Constructor for class blackboard.cms.workflow.WorkflowTypeManager
Deprecated.  
writeToLocalOutputStream(String, OutputStream) - Method in class blackboard.cms.filesystem.ContentSystemHelperImpl
 

X

XythosMetadata - Class in blackboard.cms.metadata
Data encapsulation for information corresponding to they properties that can be dynamically associated with xythos entities.
XythosMetadata() - Constructor for class blackboard.cms.metadata.XythosMetadata
Default constructor
XythosMetadataDef - Interface in blackboard.cms.metadata
 
XythosMetadataStringRelationship - Class in blackboard.cms.metadata
The StringRelationship represents the information relevant for the display and modification associated with the parent object.
XythosMetadataStringRelationship() - Constructor for class blackboard.cms.metadata.XythosMetadataStringRelationship
 

_

_bbAttributes - Variable in class blackboard.cms.metadata.XythosMetadata
 

A B C D F G H I K L M N P R S U V W X _

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