Class ActionListServiceNewImpl

java.lang.Object
org.kuali.rice.kew.impl.actionlist.ActionListServiceNewImpl
All Implemented Interfaces:
org.kuali.rice.kew.api.actionlist.ActionListService

public class ActionListServiceNewImpl extends Object implements org.kuali.rice.kew.api.actionlist.ActionListService
Reference implementation of the ActionListService api.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ActionListServiceNewImpl

      public ActionListServiceNewImpl()
  • Method Details

    • getUserActionItemCount

      public Integer getUserActionItemCount(String principalId)
      Specified by:
      getUserActionItemCount in interface org.kuali.rice.kew.api.actionlist.ActionListService
    • getActionItemsForPrincipal

      public List<org.kuali.rice.kew.api.action.ActionItem> getActionItemsForPrincipal(String principalId)
      Specified by:
      getActionItemsForPrincipal in interface org.kuali.rice.kew.api.actionlist.ActionListService
    • getAllActionItems

      public List<org.kuali.rice.kew.api.action.ActionItem> getAllActionItems(String documentId)
      Specified by:
      getAllActionItems in interface org.kuali.rice.kew.api.actionlist.ActionListService
    • getActionItems

      public List<org.kuali.rice.kew.api.action.ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes)
      Specified by:
      getActionItems in interface org.kuali.rice.kew.api.actionlist.ActionListService