org.jbpm.task.service
Class DefaultEscalatedDeadlineHandler
java.lang.Object
org.jbpm.task.service.DefaultEscalatedDeadlineHandler
- All Implemented Interfaces:
- EscalatedDeadlineHandler
public class DefaultEscalatedDeadlineHandler
- extends Object
- implements EscalatedDeadlineHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEscalatedDeadlineHandler
public DefaultEscalatedDeadlineHandler(Properties properties)
DefaultEscalatedDeadlineHandler
public DefaultEscalatedDeadlineHandler()
getUserInfo
public UserInfo getUserInfo()
setUserInfo
public void setUserInfo(UserInfo userInfo)
getFrom
public String getFrom()
setFrom
public void setFrom(String from)
getReplyTo
public String getReplyTo()
setReplyTo
public void setReplyTo(String replyTo)
getManager
public WorkItemManager getManager()
setManager
public void setManager(WorkItemManager manager)
executeEscalatedDeadline
public void executeEscalatedDeadline(Task task,
Deadline deadline,
Content content,
TaskService service)
- Specified by:
executeEscalatedDeadline
in interface EscalatedDeadlineHandler
executeEmailNotification
public void executeEmailNotification(EmailNotification notification,
Task task,
Content content)
setMarshallerContext
public void setMarshallerContext(ContentMarshallerContext context)
getMarshallerContext
public ContentMarshallerContext getMarshallerContext()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.