| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionItem | |
|---|---|
| edu.sampleu.travel.workflow | |
| org.kuali.rice.ken.kew | |
| org.kuali.rice.kew.actionitem | |
| org.kuali.rice.kew.actionlist | |
| org.kuali.rice.kew.api.action | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kew.api.actionlist | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kew.api.mail | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kew.framework.actionlist | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kew.impl.actionlist | |
| org.kuali.rice.kew.impl.mail | |
| org.kuali.rice.kew.mail.service | |
| org.kuali.rice.kew.mail.service.impl | |
| org.kuali.rice.kew.notification.service | |
| org.kuali.rice.kew.notification.service.impl | |
| org.kuali.rice.kew.routeheader.service | |
| org.kuali.rice.kew.routeheader.service.impl | |
| Uses of ActionItem in edu.sampleu.travel.workflow | 
|---|
| Methods in edu.sampleu.travel.workflow with parameters of type ActionItem | |
|---|---|
 DisplayParameters | 
CustomActionListAttributeImpl.getDocHandlerDisplayParameters(String principalId,
                                                             ActionItem actionItem)
 | 
 ActionSet | 
CustomActionListAttributeImpl.getLegalActions(String principalId,
                               ActionItem actionItem)
 | 
| Uses of ActionItem in org.kuali.rice.ken.kew | 
|---|
| Methods in org.kuali.rice.ken.kew with parameters of type ActionItem | |
|---|---|
 DisplayParameters | 
NotificationCustomActionListAttribute.getDocHandlerDisplayParameters(String principalId,
                                                             ActionItem actionItem)
 | 
 ActionSet | 
NotificationCustomActionListAttribute.getLegalActions(String principalId,
                               ActionItem actionItem)
 | 
| Uses of ActionItem in org.kuali.rice.kew.actionitem | 
|---|
| Methods in org.kuali.rice.kew.actionitem that return ActionItem | |
|---|---|
static ActionItem | 
ActionItem.to(ActionItem bo)
 | 
| Methods in org.kuali.rice.kew.actionitem that return types with arguments of type ActionItem | |
|---|---|
static List<ActionItem> | 
ActionItem.to(Collection<ActionItem> bos)
 | 
| Uses of ActionItem in org.kuali.rice.kew.actionlist | 
|---|
| Methods in org.kuali.rice.kew.actionlist that return types with arguments of type ActionItem | |
|---|---|
 List<ActionItem> | 
ActionListForm.getApiActionList()
 | 
| Methods in org.kuali.rice.kew.actionlist with parameters of type ActionItem | |
|---|---|
 DisplayParameters | 
CustomActionListAttribute.getDocHandlerDisplayParameters(String principalId,
                                                             ActionItem actionItem)
Returns the display parameters for the inline framed doc handler on the Action List.  | 
 DisplayParameters | 
DefaultCustomActionListAttribute.getDocHandlerDisplayParameters(String principalId,
                                                             ActionItem actionItem)
 | 
 ActionSet | 
CustomActionListAttribute.getLegalActions(String principalId,
                               ActionItem actionItem)
Returns the set of legal actions for this Action List attribute.  | 
 ActionSet | 
DefaultCustomActionListAttribute.getLegalActions(String principalId,
                               ActionItem actionItem)
 | 
| Uses of ActionItem in org.kuali.rice.kew.api.action | 
|---|
| Methods in org.kuali.rice.kew.api.action that return ActionItem | |
|---|---|
 ActionItem | 
ActionItem.Builder.build()
 | 
| Uses of ActionItem in org.kuali.rice.kew.api.actionlist | 
|---|
| Methods in org.kuali.rice.kew.api.actionlist that return types with arguments of type ActionItem | |
|---|---|
 List<ActionItem> | 
ActionListService.getActionItems(String documentId,
                             List<String> actionRequestedCodes)
Returns a list of ActionItems for a Document that match one of the
 passed in actionRequestCodes | 
 List<ActionItem> | 
ActionListService.getActionItemsForPrincipal(String principalId)
Returns a list of ActionItems for a Principal in the system | 
 List<ActionItem> | 
ActionListService.getAllActionItems(String documentId)
Returns a list of all ActionItems for a Document | 
| Uses of ActionItem in org.kuali.rice.kew.api.mail | 
|---|
| Methods in org.kuali.rice.kew.api.mail with parameters of type ActionItem | |
|---|---|
 void | 
