|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleResponsibilityActionContract
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
Method Summary | |
---|---|
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()
|
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Method Detail |
---|
String 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |