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 java.util.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 classFormPropertyImplFields in org.camunda.bpm.engine.impl.form with type parameters of type FormProperty Modifier and Type Field Description protected java.util.List<FormProperty>FormDataImpl. formPropertiesMethods in org.camunda.bpm.engine.impl.form that return types with arguments of type FormProperty Modifier and Type Method Description java.util.List<FormProperty>FormDataImpl. getFormProperties()Method parameters in org.camunda.bpm.engine.impl.form with type arguments of type FormProperty Modifier and Type Method Description voidFormDataImpl. setFormProperties(java.util.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 FormPropertyFormPropertyAdapter. formPropertyConstructors 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 FormPropertyFormPropertyHandler. createFormProperty(ExecutionEntity execution)
-