ImmediateEmailReminderQueue.sendReminder(ActionItem actionItem,
                         Boolean skipOnApprovals)
 | 
| Uses of ActionItem in org.kuali.rice.kew.framework.actionlist | 
|---|
| Method parameters in org.kuali.rice.kew.framework.actionlist with type arguments of type ActionItem | |
|---|---|
 List<ActionItemCustomization> | 
ActionListCustomizationHandlerService.customizeActionList(String principalId,
                                       List<ActionItem> actionItems)
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.  | 
 Map<String,ActionItemCustomization> | 
ActionListCustomizationMediator.getActionListCustomizations(String principalId,
                                                       List<ActionItem> actionItems)
Retrieves a Map from ActionItem id to ActionItemCustomization for the ActionItems provided.  | 
| Uses of ActionItem in org.kuali.rice.kew.impl.actionlist | 
|---|
| Methods in org.kuali.rice.kew.impl.actionlist that return types with arguments of type ActionItem | |
|---|---|
 List<ActionItem> | 
ActionListServiceNewImpl.getActionItems(String documentId,
                             List<String> actionRequestedCodes)
 | 
 List<ActionItem> | 
ActionListServiceNewImpl.getActionItemsForPrincipal(String principalId)
 | 
 List<ActionItem> | 
ActionListServiceNewImpl.getAllActionItems(String documentId)
 | 
| Method parameters in org.kuali.rice.kew.impl.actionlist with type arguments of type ActionItem | |
|---|---|
 List<ActionItemCustomization> | 
ActionListCustomizationHandlerServiceImpl.customizeActionList(String principalId,
                                       List<ActionItem> actionItems)
 | 
 Map<String,ActionItemCustomization> | 
ActionListCustomizationMediatorImpl.getActionListCustomizations(String principalId,
                                                       List<ActionItem> actionItems)
partitions ActionItems by application id, and calls the appropriate ActionListCustomizationHandlerService for each parition, merging the results. | 
| Uses of ActionItem in org.kuali.rice.kew.impl.mail | 
|---|
| Methods in org.kuali.rice.kew.impl.mail with parameters of type ActionItem | |
|---|---|
 void | 
ImmediateEmailReminderQueueImpl.sendReminder(ActionItem actionItem,
                         Boolean skipOnApprovals)
 | 
| Uses of ActionItem in org.kuali.rice.kew.mail.service | 
|---|
| Methods in org.kuali.rice.kew.mail.service with parameters of type ActionItem | |
|---|---|
 EmailContent | 
EmailContentService.generateImmediateReminder(Person person,
                                                   ActionItem actionItem,
                                                   DocumentType documentType)
 | 
 void | 
ActionListEmailService.sendImmediateReminder(ActionItem actionItem,
                                           Boolean skipOnApprovals)
 | 
| Method parameters in org.kuali.rice.kew.mail.service with type arguments of type ActionItem | |
|---|---|
 EmailContent | 
EmailContentService.generateDailyReminder(Person person,
                                           Collection<ActionItem> actionItems)
 | 
 EmailContent | 
EmailContentService.generateWeeklyReminder(Person person,
                                             Collection<ActionItem> actionItems)
 | 
| Uses of ActionItem in org.kuali.rice.kew.mail.service.impl | 
|---|
| Methods in org.kuali.rice.kew.mail.service.impl with parameters of type ActionItem | |
|---|---|
protected static void | 
StyleableEmailContentServiceImpl.addDelegatorElement(Document doc,
                                       Element baseElement,
                                       ActionItem actionItem)
 | 
protected  void | 
StyleableEmailContentServiceImpl.addSummarizedActionItem(Document doc,
                                               ActionItem actionItem,
                                               Person user,
                                               Node node,
                                               DocumentRouteHeaderValue routeHeader)
This method is used to add the given ActionItem to the given Document in a summarized
 form for use in weekly or daily type reminder e-mails. | 
protected static void | 
StyleableEmailContentServiceImpl.addWorkgroupRequestElement(Document doc,
                                                     Element baseElement,
                                                     ActionItem actionItem)
 | 
 String | 
