public final class ResponsibilityAction extends AbstractDataTransferObject implements ResponsibilityActionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponsibilityAction.Builder
A builder which can be used to construct
ResponsibilityAction instances. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic 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()
ResponsibilityActionContractgetRoleResponsibilityActionId in interface ResponsibilityActionContractpublic String getParallelRoutingGroupingCode()
ResponsibilityActionContractgetParallelRoutingGroupingCode in interface ResponsibilityActionContractpublic String getActionTypeCode()
ResponsibilityActionContractgetActionTypeCode in interface ResponsibilityActionContractpublic String getActionPolicyCode()
ResponsibilityActionContractgetActionPolicyCode in interface ResponsibilityActionContractpublic Integer getPriorityNumber()
ResponsibilityActionContractgetPriorityNumber 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()
ResponsibilityActionContractgetMemberRoleId in interface ResponsibilityActionContractpublic String getResponsibilityName()
ResponsibilityActionContractgetResponsibilityName in interface ResponsibilityActionContractpublic String getResponsibilityId()
ResponsibilityActionContractgetResponsibilityId in interface ResponsibilityActionContractpublic String getResponsibilityNamespaceCode()
ResponsibilityActionContractgetResponsibilityNamespaceCode in interface ResponsibilityActionContractpublic boolean isForceAction()
ResponsibilityActionContractisForceAction in interface ResponsibilityActionContractpublic Map<String,String> getQualifier()
ResponsibilityActionContractgetQualifier in interface ResponsibilityActionContractpublic List<DelegateType> getDelegates()
ResponsibilityActionContractgetDelegates in interface ResponsibilityActionContractpublic String getRoleId()
ResponsibilityActionContractgetRoleId in interface ResponsibilityActionContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.