Package | Description |
---|---|
org.camunda.bpm.engine.form |
Classes related to the
FormService . |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.form | |
org.camunda.bpm.engine.impl.form.engine | |
org.camunda.bpm.engine.rest.dto.task |
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) |
protected String |
HtmlFormEngine.renderFormData(FormData formData) |
Modifier and Type | Method and Description |
---|---|
static FormDto |
FormDto.fromFormData(FormData formData) |
Copyright © 2015. All rights reserved.