| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.impl.actionlist.ActionListServiceNewImpl
public class ActionListServiceNewImpl
Reference implementation of the ActionListService api.
| Constructor Summary | |
|---|---|
| ActionListServiceNewImpl() | |
| Method Summary | |
|---|---|
|  List<ActionItem> | getActionItems(String documentId,
                             List<String> actionRequestedCodes)Returns a list of ActionItems for aDocumentthat match one of the
 passed in actionRequestCodes | 
|  List<ActionItem> | getActionItemsForPrincipal(String principalId)Returns a list of ActionItems for a Principal in the system | 
|  List<ActionItem> | getAllActionItems(String documentId)Returns a list of all ActionItems for aDocument | 
|  Integer | getUserActionItemCount(String principalId)Gets the number of ActionItems for a given principal | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ActionListServiceNewImpl()
| Method Detail | 
|---|
public Integer getUserActionItemCount(String principalId)
ActionListService
getUserActionItemCount in interface ActionListServiceprincipalId - unique Id for a principal in the system
public List<ActionItem> getActionItemsForPrincipal(String principalId)
ActionListServiceActionItems for a Principal in the system
getActionItemsForPrincipal in interface ActionListServiceprincipalId - unique Id for a principal in the system
public List<ActionItem> getAllActionItems(String documentId)
ActionListServiceActionItems for a Document
getAllActionItems in interface ActionListServicedocumentId - unique id of the document to get the ActionItems for
public List<ActionItem> getActionItems(String documentId,
                                       List<String> actionRequestedCodes)
ActionListServiceActionItems for a Document that match one of the
 passed in actionRequestCodes
getActionItems in interface ActionListServicedocumentId - unique id of the document to get the ActionItems foractionRequestedCodes - list of action request codes to match with the ActionItems
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||