|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.rule.RuleResponsibility
public final class RuleResponsibility
| Nested Class Summary | |
|---|---|
static class |
RuleResponsibility.Builder
A builder which can be used to construct RuleResponsibility instances. |
static class |
RuleResponsibility.Cache
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
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()
The unique identifier for an object. |
String |
getObjectId()
Return the globally unique object id of this object. |
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()
Returns the version number for this object. |
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 class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
Identifiable
getId in interface Identifiablepublic Integer getPriority()
RuleResponsibilityContract
getPriority 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()
RuleResponsibilityContract
getApprovePolicy in interface RuleResponsibilityContractpublic String getPrincipalId()
RuleResponsibilityContract
getPrincipalId in interface RuleResponsibilityContractpublic String getGroupId()
RuleResponsibilityContract
getGroupId in interface RuleResponsibilityContractpublic String getRoleName()
RuleResponsibilityContract
getRoleName in interface RuleResponsibilityContractpublic List<RuleDelegation> getDelegationRules()
RuleResponsibilityContract
getDelegationRules in interface RuleResponsibilityContractpublic boolean isUsingRole()
RuleResponsibilityContract
isUsingRole in interface RuleResponsibilityContractpublic boolean isUsingPrincipal()
RuleResponsibilityContract
isUsingPrincipal in interface RuleResponsibilityContractpublic boolean isUsingGroup()
RuleResponsibilityContract
isUsingGroup in interface RuleResponsibilityContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic String getRoleAttributeName()
public String getResolvedRoleName()
public boolean equals(Object o)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class AbstractDataTransferObjecto - to object to compare for equality
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||