public interface RoleResponsibilityActionContract extends Versioned, Identifiable
Associates a Role/Responsibility/(Group/Principal).
When a person is assigned to a role with a responsibility, the UI must populate this table with this additional information.
Data is an action request type (approve/acknowledge/fyi/etc...), and a priority number| Modifier and Type | Method and Description | 
|---|---|
| String | getActionPolicyCode()Returns the action policy code. | 
| String | getActionTypeCode()A string representation of the action type to be taken on this RoleResponsibilityAction. | 
| Integer | getPriorityNumber() | 
| String | getRoleMemberId()String identifier for an associated RoleMember | 
| RoleResponsibilityContract | getRoleResponsibility()Returns a RoleResponsibility instances associated with this action. | 
| String | getRoleResponsibilityId()Id of the contained RoleResponsibility object. | 
| boolean | isForceAction() | 
getVersionNumbergetIdString getRoleResponsibilityId()
String getActionTypeCode()
A string representation of the action type to be taken on this RoleResponsibilityAction.
Examples are
Integer getPriorityNumber()
String getActionPolicyCode()
String getRoleMemberId()
RoleResponsibilityContract getRoleResponsibility()
boolean isForceAction()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.