public interface AssignmentActivityProducer extends TaggableActivityProducer
| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCER_ID
The type name of this producer.
|
| Modifier and Type | Method and Description |
|---|---|
TaggableActivity |
getActivity(Assignment assignment)
Method to wrap the given assignment as a taggable activity.
|
TaggableItem |
getItem(AssignmentSubmission assignmentSubmission,
String userId)
Method to wrap the given assignment submission as a taggable item.
|
allowGetItems, allowRemoveTags, allowRemoveTags, allowTransferCopyTags, checkReference, getActivities, getActivity, getContext, getId, getItem, getItemPermissionOverride, getItems, getItems, getName, hasSubmissions, hasSubmissionsstatic final String PRODUCER_ID
TaggableActivity getActivity(Assignment assignment)
assignment - The assignment.TaggableItem getItem(AssignmentSubmission assignmentSubmission, String userId)
assignmentSubmission - The assignment submission.userId - The identifier of the user that this item belongs to.Copyright © 2003–2019 The Sakai Foundation. All rights reserved.