public class ActionInvocation extends AbstractDataTransferObject
Modifier and Type | Method and Description |
---|---|
static ActionInvocation |
create(ActionType action,
String actionItemId)
Creates a new
ActionInvocation which indicates that the specified action should be executed against the
action item with the given id. |
ActionType |
getAction() |
String |
getActionItemId() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public static ActionInvocation create(ActionType action, String actionItemId)
ActionInvocation
which indicates that the specified action should be executed against the
action item with the given id.action
- the action to execute against the action itemactionItemId
- the id of the action item against which to execute the actionActionInvocation
containing the provided valuesIllegalArgumentException
- if action
is null or actionItemId
is a null or blank valuepublic ActionType getAction()
public String getActionItemId()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.