Package org.kuali.rice.kew.api.action
Class ActionItemCustomization
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.action.ActionItemCustomization
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,ActionItemCustomizationContract
public class ActionItemCustomization
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements ActionItemCustomizationContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructActionItemCustomizationinstances. -
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.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getActionItemId
Description copied from interface:ActionItemCustomizationContractGets the ID of the action item this customization is for- Specified by:
getActionItemIdin interfaceActionItemCustomizationContract- Returns:
- the action item id. Never null.
-
getActionSet
Description copied from interface:ActionItemCustomizationContractGets the set of actions in this action item customization.- Specified by:
getActionSetin interfaceActionItemCustomizationContract- Returns:
- the action set. Never null.
-
getDisplayParameters
Description copied from interface:ActionItemCustomizationContractGets the display parameters in this action item customization.- Specified by:
getDisplayParametersin interfaceActionItemCustomizationContract- Returns:
- the display parameters. May be null.
-