| Package | Description |
|---|---|
| org.activiti.engine.impl.form | |
| org.flowable.bpmn.model | |
| org.flowable.editor.language.json.converter | |
| org.flowable.engine.impl.form |
| Modifier and Type | Method and Description |
|---|---|
AbstractFormType |
FormTypes.parseFormPropertyType(FormProperty formProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
DefaultStartFormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
FormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormProperty> |
UserTask.formProperties |
protected List<FormProperty> |
StartEvent.formProperties |
| Modifier and Type | Method and Description |
|---|---|
FormProperty |
FormProperty.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FormProperty> |
UserTask.getFormProperties() |
List<FormProperty> |
StartEvent.getFormProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormProperty.setValues(FormProperty otherProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTask.setFormProperties(List<FormProperty> formProperties) |
void |
StartEvent.setFormProperties(List<FormProperty> formProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnJsonConverter.addFormProperties(List<FormProperty> formProperties,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFormType |
FormTypes.parseFormPropertyType(FormProperty formProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStartFormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
DefaultFormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
void |
FormHandler.parseConfiguration(List<FormProperty> formProperties,
String formKey,
DeploymentEntity deployment,
ProcessDefinition processDefinition) |
Copyright © 2023 Flowable. All rights reserved.