public interface RuleResponsibilityContract extends Identifiable, GloballyUnique, Versioned
Modifier and Type | Method and Description |
---|---|
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
|
getId
getObjectId
getVersionNumber
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()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.