public interface ResponsibilityActionContract
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<? extends DelegateTypeContract> |
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.
|
String getPrincipalId()
Can be null as long as the getGroupId()
is not null.
When this is set the getGroupId()
will not be.
String getGroupId()
Can be null as long as the getPrincipalId()
is not null.
When this is set the getPrincipalId()
will not be.
String getRoleResponsibilityActionId()
String getParallelRoutingGroupingCode()
String getActionTypeCode()
String getActionPolicyCode()
Integer getPriorityNumber()
String getMemberRoleId()
String getResponsibilityName()
String getResponsibilityId()
String getResponsibilityNamespaceCode()
boolean isForceAction()
Map<String,String> getQualifier()
List<? extends DelegateTypeContract> getDelegates()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.