Interface ActionListCustomizationHandlerService
public interface ActionListCustomizationHandlerService
A remotable service which handles processing of a client application's custom processing of
action list attributes.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionList<org.kuali.rice.kew.api.action.ActionItemCustomization> customizeActionList(String principalId, List<org.kuali.rice.kew.api.action.ActionItem> actionItems) Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
-
Method Details
-
customizeActionList
List<org.kuali.rice.kew.api.action.ActionItemCustomization> customizeActionList(String principalId, List<org.kuali.rice.kew.api.action.ActionItem> actionItems) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
- Parameters:
principalId- the id of the principal on whose behalf these customizations are being processedactionItems- the list of Action Items to get customizations for.- Returns:
- the list of Action Item Customizations
- Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException- if the given principalId is a null or blank value
-