|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleResponsibilityContract
Method Summary | |
---|---|
String |
getActionRequestedCd()
code for the Action Requested |
String |
getApprovePolicy()
approval policy for the RuleResponsibility |
List<? extends RuleDelegationContract> |
getDelegationRules()
list of RuleDelegations for the RuleResponsibility |
String |
getGroupId()
unique id of the Group for the RuleResponsibility |
String |
getPrincipalId()
unique id of the Principal for the RuleResponsibility |
Integer |
getPriority()
integer representation of the priority of the RuleResponsibility |
String |
getResponsibilityId()
Unique Id for Responsibility. |
String |
getRoleName()
unique name of the Role for the RuleResponsibility |
boolean |
isUsingGroup()
determines if the RuleResponsibiltity is using a kim Group |
boolean |
isUsingPrincipal()
determines if the RuleResponsibiltity is using a kim Principal |
boolean |
isUsingRole()
determines if the RuleResponsibiltity is using a kim Role |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Method Detail |
---|
String getResponsibilityId()
This is the unique Id of the Responsibility
String getActionRequestedCd()
This code matches the unique code for an ActionRequest
Integer getPriority()
String getApprovePolicy()
String getPrincipalId()
String getGroupId()
String getRoleName()
List<? extends RuleDelegationContract> getDelegationRules()
boolean isUsingRole()
boolean isUsingPrincipal()
boolean isUsingGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |