Class ActionListCustomizationHandlerServiceImpl

java.lang.Object
org.kuali.rice.kew.impl.actionlist.ActionListCustomizationHandlerServiceImpl
All Implemented Interfaces:
org.kuali.rice.kew.framework.actionlist.ActionListCustomizationHandlerService

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

    • ActionListCustomizationHandlerServiceImpl

      public ActionListCustomizationHandlerServiceImpl()
  • Method Details

    • customizeActionList

      public 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
      Specified by:
      customizeActionList in interface org.kuali.rice.kew.framework.actionlist.ActionListCustomizationHandlerService
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException
    • getDocumentTypeService

      public DocumentTypeService getDocumentTypeService()
    • setDocumentTypeService

      public void setDocumentTypeService(DocumentTypeService documentTypeService)