org.kuali.rice.kew.actions
Class NotificationContext

java.lang.Object
  extended by 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, PrincipalContract principalTakingAction, String actionTakenCode)
           
 
Method Summary
 String getActionTakenCode()
           
 String getNotificationRequestCode()
           
 PrincipalContract getPrincipalTakingAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationContext

public NotificationContext(String notificationRequestCode,
                           PrincipalContract principalTakingAction,
                           String actionTakenCode)
Method Detail

getActionTakenCode

public String getActionTakenCode()

getNotificationRequestCode

public String getNotificationRequestCode()

getPrincipalTakingAction

public PrincipalContract getPrincipalTakingAction()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.