| Package | Description |
|---|---|
| org.kuali.rice.kew.api.action |
Copyright 2005-2018 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-2018 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-2018 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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionItem |
ActionItem.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmediateEmailReminderQueue.sendReminder(ActionItem actionItem,
Boolean skipOnApprovals) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.