Method Summary |
|
public void | addAuthor(User author) Add an author to the author list. |
void | clearGroupAccess() Remove any grouping for this message; the access mode reverts to channel and any groups are removed. |
public void | removeAuthor(User author) Remove an author from the author list. |
void | setAccess(AssignmentAccess access) Set the access mode for the assignment - how we compute who has access to the assignment. |
public void | setCloseTime(Time closeTime) Set the time after which this assignment can no longer be viewed, and after which submissions will not be accepted. |
public void | setContent(AssignmentContent content) Set the AssignmentContent of this Assignment. |
public void | setContentReference(String contentReference) Set the reference of the AssignmentContent of this Assignment. |
public void | setContext(String context) Set the Assignment's context at the time of creation. |
public void | setDraft(boolean draft) Set whether this is a draft or final copy. |
public void | setDropDeadTime(Time dropDeadTime) Set the drop dead time after which responses to this assignment are considered late; may be null. |
public void | setDueTime(Time dueTime) Set the time at which the assignment is due; may be null. |
void | setGroupAccess(Collection groups) Set these as the message's groups, replacing the access and groups already defined. |
public void | setOpenTime(Time openTime) Set the first time at which the assignment can be viewed; may be null. |
public void | setSection(String sectionId) |
public void | setTitle(String title) Set the title. |