Package | Description |
---|---|
org.kuali.rice.kew.actionitem | |
org.kuali.rice.kew.actionlist | |
org.kuali.rice.kew.actionlist.service.impl | |
org.kuali.rice.kew.actionlist.web |
Modifier and Type | Class and Description |
---|---|
class |
ActionItem
This is the model for action items.
|
class |
OutboxItem
Outbox item.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends ActionItemBase> |
ActionItemBase.deepCopy(Map<Object,Object> visited,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
protected ActionItemBase |
ActionListController.getActionItemFromActionList(List<? extends ActionItemBase> actionList,
String actionItemId)
Gets action item from list.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ActionItemBase> |
ActionListForm.getActionList() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActionListController.addCustomActions(List<? extends ActionItemBase> actionList,
Preferences preferences,
ActionListForm form)
Adds custom actions to action items.
|
protected ActionItemBase |
ActionListController.getActionItemFromActionList(List<? extends ActionItemBase> actionList,
String actionItemId)
Gets action item from list.
|
protected void |
ActionListController.initializeDelegators(ActionListForm actionListForm,
ActionListFilter filter,
List<? extends ActionItemBase> actionList,
javax.servlet.http.HttpServletRequest request)
Initializes Delegators
|
protected void |
ActionListController.initializePrimaryDelegate(ActionListForm actionListForm,
ActionListFilter filter,
List<? extends ActionItemBase> actionList,
javax.servlet.http.HttpServletRequest request)
Initializes primary delegate.
|
void |
ActionListForm.setActionList(List<? extends ActionItemBase> actionList) |
Constructor and Description |
---|
PaginatedActionList(List<? extends ActionItemBase> list,
int fullListSize,
int pageNumber,
int objectsPerPage,
String searchId,
String sortCriterion,
org.displaytag.properties.SortOrderEnum sortDirection) |
Modifier and Type | Method and Description |
---|---|
protected <T extends ActionItemBase> |
ActionListServiceImpl.saveActionItemBase(T actionItemBase) |
Modifier and Type | Method and Description |
---|---|
protected ActionItemBase |
ActionListAction.getActionItemFromActionList(List<? extends ActionItemBase> actionList,
String actionItemId) |
Modifier and Type | Method and Description |
---|---|
protected org.displaytag.pagination.PaginatedList |
ActionListAction.buildCurrentPage(List<? extends ActionItemBase> actionList,
Integer page,
String sortCriterion,
String sortDirection,
int pageSize,
Preferences preferences,
ActionListForm form) |
protected ActionItemBase |
ActionListAction.getActionItemFromActionList(List<? extends ActionItemBase> actionList,
String actionItemId) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.