org.kuali.rice.kew.actions
Class NotificationContext
java.lang.Object
org.kuali.rice.kew.actions.NotificationContext
public class NotificationContext
- extends Object
Used to determine store notifications to be sent in the BlanketApproveEngine
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Constructor Summary |
NotificationContext(String notificationRequestCode,
org.kuali.rice.kim.bo.entity.KimPrincipal principalTakingAction,
String actionTakenCode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationContext
public NotificationContext(String notificationRequestCode,
org.kuali.rice.kim.bo.entity.KimPrincipal principalTakingAction,
String actionTakenCode)
getActionTakenCode
public String getActionTakenCode()
getNotificationRequestCode
public String getNotificationRequestCode()
getPrincipalTakingAction
public org.kuali.rice.kim.bo.entity.KimPrincipal getPrincipalTakingAction()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.