|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 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 |
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 ActionListService
principalId
- unique Id for a principal in the system
public List<ActionItem> getActionItemsForPrincipal(String principalId)
ActionListService
ActionItem
s for a Principal in the system
getActionItemsForPrincipal
in interface ActionListService
principalId
- unique Id for a principal in the system
public List<ActionItem> getAllActionItems(String documentId)
ActionListService
ActionItem
s for a Document
getAllActionItems
in interface ActionListService
documentId
- unique id of the document to get the ActionItems for
public List<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes)
ActionListService
ActionItem
s for a Document
that match one of the
passed in actionRequestCodes
getActionItems
in interface ActionListService
documentId
- 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 |