public class OleNotifyServiceImpl extends Object implements OleNotifyService
| Constructor and Description | 
|---|
| OleNotifyServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.ole.select.service.impl.OleInvocationHandler | getOleInvocationHandler()Gets the oleInvocationHandler attribute. | 
| void | notify(List<String> userRecipients,
            String message)This method takes List of users and message and send the message as a notification to all the users. | 
| void | setOleInvocationHandler(org.kuali.ole.select.service.impl.OleInvocationHandler oleInvocationHandler)Sets the oleInvocationHandler attribute value. | 
public OleNotifyServiceImpl()
public org.kuali.ole.select.service.impl.OleInvocationHandler getOleInvocationHandler()
public void setOleInvocationHandler(org.kuali.ole.select.service.impl.OleInvocationHandler oleInvocationHandler)
oleInvocationHandler - The oleInvocationHandler to set.public void notify(List<String> userRecipients, String message) throws org.kuali.rice.kew.api.exception.WorkflowException
OleNotifyServicenotify in interface OleNotifyServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionOleNotifyService.notify(java.util.List, java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.