org.kuali.rice.kew.api.action
Interface ActionItemCustomizationContract

All Known Implementing Classes:
ActionItemCustomization, ActionItemCustomization.Builder

public interface ActionItemCustomizationContract

Contract interface for action item customizations


Method Summary
 String getActionItemId()
          Gets the ID of the action item this customization is for
 ActionSet getActionSet()
          Gets the set of actions in this action item customization.
 DisplayParameters getDisplayParameters()
          Gets the display parameters in this action item customization.
 

Method Detail

getActionItemId

String getActionItemId()
Gets the ID of the action item this customization is for

Returns:
the action item id. Never null.

getDisplayParameters

DisplayParameters getDisplayParameters()
Gets the display parameters in this action item customization.

Returns:
the display parameters. May be null.

getActionSet

ActionSet getActionSet()
Gets the set of actions in this action item customization.

Returns:
the action set. Never null.


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.