public interface ActionTakenDao
ActionTakenValues.| Modifier and Type | Method and Description |
|---|---|
List<ActionTakenValue> |
findActionsTakenAtRouteNodeInstance(RouteNodeInstance nodeInstance)
Returns the actions taken at a route node instance
|
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 nullList<ActionTakenValue> findActionsTakenAtRouteNodeInstance(RouteNodeInstance nodeInstance)
nodeInstance - the route node instanceCopyright © 2005–2017 The Kuali Foundation. All rights reserved.