Uses of Interface
org.kuali.rice.kew.actionrequest.Recipient
Packages that use Recipient
Package
Description
-
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 RecipientModifier and TypeMethodDescriptionActionListService.findUserPrimaryDelegations(String principalId) Retruns a list of recipients which are primary-delegated to by the source principalIdActionListService.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 RecipientModifier and TypeMethodDescriptionActionListServiceImpl.findUserPrimaryDelegations(String principalId) 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 RecipientModifier and TypeMethodDescriptionstatic 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 RecipientModifier and TypeClassDescriptionclassRepresents an ActionRequest recipient who is a GroupclassRepresents an ActionRequest recipient who is a KimGroupMethods in org.kuali.rice.kew.actionrequest that return RecipientMethods in org.kuali.rice.kew.actionrequest with parameters of type RecipientModifier and TypeMethodDescriptionActionRequestFactory.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.ActionRequestFactory.addRootActionRequest(String actionRequested, Integer priority, Recipient recipient, String description, String responsibilityId, Boolean forceAction, String approvePolicy, String ruleId) ActionRequestFactory.createActionRequest(String actionRequested, Integer priority, Recipient recipient, String description, String responsibilityId, Boolean forceAction, String annotation) ActionRequestFactory.createActionRequest(String actionRequested, Integer priority, Recipient recipient, String description, String responsibilityId, Boolean forceAction, String approvePolicy, String ruleId, String annotation) ActionRequestFactory.createActionRequest(String actionRequested, Integer priority, Recipient recipient, String description, String responsibilityId, Boolean forceAction, String approvePolicy, String ruleId, String annotation, String requestLabel) ActionRequestFactory.createActionRequest(String actionRequested, Recipient recipient, String description, Boolean forceAction, String annotation) Constructs ActionRequestValue using default priority and 0 as responsibilityActionRequestFactory.generateNotifications(List requests, org.kuali.rice.kim.api.identity.principal.PrincipalContract principal, Recipient delegator, String notificationRequestCode, String actionTakenCode) booleanActionRequestValue.isRecipientRoutedRequest(Recipient recipient) -
Uses of Recipient in org.kuali.rice.kew.actionrequest.service
Methods in org.kuali.rice.kew.actionrequest.service that return RecipientModifier and TypeMethodDescriptionActionRequestService.findDelegator(List<ActionRequestValue> 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 RecipientModifier and TypeMethodDescriptionActionRequestServiceImpl.findDelegator(List<ActionRequestValue> actionRequests) -
Uses of Recipient in org.kuali.rice.kew.actions
Fields in org.kuali.rice.kew.actions with type parameters of type RecipientModifier and TypeFieldDescriptionprotected final Collection<Recipient> RecallAction.notificationRecipientsMethods in org.kuali.rice.kew.actions that return RecipientModifier and TypeMethodDescriptionprotected RecipientActionTakenEvent.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 RecipientModifier and TypeMethodDescriptionprotected static Collection<Recipient> RecallAction.parseNotificationRecipients(DocumentRouteHeaderValue routeHeader) Parses notification recipients from the RECALL_NOTIFICATION document type policy, if presentMethods in org.kuali.rice.kew.actions with parameters of type RecipientModifier and TypeMethodDescriptionprotected ActionTakenValueActionTakenEvent.saveActionTaken(Boolean currentInd, Recipient delegator) protected ActionTakenValueActionTakenEvent.saveActionTaken(Recipient delegator) Constructors in org.kuali.rice.kew.actions with parameters of type RecipientModifierConstructorDescriptionAdHocAction(DocumentRouteHeaderValue routeHeader, org.kuali.rice.kim.api.identity.principal.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 -
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 RecipientMethod parameters in org.kuali.rice.kew.engine.simulation with type arguments of type RecipientModifier and TypeMethodDescriptionvoidSimulationCriteria.setDestinationRecipients(List<Recipient> destinationRecipients) -
Uses of Recipient in org.kuali.rice.kew.identity.service
Methods in org.kuali.rice.kew.identity.service that return RecipientModifier and TypeMethodDescriptionIdentityHelperService.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 RecipientModifier and TypeMethodDescriptionIdentityHelperServiceImpl.getPrincipalRecipient(String principalId) -
Uses of Recipient in org.kuali.rice.kew.role
Classes in org.kuali.rice.kew.role that implement RecipientModifier and TypeClassDescriptionclassA request recipient represented by a KIM role.classA request recipient represented by a KIM responsibility.Methods in org.kuali.rice.kew.role that return RecipientModifier and TypeMethodDescriptionKimRoleRecipient.getTarget()KimRoleResponsibilityRecipient.getTarget()Methods in org.kuali.rice.kew.role with parameters of type Recipient -
Uses of Recipient in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return RecipientModifier and TypeMethodDescriptionRuleResponsibilityBo.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 RecipientModifier and TypeClassDescriptionclassMarks a Role to be used in an ActionRequestValue.Methods in org.kuali.rice.kew.user that return RecipientMethods in org.kuali.rice.kew.user with parameters of type Recipient -
Uses of Recipient in org.kuali.rice.kew.util
Classes in org.kuali.rice.kew.util that implement RecipientModifier and TypeClassDescriptionclassClass was declared multiple times in different classes.