public interface ActionTakenDao
ActionTakenValues.| Modifier and Type | Method and Description | 
|---|---|
| Timestamp | getLastActionTakenDate(String documentId,
                                            ActionType actionType)Returns the Timestamp of the last action of the given type taken against the document. | 
Timestamp getLastActionTakenDate(String documentId, ActionType actionType)
Both documentId and actionType must be supplied to this query. Otherwise an
 IllegalArgumentException will be thrown.
documentId - the id of the document to checkactionType - the type of the action to look forIllegalArgumentException - if documentId is null or blank, or if actionType is nullCopyright © 2005–2015 The Kuali Foundation. All rights reserved.