|
||||||||||
| 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.kim.api.responsibility.ResponsibilityAction
public final class ResponsibilityAction
| Nested Class Summary | |
|---|---|
static class |
ResponsibilityAction.Builder
A builder which can be used to construct ResponsibilityAction instances. |
| Method Summary | |
|---|---|
String |
getActionPolicyCode()
The actionPolicyCode the responsibility action is associated with. |
String |
getActionTypeCode()
The actionTypeCode the responsibility action is associated with. |
List<DelegateType> |
getDelegates()
The delegates for this responsibility action. |
String |
getGroupId()
The groupId the responsibility action is associated with. |
String |
getMemberRoleId()
The memberRoleId the responsibility action is associated with. |
String |
getParallelRoutingGroupingCode()
The parallelRoutingGroupingCode the responsibility action is associated with. |
String |
getPrincipalId()
The principalId the responsibility action is associated with. |
Integer |
getPriorityNumber()
The priorityNumber the responsibility action is associated with. |
Map<String,String> |
getQualifier()
The qualifying attributes for the responsibility action. |
String |
getResponsibilityId()
The responsibilityId the responsibility action is associated with. |
String |
getResponsibilityName()
The responsibilityName the responsibility action is associated with. |
String |
getResponsibilityNamespaceCode()
The responsibilityNamespaceCode the responsibility action is associated with. |
String |
getRoleId()
The roleId the responsibility action is associated with. |
String |
getRoleResponsibilityActionId()
The roleResponsibilityActionId the responsibility action is associated with. |
boolean |
isForceAction()
Whether is responsibility action is a force action. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getPrincipalId()
ResponsibilityActionContract
Can be null as long as the ResponsibilityActionContract.getGroupId() is not null.
When this is set the ResponsibilityActionContract.getGroupId() will not be.
getPrincipalId in interface ResponsibilityActionContractpublic String getRoleResponsibilityActionId()
ResponsibilityActionContract
getRoleResponsibilityActionId in interface ResponsibilityActionContractpublic String getParallelRoutingGroupingCode()
ResponsibilityActionContract
getParallelRoutingGroupingCode in interface ResponsibilityActionContractpublic String getActionTypeCode()
ResponsibilityActionContract
getActionTypeCode in interface ResponsibilityActionContractpublic String getActionPolicyCode()
ResponsibilityActionContract
getActionPolicyCode in interface ResponsibilityActionContractpublic Integer getPriorityNumber()
ResponsibilityActionContract
getPriorityNumber in interface ResponsibilityActionContractpublic String getGroupId()
ResponsibilityActionContract
Can be null as long as the ResponsibilityActionContract.getPrincipalId() is not null.
When this is set the ResponsibilityActionContract.getPrincipalId() will not be.
getGroupId in interface ResponsibilityActionContractpublic String getMemberRoleId()
ResponsibilityActionContract
getMemberRoleId in interface ResponsibilityActionContractpublic String getResponsibilityName()
ResponsibilityActionContract
getResponsibilityName in interface ResponsibilityActionContractpublic String getResponsibilityId()
ResponsibilityActionContract
getResponsibilityId in interface ResponsibilityActionContractpublic String getResponsibilityNamespaceCode()
ResponsibilityActionContract
getResponsibilityNamespaceCode in interface ResponsibilityActionContractpublic boolean isForceAction()
ResponsibilityActionContract
isForceAction in interface ResponsibilityActionContractpublic Map<String,String> getQualifier()
ResponsibilityActionContract
getQualifier in interface ResponsibilityActionContractpublic List<DelegateType> getDelegates()
ResponsibilityActionContract
getDelegates in interface ResponsibilityActionContractpublic String getRoleId()
ResponsibilityActionContract
getRoleId in interface ResponsibilityActionContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||