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.