Uses of Interface
org.camunda.bpm.engine.form.FormProperty
-
Packages that use FormProperty Package Description org.camunda.bpm.engine.form Classes related to theFormService
.org.camunda.bpm.engine.impl.form org.camunda.bpm.engine.impl.form.engine org.camunda.bpm.engine.impl.form.handler -
-
Uses of FormProperty in org.camunda.bpm.engine.form
Methods in org.camunda.bpm.engine.form that return types with arguments of type FormProperty Modifier and Type Method Description List<FormProperty>
FormData. getFormProperties()
Deprecated. -
Uses of FormProperty in org.camunda.bpm.engine.impl.form
Classes in org.camunda.bpm.engine.impl.form that implement FormProperty Modifier and Type Class Description class
FormPropertyImpl
Fields in org.camunda.bpm.engine.impl.form with type parameters of type FormProperty Modifier and Type Field Description protected List<FormProperty>
FormDataImpl. formProperties
Methods in org.camunda.bpm.engine.impl.form that return types with arguments of type FormProperty Modifier and Type Method Description List<FormProperty>
FormDataImpl. getFormProperties()
Method parameters in org.camunda.bpm.engine.impl.form with type arguments of type FormProperty Modifier and Type Method Description void
FormDataImpl. setFormProperties(List<FormProperty> formProperties)
-
Uses of FormProperty in org.camunda.bpm.engine.impl.form.engine
Fields in org.camunda.bpm.engine.impl.form.engine declared as FormProperty Modifier and Type Field Description protected FormProperty
FormPropertyAdapter. formProperty
Constructors in org.camunda.bpm.engine.impl.form.engine with parameters of type FormProperty Constructor Description FormPropertyAdapter(FormProperty formProperty)
-
Uses of FormProperty in org.camunda.bpm.engine.impl.form.handler
Methods in org.camunda.bpm.engine.impl.form.handler that return FormProperty Modifier and Type Method Description FormProperty
FormPropertyHandler. createFormProperty(ExecutionEntity execution)
-