Uses of Class
org.kuali.rice.kew.api.action.ActionItemCustomization

Packages that use ActionItemCustomization
org.kuali.rice.kew.api.action Copyright 2005-2012 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-2012 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   
 

Uses of ActionItemCustomization in org.kuali.rice.kew.api.action
 

Methods in org.kuali.rice.kew.api.action that return ActionItemCustomization
 ActionItemCustomization ActionItemCustomization.Builder.build()
           
 

Uses of ActionItemCustomization in org.kuali.rice.kew.framework.actionlist
 

Methods in org.kuali.rice.kew.framework.actionlist that return ActionItemCustomization
 ActionItemCustomization MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry.getValue()
           
 

Methods in org.kuali.rice.kew.framework.actionlist that return types with arguments of type ActionItemCustomization
 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
 

Method parameters in org.kuali.rice.kew.framework.actionlist with type arguments of type ActionItemCustomization
 MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry[] MapStringActionItemCustomizationAdapter.marshal(Map<String,ActionItemCustomization> map)
          converts the map to an array
 

Constructors in org.kuali.rice.kew.framework.actionlist with parameters of type ActionItemCustomization
MapStringActionItemCustomizationAdapter.StringActionItemCustomizationMapEntry(String key, ActionItemCustomization value)
           
 

Uses of ActionItemCustomization in org.kuali.rice.kew.impl.actionlist
 

Methods in org.kuali.rice.kew.impl.actionlist that return types with arguments of type ActionItemCustomization
 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-2012 The Kuali Foundation. All Rights Reserved.