Modifier and Type | Method and Description |
---|---|
Collection<Recipient> |
ActionListService.findUserPrimaryDelegations(String principalId)
Retruns a list of recipients which are primary-delegated to by the source principalId
|
Collection<Recipient> |
ActionListService.findUserSecondaryDelegators(String principalId)
Returns a list of recipients which secondary-delegate to the target principalId
|
Modifier and Type | Method and Description |
---|---|
Collection<Recipient> |
ActionListServiceImpl.findUserPrimaryDelegations(String principalId) |
Collection<Recipient> |
ActionListServiceImpl.findUserSecondaryDelegators(String principalId) |
Modifier and Type | Method and Description |
---|---|
static List<WebFriendlyRecipient> |
ActionListUtil.getWebFriendlyRecipients(Collection<Recipient> recipients)
Converts a collection of Recipients into a collection of WebFriendlyRecipients which can be displayed in the UI
|
Modifier and Type | Class and Description |
---|---|
class |
KimGroupRecipient
Represents an ActionRequest recipient who is a Group
|
class |
KimPrincipalRecipient
Represents an ActionRequest recipient who is a KimGroup
|
Modifier and Type | Method and Description |
---|---|
Recipient |
ActionRequestValue.getRecipient() |
Modifier and Type | Method and Description |
---|---|
ActionRequestValue |
ActionRequestFactory.addDelegationRequest(ActionRequestValue parentRequest,
Recipient recipient,
String responsibilityId,
Boolean forceAction,
DelegationType delegationType,
String annotation,
String ruleId)
Add a delegation request to the given parent action request.
|
ActionRequestValue |
ActionRequestFactory.addDelegationRequest(ActionRequestValue parentRequest,
Recipient recipient,
String responsibilityId,
Boolean forceAction,
DelegationType delegationType,
String actionRequestPolicyCode,
String annotation,
String ruleId)
Add a delegation request to the given parent action request.
|
ActionRequestValue |
ActionRequestFactory.addRootActionRequest(String actionRequested,
Integer priority,
Recipient recipient,
String description,
String responsibilityId,
Boolean forceAction,
String approvePolicy,
String ruleId) |
ActionRequestValue |
ActionRequestFactory.createActionRequest(String actionRequested,
Integer priority,
Recipient recipient,
String description,
String responsibilityId,
Boolean forceAction,
String annotation) |
ActionRequestValue |
ActionRequestFactory.createActionRequest(String actionRequested,
Integer priority,
Recipient recipient,
String description,
String responsibilityId,
Boolean forceAction,
String approvePolicy,
String ruleId,
String annotation) |
ActionRequestValue |
ActionRequestFactory.createActionRequest(String actionRequested,
Integer priority,
Recipient recipient,
String description,
String responsibilityId,
Boolean forceAction,
String approvePolicy,
String ruleId,
String annotation,
String requestLabel) |
ActionRequestValue |
ActionRequestFactory.createActionRequest(String actionRequested,
Recipient recipient,
String description,
Boolean forceAction,
String annotation)
Constructs ActionRequestValue using default priority and 0 as responsibility
|
List<ActionRequestValue> |
ActionRequestFactory.generateNotifications(List requests,
PrincipalContract principal,
Recipient delegator,
String notificationRequestCode,
String actionTakenCode) |
boolean |
ActionRequestValue.isRecipientRoutedRequest(Recipient recipient) |
Modifier and Type | Method and Description |
---|---|
Recipient |
ActionRequestService.findDelegator(List<ActionRequestValue> actionRequests)
Returns the highest priority delegator in the list of action requests.
|
Modifier and Type | Method and Description |
---|---|
Recipient |
ActionRequestServiceImpl.findDelegator(List<ActionRequestValue> actionRequests) |
Modifier and Type | Field and Description |
---|---|
protected Collection<Recipient> |
RecallAction.notificationRecipients |
Modifier and Type | Method and Description |
---|---|
protected Recipient |
ActionTakenEvent.findDelegatorForActionRequests(List actionRequests)
Returns the highest priority delegator in the list of action requests.
|
Modifier and Type | Method and Description |
---|---|
protected static Collection<Recipient> |
RecallAction.parseNotificationRecipients(DocumentRouteHeaderValue routeHeader)
Parses notification recipients from the RECALL_NOTIFICATION document type policy, if present
|
Modifier and Type | Method and Description |
---|---|
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Boolean currentInd,
Recipient delegator) |
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Recipient delegator) |
Constructor and Description |
---|
AdHocAction(DocumentRouteHeaderValue routeHeader,
PrincipalContract principal,
String annotation,
String actionRequested,
String nodeName,
Integer priority,
Recipient recipient,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
Modifier and Type | Method and Description |
---|---|
void |
ActionTakenValue.setDelegator(Recipient recipient) |
Modifier and Type | Method and Description |
---|---|
List<Recipient> |
SimulationCriteria.getDestinationRecipients() |
Modifier and Type | Method and Description |
---|---|
void |
SimulationCriteria.setDestinationRecipients(List<Recipient> destinationRecipients) |
Modifier and Type | Method and Description |
---|---|
Recipient |
IdentityHelperService.getPrincipalRecipient(String principalId)
Returns the Recipient for the given principalId.
|
Modifier and Type | Method and Description |
---|---|
Recipient |
IdentityHelperServiceImpl.getPrincipalRecipient(String principalId) |
Modifier and Type | Class and Description |
---|---|
class |
KimRoleRecipient
A request recipient represented by a KIM role.
|
class |
KimRoleResponsibilityRecipient
A request recipient represented by a KIM responsibility.
|
Modifier and Type | Method and Description |
---|---|
Recipient |
KimRoleResponsibilityRecipient.getTarget() |
Recipient |
KimRoleRecipient.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
KimRoleResponsibilityRecipient.setTarget(Recipient target) |
void |
KimRoleRecipient.setTarget(Recipient target) |
Modifier and Type | Method and Description |
---|---|
Recipient |
RuleResponsibilityBo.getRecipient()
Convenience method to return the Recipient for this RuleResponsibility
|
Modifier and Type | Class and Description |
---|---|
class |
RoleRecipient
Marks a Role to be used in an ActionRequestValue.
|
Modifier and Type | Method and Description |
---|---|
Recipient |
RoleRecipient.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
RoleRecipient.setTarget(Recipient target) |
Modifier and Type | Class and Description |
---|---|
class |
WebFriendlyRecipient
Class was declared multiple times in different classes.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.