public final class RuleResponsibility extends AbstractDataTransferObject implements RuleResponsibilityContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleResponsibility.Builder
A builder which can be used to construct
RuleResponsibility instances. |
static class |
RuleResponsibility.Cache |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActionRequestedCd()
code for the Action Requested
|
String |
getApprovePolicy()
approval policy for the RuleResponsibility
|
List<RuleDelegation> |
getDelegationRules()
list of RuleDelegations for the RuleResponsibility
|
String |
getGroupId()
unique id of the Group for the RuleResponsibility
|
String |
getId() |
String |
getObjectId() |
String |
getPrincipalId()
unique id of the Principal for the RuleResponsibility
|
Integer |
getPriority()
integer representation of the priority of the RuleResponsibility
|
String |
getResolvedRoleName() |
String |
getResponsibilityId()
Unique Id for Responsibility.
|
String |
getRoleAttributeName() |
String |
getRoleName()
unique name of the Role for the RuleResponsibility
|
Long |
getVersionNumber() |
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
|
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic Integer getPriority()
RuleResponsibilityContractgetPriority in interface RuleResponsibilityContractpublic String getResponsibilityId()
RuleResponsibilityContractThis is the unique Id of the Responsibility
getResponsibilityId in interface RuleResponsibilityContractpublic String getActionRequestedCd()
RuleResponsibilityContractThis code matches the unique code for an ActionRequest
getActionRequestedCd in interface RuleResponsibilityContractpublic String getApprovePolicy()
RuleResponsibilityContractgetApprovePolicy in interface RuleResponsibilityContractpublic String getPrincipalId()
RuleResponsibilityContractgetPrincipalId in interface RuleResponsibilityContractpublic String getGroupId()
RuleResponsibilityContractgetGroupId in interface RuleResponsibilityContractpublic String getRoleName()
RuleResponsibilityContractgetRoleName in interface RuleResponsibilityContractpublic List<RuleDelegation> getDelegationRules()
RuleResponsibilityContractgetDelegationRules in interface RuleResponsibilityContractpublic boolean isUsingRole()
RuleResponsibilityContractisUsingRole in interface RuleResponsibilityContractpublic boolean isUsingPrincipal()
RuleResponsibilityContractisUsingPrincipal in interface RuleResponsibilityContractpublic boolean isUsingGroup()
RuleResponsibilityContractisUsingGroup in interface RuleResponsibilityContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic String getRoleAttributeName()
public String getResolvedRoleName()
public boolean equals(Object o)
equals in interface ModelObjectCompleteequals in class AbstractDataTransferObjectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.