|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Recipient in org.kuali.rice.kew.actionitem.dao |
---|
Methods in org.kuali.rice.kew.actionitem.dao that return types with arguments of type Recipient | |
---|---|
Collection<Recipient> |
ActionItemDAO.findPrimaryDelegationRecipients(String principalId)
|
Collection<Recipient> |
ActionItemDAO.findSecondaryDelegators(String principalId)
|
Uses of Recipient in org.kuali.rice.kew.actionitem.dao.impl |
---|
Methods in org.kuali.rice.kew.actionitem.dao.impl that return types with arguments of type Recipient | |
---|---|
Collection<Recipient> |
ActionItemDAOOjbImpl.findPrimaryDelegationRecipients(String principalId)
|
Collection<Recipient> |
ActionItemDAOJpaImpl.findPrimaryDelegationRecipients(String principalId)
|
Collection<Recipient> |
ActionItemDAOOjbImpl.findSecondaryDelegators(String principalId)
|
Collection<Recipient> |
ActionItemDAOJpaImpl.findSecondaryDelegators(String principalId)
|
Uses of Recipient in org.kuali.rice.kew.actionlist.service |
---|
Methods in org.kuali.rice.kew.actionlist.service that return types with arguments of type Recipient | |
---|---|
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 |
Uses of Recipient in org.kuali.rice.kew.actionlist.service.impl |
---|
Methods in org.kuali.rice.kew.actionlist.service.impl that return types with arguments of type Recipient | |
---|---|
Collection<Recipient> |
ActionListServiceImpl.findUserPrimaryDelegations(String principalId)
|
Collection<Recipient> |
ActionListServiceImpl.findUserSecondaryDelegators(String principalId)
|
Uses of Recipient in org.kuali.rice.kew.actionlist.web |
---|
Method parameters in org.kuali.rice.kew.actionlist.web with type arguments of type Recipient | |
---|---|
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 |
Uses of Recipient in org.kuali.rice.kew.actionrequest |
---|
Classes in org.kuali.rice.kew.actionrequest that implement Recipient | |
---|---|
class |
KimGroupRecipient
Represents an ActionRequest recipient who is a Group |
class |
KimPrincipalRecipient
Represents an ActionRequest recipient who is a KimGroup |
Methods in org.kuali.rice.kew.actionrequest that return Recipient | |
---|---|
Recipient |
ActionRequestValue.getRecipient()
|
Methods in org.kuali.rice.kew.actionrequest with parameters of type Recipient | |
---|---|
ActionRequestValue |
ActionRequestFactory.addDelegationRequest(ActionRequestValue parentRequest,
Recipient recipient,
String responsibilityId,
Boolean forceAction,
DelegationType delegationType,
String annotation,
String ruleId)
|
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)
|
Uses of Recipient in org.kuali.rice.kew.actionrequest.service |
---|
Methods in org.kuali.rice.kew.actionrequest.service that return Recipient | |
---|---|
Recipient |
ActionRequestService.findDelegator(ActionRequestValue actionRequest)
Returns the closest delegator for the given ActionRequest |
Recipient |
ActionRequestService.findDelegator(List actionRequests)
Returns the highest priority delegator in the list of action requests. |
Uses of Recipient in org.kuali.rice.kew.actionrequest.service.impl |
---|
Methods in org.kuali.rice.kew.actionrequest.service.impl that return Recipient | |
---|---|
Recipient |
ActionRequestServiceImpl.findDelegator(ActionRequestValue actionRequest)
|
Recipient |
ActionRequestServiceImpl.findDelegator(List actionRequests)
|
Uses of Recipient in org.kuali.rice.kew.actions |
---|
Fields in org.kuali.rice.kew.actions with type parameters of type Recipient | |
---|---|
protected Collection<Recipient> |
RecallAction.notificationRecipients
|
Methods in org.kuali.rice.kew.actions that return Recipient | |
---|---|
protected Recipient |
ActionTakenEvent.findDelegatorForActionRequests(List actionRequests)
Returns the highest priority delegator in the list of action requests. |
Methods in org.kuali.rice.kew.actions that return types with arguments of type Recipient | |
---|---|
protected static Collection<Recipient> |
RecallAction.parseNotificationRecipients(DocumentRouteHeaderValue routeHeader)
Parses notification recipients from the RECALL_NOTIFICATION document type policy, if present |
Methods in org.kuali.rice.kew.actions with parameters of type Recipient | |
---|---|
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Boolean currentInd,
Recipient delegator)
|
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Recipient delegator)
|
Constructors in org.kuali.rice.kew.actions with parameters of type Recipient | |
---|---|
AdHocAction(DocumentRouteHeaderValue routeHeader,
PrincipalContract principal,
String annotation,
String actionRequested,
String nodeName,
Integer priority,
Recipient recipient,
String responsibilityDesc,
Boolean forceAction,
String requestLabel)
|
Uses of Recipient in org.kuali.rice.kew.actiontaken |
---|
Methods in org.kuali.rice.kew.actiontaken with parameters of type Recipient | |
---|---|
void |
ActionTakenValue.setDelegator(Recipient recipient)
|
Uses of Recipient in org.kuali.rice.kew.engine.simulation |
---|
Methods in org.kuali.rice.kew.engine.simulation that return types with arguments of type Recipient | |
---|---|
List<Recipient> |
SimulationCriteria.getDestinationRecipients()
|
Method parameters in org.kuali.rice.kew.engine.simulation with type arguments of type Recipient | |
---|---|
void |
SimulationCriteria.setDestinationRecipients(List<Recipient> destinationRecipients)
|
Uses of Recipient in org.kuali.rice.kew.identity.service |
---|
Methods in org.kuali.rice.kew.identity.service that return Recipient | |
---|---|
Recipient |
IdentityHelperService.getPrincipalRecipient(String principalId)
Returns the Recipient for the given principalId. |
Uses of Recipient in org.kuali.rice.kew.identity.service.impl |
---|
Methods in org.kuali.rice.kew.identity.service.impl that return Recipient | |
---|---|
Recipient |
IdentityHelperServiceImpl.getPrincipalRecipient(String principalId)
|
Uses of Recipient in org.kuali.rice.kew.role |
---|
Classes in org.kuali.rice.kew.role that implement Recipient | |
---|---|
class |
KimRoleRecipient
A request recipient represented by a KIM role. |
class |
KimRoleResponsibilityRecipient
A request recipient represented by a KIM responsibility. |
Methods in org.kuali.rice.kew.role that return Recipient | |
---|---|
Recipient |
KimRoleResponsibilityRecipient.getTarget()
|
Recipient |
KimRoleRecipient.getTarget()
|
Methods in org.kuali.rice.kew.role with parameters of type Recipient | |
---|---|
void |
KimRoleResponsibilityRecipient.setTarget(Recipient target)
|
void |
KimRoleRecipient.setTarget(Recipient target)
|
Uses of Recipient in org.kuali.rice.kew.rule |
---|
Methods in org.kuali.rice.kew.rule that return Recipient | |
---|---|
Recipient |
RuleResponsibilityBo.getRecipient()
Convenience method to return the Recipient for this RuleResponsibility |
Uses of Recipient in org.kuali.rice.kew.user |
---|
Classes in org.kuali.rice.kew.user that implement Recipient | |
---|---|
class |
RoleRecipient
Marks a Role to be used in an ActionRequestValue. |
Methods in org.kuali.rice.kew.user that return Recipient | |
---|---|
Recipient |
RoleRecipient.getTarget()
|
Methods in org.kuali.rice.kew.user with parameters of type Recipient | |
---|---|
void |
RoleRecipient.setTarget(Recipient target)
|
Uses of Recipient in org.kuali.rice.kew.util |
---|
Classes in org.kuali.rice.kew.util that implement Recipient | |
---|---|
class |
WebFriendlyRecipient
Class was declared multiple times in different classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |