Package | Description |
---|---|
org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate s. |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.model.bpmn.builder | |
org.camunda.bpm.model.bpmn.impl.instance |
Modifier and Type | Method and Description |
---|---|
UserTask |
DelegateTask.getBpmnModelElementInstance()
Provides access to the current
UserTask Element from the Bpmn Model. |
Modifier and Type | Method and Description |
---|---|
UserTask |
TaskEntity.getBpmnModelElementInstance() |
Constructor and Description |
---|
AbstractUserTaskBuilder(BpmnModelInstance modelInstance,
UserTask element,
Class<?> selfType) |
UserTaskBuilder(BpmnModelInstance modelInstance,
UserTask element) |
Modifier and Type | Class and Description |
---|---|
class |
UserTaskImpl
The BPMN userTask element
|
Copyright © 2015. All rights reserved.