Uses of Interface
org.camunda.bpm.model.bpmn.instance.UserTask
-
Packages that use UserTask 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 withJavaDelegate
s.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of UserTask in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return UserTask Modifier and Type Method Description UserTask
DelegateTask. getBpmnModelElementInstance()
Provides access to the currentUserTask
Element from the Bpmn Model. -
Uses of UserTask in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserTask Modifier and Type Method Description UserTask
TaskEntity. getBpmnModelElementInstance()
-
Uses of UserTask in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type UserTask Constructor Description AbstractUserTaskBuilder(BpmnModelInstance modelInstance, UserTask element, Class<?> selfType)
UserTaskBuilder(BpmnModelInstance modelInstance, UserTask element)
-
Uses of UserTask in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement UserTask Modifier and Type Class Description class
UserTaskImpl
The BPMN userTask element
-