Package | Description |
---|---|
org.camunda.bpm.engine.form |
Classes related to the
org.activiti.engine.FormService . |
org.camunda.bpm.engine.impl.form |
Modifier and Type | Method and Description |
---|---|
List<FormProperty> |
FormData.getFormProperties()
Properties containing the dynamic information that needs to be displayed in the form.
|
Modifier and Type | Class and Description |
---|---|
class |
FormPropertyImpl |
Modifier and Type | Field and Description |
---|---|
protected List<FormProperty> |
FormDataImpl.formProperties |
Modifier and Type | Method and Description |
---|---|
FormProperty |
FormPropertyHandler.createFormProperty(ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
List<FormProperty> |
FormDataImpl.getFormProperties() |
Modifier and Type | Method and Description |
---|---|
void |
FormDataImpl.setFormProperties(List<FormProperty> formProperties) |
Copyright © 2015. All rights reserved.