|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponsibilityActionContract
Contains information related to responsibilities in the kim system.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
String getRoleId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |