|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskImpl | |
|---|---|
| org.jbpm.pvm.internal.cmd | |
| org.jbpm.pvm.internal.env | environment implementation classes. |
| org.jbpm.pvm.internal.hibernate | |
| org.jbpm.pvm.internal.history.events | |
| org.jbpm.pvm.internal.history.model | |
| org.jbpm.pvm.internal.model | default implementation of process execution in ExecutionImpl
based on org.jbpm.pvm.internal.model.AtomicOperations
Bidirectional relations
In this process model thoughout the pvm codebase, there are several bidirectional
relations. |
| org.jbpm.pvm.internal.session | |
| org.jbpm.pvm.internal.task | |
| org.jbpm.pvm.internal.type | |
| Uses of TaskImpl in org.jbpm.pvm.internal.cmd |
|---|
| Fields in org.jbpm.pvm.internal.cmd declared as TaskImpl | |
|---|---|
protected TaskImpl |
SaveTaskCmd.task
|
| Constructors in org.jbpm.pvm.internal.cmd with parameters of type TaskImpl | |
|---|---|
SaveTaskCmd(TaskImpl task)
|
|
| Uses of TaskImpl in org.jbpm.pvm.internal.env |
|---|
| Constructors in org.jbpm.pvm.internal.env with parameters of type TaskImpl | |
|---|---|
TaskContext(TaskImpl task)
|
|
| Uses of TaskImpl in org.jbpm.pvm.internal.hibernate |
|---|
| Methods in org.jbpm.pvm.internal.hibernate that return TaskImpl | |
|---|---|
TaskImpl |
DbSessionImpl.createTask()
|
TaskImpl |
DbSessionImpl.findTaskByDbid(long taskDbid)
|
TaskImpl |
DbSessionImpl.findTaskByExecution(Execution execution)
|
protected TaskImpl |
DbSessionImpl.newTask()
|
| Uses of TaskImpl in org.jbpm.pvm.internal.history.events |
|---|
| Fields in org.jbpm.pvm.internal.history.events declared as TaskImpl | |
|---|---|
protected TaskImpl |
TaskAssign.task
|
protected TaskImpl |
TaskActivityStart.task
|
protected TaskImpl |
TaskUpdated.task
|
protected TaskImpl |
TaskCreated.task
|
protected TaskImpl |
TaskDelete.task
|
| Methods in org.jbpm.pvm.internal.history.events that return TaskImpl | |
|---|---|
TaskImpl |
TaskAssign.getTask()
|
TaskImpl |
TaskActivityStart.getTask()
|
TaskImpl |
TaskUpdated.getTask()
|
TaskImpl |
TaskCreated.getTask()
|
TaskImpl |
TaskDelete.getTask()
|
| Constructors in org.jbpm.pvm.internal.history.events with parameters of type TaskImpl | |
|---|---|
TaskActivityStart(TaskImpl task)
|
|
TaskAssign(TaskImpl task,
java.lang.String assignee)
|
|
TaskCreated(TaskImpl task)
|
|
TaskDelete(TaskImpl task,
java.lang.String reason)
|
|
TaskSkip(TaskImpl taskImpl,
java.lang.String outcome)
|
|
TaskUpdated(TaskImpl task)
|
|
| Uses of TaskImpl in org.jbpm.pvm.internal.history.model |
|---|
| Methods in org.jbpm.pvm.internal.history.model with parameters of type TaskImpl | |
|---|---|
void |
HistoryTaskImpl.updated(TaskImpl task)
|
| Constructors in org.jbpm.pvm.internal.history.model with parameters of type TaskImpl | |
|---|---|
HistoryTaskImpl(TaskImpl task)
|
|
| Uses of TaskImpl in org.jbpm.pvm.internal.model |
|---|
| Methods in org.jbpm.pvm.internal.model that return TaskImpl | |
|---|---|
TaskImpl |
ScopeInstanceImpl.getTask()
|
| Uses of TaskImpl in org.jbpm.pvm.internal.session |
|---|
| Methods in org.jbpm.pvm.internal.session that return TaskImpl | |
|---|---|
TaskImpl |
DbSession.createTask()
|
TaskImpl |
DbSession.findTaskByExecution(Execution execution)
|
| Uses of TaskImpl in org.jbpm.pvm.internal.task |
|---|
| Fields in org.jbpm.pvm.internal.task declared as TaskImpl | |
|---|---|
protected TaskImpl |
TaskImpl.superTask
|
protected TaskImpl |
ParticipationImpl.task
|
| Fields in org.jbpm.pvm.internal.task with type parameters of type TaskImpl | |
|---|---|
protected java.util.Set<TaskImpl> |
TaskImpl.subTasks
|
| Methods in org.jbpm.pvm.internal.task that return TaskImpl | |
|---|---|
TaskImpl |
TaskImpl.addSubTask(TaskImpl subtask)
|
TaskImpl |
TaskImpl.createSubTask()
|
TaskImpl |
TaskImpl.createSubTask(java.lang.String name)
|
TaskImpl |
TaskImpl.getSuperTask()
|
TaskImpl |
TaskImpl.getTask()
|
TaskImpl |
ParticipationImpl.getTask()
|
| Methods in org.jbpm.pvm.internal.task with parameters of type TaskImpl | |
|---|---|
TaskImpl |
TaskImpl.addSubTask(TaskImpl subtask)
|
protected static void |
LifeCycle.fireLifeCycleEvent(java.lang.String eventName,
TaskImpl task)
|
static ProcessDefinitionImpl |
LifeCycle.getLifeCycle(TaskImpl task)
|
static java.lang.String |
LifeCycle.initialise(TaskImpl task)
|
void |
TaskImpl.setSuperTask(TaskImpl superTask)
|
void |
ParticipationImpl.setTask(TaskImpl task)
|
protected void |
TaskImpl.subTaskComplete(TaskImpl subTask,
java.lang.String outcome)
|
| Method parameters in org.jbpm.pvm.internal.task with type arguments of type TaskImpl | |
|---|---|
void |
TaskImpl.setSubTasks(java.util.Set<TaskImpl> subTasks)
|
| Uses of TaskImpl in org.jbpm.pvm.internal.type |
|---|
| Fields in org.jbpm.pvm.internal.type declared as TaskImpl | |
|---|---|
protected TaskImpl |
Variable.task
|
| Methods in org.jbpm.pvm.internal.type that return TaskImpl | |
|---|---|
TaskImpl |
Variable.getTask()
|
| Methods in org.jbpm.pvm.internal.type with parameters of type TaskImpl | |
|---|---|
void |
Variable.setTask(TaskImpl task)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||