public class CreateUserTaskAfterContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DelegateExecution |
execution |
protected TaskEntity |
taskEntity |
protected org.flowable.bpmn.model.UserTask |
userTask |
| Constructor and Description |
|---|
CreateUserTaskAfterContext() |
CreateUserTaskAfterContext(org.flowable.bpmn.model.UserTask userTask,
TaskEntity taskEntity,
DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
DelegateExecution |
getExecution() |
TaskEntity |
getTaskEntity() |
org.flowable.bpmn.model.UserTask |
getUserTask() |
void |
setExecution(DelegateExecution execution) |
void |
setTaskEntity(TaskEntity taskEntity) |
void |
setUserTask(org.flowable.bpmn.model.UserTask userTask) |
protected org.flowable.bpmn.model.UserTask userTask
protected TaskEntity taskEntity
protected DelegateExecution execution
public CreateUserTaskAfterContext()
public CreateUserTaskAfterContext(org.flowable.bpmn.model.UserTask userTask,
TaskEntity taskEntity,
DelegateExecution execution)
public org.flowable.bpmn.model.UserTask getUserTask()
public void setUserTask(org.flowable.bpmn.model.UserTask userTask)
public TaskEntity getTaskEntity()
public void setTaskEntity(TaskEntity taskEntity)
public DelegateExecution getExecution()
public void setExecution(DelegateExecution execution)
Copyright © 2019 Flowable. All rights reserved.