Package 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
Modifier and TypeMethodDescriptionGets the ID of the action item this customization is forGets the set of actions in this action item customization.Gets the display parameters in this action item customization.
-
Method Details
-
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.
-