| Package | Description |
|---|---|
| org.kuali.rice.kew.api.action |
Copyright 2005-2015 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-2015 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 |
| Modifier and Type | Method and Description |
|---|---|
ActionItemCustomization |
ActionItemCustomization.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ActionItemCustomization |
MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.getValue() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<String,ActionItemCustomization> |
MapStringActionItemCustomizationAdapter.unmarshal(MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry[] entryArray)
converts the array back to a map
|
| Modifier and Type | Method and Description |
|---|---|
MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry[] |
MapStringActionItemCustomizationAdapter.marshal(Map<String,ActionItemCustomization> map)
converts the map to an array
|
| Constructor and Description |
|---|
MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry(String key,
ActionItemCustomization value) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.