ActionListEmailServiceImpl.buildImmediateReminderBody(Person person,
                                                     ActionItem actionItem,
                                                     DocumentType documentType)
 | 
 EmailContent | 
StyleableEmailContentServiceImpl.generateImmediateReminder(Person user,
                                                   ActionItem actionItem,
                                                   DocumentType documentType)
This method generates an EmailContent object using the given parameters. | 
protected static CustomEmailAttribute | 
BaseEmailContentServiceImpl.getCustomEmailAttribute(Person user,
                                               ActionItem actionItem)
 | 
 DocumentRouteHeaderValue | 
StyleableEmailContentServiceImpl.getRouteHeader(ActionItem actionItem)
 | 
 void | 
ActionListEmailServiceImpl.sendImmediateReminder(ActionItem actionItem,
                                           Boolean skipOnApprovals)
 | 
 void | 
CustomizableActionListEmailServiceImpl.sendImmediateReminder(ActionItem actionItem,
                                           Boolean skipOnApprovals)
 | 
| Method parameters in org.kuali.rice.kew.mail.service.impl with type arguments of type ActionItem | |
|---|---|
 EmailContent | 
StyleableEmailContentServiceImpl.generateDailyReminder(Person user,
                                           Collection<ActionItem> actionItems)
 | 
protected  EmailContent | 
StyleableEmailContentServiceImpl.generateReminderForActionItems(Person user,
                                                             Collection<ActionItem> actionItems,
                                                             String name,
                                                             String style)
 | 
 EmailContent | 
StyleableEmailContentServiceImpl.generateWeeklyReminder(Person user,
                                             Collection<ActionItem> actionItems)
 | 
protected  Map<String,DocumentRouteHeaderValue> | 
StyleableEmailContentServiceImpl.getRouteHeaders(Collection<ActionItem> actionItems)
 | 
| Uses of ActionItem in org.kuali.rice.kew.notification.service | 
|---|
| Method parameters in org.kuali.rice.kew.notification.service with type arguments of type ActionItem | |
|---|---|
 void | 
NotificationService.notify(List<ActionItem> actionItems)
Send out notifications in regards to the given ActionItems being generated.  | 
 void | 
NotificationService.removeNotification(List<ActionItem> actionItems)
Remove notifications for action items that are being deleted  | 
| Uses of ActionItem in org.kuali.rice.kew.notification.service.impl | 
|---|
| Methods in org.kuali.rice.kew.notification.service.impl with parameters of type ActionItem | |
|---|---|
protected  boolean | 
DefaultNotificationService.isItemOriginatingFromSave(ActionItem actionItem)
Returns true if the ActionItem doesn't represent a request generated from a "SAVE" action or, if it does, returns true if the document type policy  | 
protected  void | 
KCBNotificationService.sendNotification(ActionItem actionItem)
 | 
protected  void | 
DefaultNotificationService.sendNotification(ActionItem actionItem)
Sends a notification  | 
protected  boolean | 
DefaultNotificationService.shouldNotify(ActionItem actionItem)
 | 
protected  boolean | 
DefaultNotificationService.shouldNotifyOnSave(ActionItem actionItem)
 | 
| Method parameters in org.kuali.rice.kew.notification.service.impl with type arguments of type ActionItem | |
|---|---|
 void | 
DefaultNotificationService.notify(List<ActionItem> actionItems)
Queues up immediate email processors for ActionItem notification.  | 
 void | 
KCBNotificationService.removeNotification(List<ActionItem> actionItems)
 | 
 void | 
DefaultNotificationService.removeNotification(List<ActionItem> actionItems)
 | 
| Uses of ActionItem in org.kuali.rice.kew.routeheader.service | 
|---|
| Method parameters in org.kuali.rice.kew.routeheader.service with type arguments of type ActionItem | |
|---|---|
 Map<String,DocumentRouteHeaderValue> | 
RouteHeaderService.getRouteHeadersForActionItems(Collection<ActionItem> actionItems)
 | 
| Uses of ActionItem in org.kuali.rice.kew.routeheader.service.impl | 
|---|
| Method parameters in org.kuali.rice.kew.routeheader.service.impl with type arguments of type ActionItem | |
|---|---|
 Map<String,DocumentRouteHeaderValue> | 
RouteHeaderServiceImpl.getRouteHeadersForActionItems(Collection<ActionItem> actionItems)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||