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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notificationRequestCode
private String notificationRequestCode
principalTakingAction
private KimPrincipal principalTakingAction
actionTakenCode
private String actionTakenCode
NotificationContext
public NotificationContext(String notificationRequestCode,
KimPrincipal principalTakingAction,
String actionTakenCode)
getActionTakenCode
public String getActionTakenCode()
getNotificationRequestCode
public String getNotificationRequestCode()
getPrincipalTakingAction
public KimPrincipal getPrincipalTakingAction()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.