org.jbpm.task
Interface OpenTask
- All Superinterfaces:
- Assignable, java.io.Serializable, Task
public interface OpenTask
- extends Task, Assignable
- Author:
- Tom Baeyens
Methods inherited from interface org.jbpm.task.Task |
getAssignee, getCreate, getDbid, getDescription, getDueDate, getName, getPriority, setAssignee, setDescription, setDueDate, setName, setPriority |
getExecution
ClientExecution getExecution()
createSubTask
OpenTask createSubTask()
createSubTask
OpenTask createSubTask(java.lang.String name)
historyTaskStart
void historyTaskStart()
- fires a history event that marks the start of this task.
historyTaskComplete
void historyTaskComplete(java.lang.String outcome)
- fires a history event that marks the completion of this task.
historyTaskCancel
void historyTaskCancel(java.lang.String reason)
- fires a history event that marks the cancellation of this task.
isSignalling
boolean isSignalling()
setSignalling
void setSignalling(boolean isSignalling)
cancel
void cancel(java.lang.String reason)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.