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 |
validStatuses
protected List<Status> validStatuses
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 org.drools.runtime.process.WorkItemManager getManager()
setManager
public void setManager(org.drools.runtime.process.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)
setValidStatuses
protected void setValidStatuses()
isInValidStatus
protected boolean isInValidStatus(Task task)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.