| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.form.handler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StartFormHandler |
interface |
TaskFormHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFormHandler |
class |
DefaultStartFormHandler |
class |
DefaultTaskFormHandler |
class |
DelegateStartFormHandler |
class |
DelegateTaskFormHandler |
| Modifier and Type | Field and Description |
|---|---|
protected FormHandler |
SubmitFormVariablesInvocation.formHandler |
protected FormHandler |
DelegateFormHandler.formHandler |
| Modifier and Type | Method and Description |
|---|---|
abstract FormHandler |
DelegateFormHandler.getFormHandler() |
FormHandler |
DelegateTaskFormHandler.getFormHandler() |
| Constructor and Description |
|---|
DelegateFormHandler(FormHandler formHandler,
String deploymentId) |
SubmitFormVariablesInvocation(FormHandler formHandler,
VariableMap properties,
VariableScope variableScope) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.