| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.form | |
| org.flowable.compatibility.wrapper | |
| org.flowable.engine.form |
Classes related to the
FormService. |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.form | |
| org.flowable.rest.service.api |
| Modifier and Type | Method and Description |
|---|---|
FormData |
RuntimeServiceImpl.getFormInstanceById(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
JuelFormEngine.getFormTemplateString(FormData formInstance,
String formKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
Flowable5TaskFormDataWrapper
Wraps an v5 task form data to an v6
TaskFormData. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StartFormData
Specific
FormData for starting a new process instance. |
interface |
TaskFormData
Specific
FormData for completing a task. |
| Modifier and Type | Method and Description |
|---|---|
FormData |
RuntimeServiceImpl.getFormInstanceById(String processDefinitionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDataImpl |
class |
StartFormDataImpl |
class |
TaskFormDataImpl |
| Modifier and Type | Method and Description |
|---|---|
protected String |
JuelFormEngine.getFormTemplateString(FormData formInstance,
String formKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnRestApiInterceptor.accessFormData(FormData formData) |
FormDataResponse |
RestResponseFactory.createFormDataResponse(FormData formData) |
Copyright © 2023 Flowable. All rights reserved.