public interface ActionListService
Modifier and Type | Method and Description |
---|---|
List<ActionItem> |
getActionItems(String documentId,
List<String> actionRequestedCodes)
Returns a list of
ActionItem s for a Document that match one of the
passed in actionRequestCodes |
List<ActionItem> |
getActionItemsForPrincipal(String principalId)
Returns a list of
ActionItem s for a Principal in the system |
List<ActionItem> |
getAllActionItems(String documentId)
Returns a list of all
ActionItem s for a Document |
Integer |
getUserActionItemCount(String principalId)
Gets the number of ActionItems for a given principal
|
Integer getUserActionItemCount(String principalId) throws RiceIllegalArgumentException
principalId
- unique Id for a principal in the systemRiceIllegalArgumentException
- if principalId
is nullList<ActionItem> getAllActionItems(String documentId) throws RiceIllegalArgumentException
ActionItem
s for a Document
documentId
- unique id of the document to get the ActionItems forRiceIllegalArgumentException
- if documentId
is nullList<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes) throws RiceIllegalArgumentException
ActionItem
s for a Document
that match one of the
passed in actionRequestCodesdocumentId
- unique id of the document to get the ActionItems foractionRequestedCodes
- list of action request codes to match with the ActionItemsRiceIllegalArgumentException
- if documentId
is nullList<ActionItem> getActionItemsForPrincipal(String principalId) throws RiceIllegalArgumentException
ActionItem
s for a Principal in the systemprincipalId
- unique Id for a principal in the systemRiceIllegalArgumentException
- if principalId
is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.