Package org.sakaiproject.pasystem.api
Interface Acknowledger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacknowledge(String uuid, String userId)Mark an item as acknowledged with a type-appropriate acknowledgement type.voidacknowledge(String uuid, String userId, AcknowledgementType acknowledgementType)Mark an item as acknowledged with a specific acknowledgement type.
-
-
-
Method Detail
-
acknowledge
void acknowledge(String uuid, String userId)
Mark an item as acknowledged with a type-appropriate acknowledgement type.
-
acknowledge
void acknowledge(String uuid, String userId, AcknowledgementType acknowledgementType)
Mark an item as acknowledged with a specific acknowledgement type.
-
-