Uses of Class
org.flowable.bpmn.model.FormProperty
Packages that use FormProperty
-
Uses of FormProperty in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type FormPropertyModifier and TypeFieldDescriptionprotected List<FormProperty>
StartEvent.formProperties
protected List<FormProperty>
UserTask.formProperties
Methods in org.flowable.bpmn.model that return FormPropertyMethods in org.flowable.bpmn.model that return types with arguments of type FormPropertyMethods in org.flowable.bpmn.model with parameters of type FormPropertyMethod parameters in org.flowable.bpmn.model with type arguments of type FormPropertyModifier and TypeMethodDescriptionvoid
StartEvent.setFormProperties
(List<FormProperty> formProperties) void
UserTask.setFormProperties
(List<FormProperty> formProperties) -
Uses of FormProperty in org.flowable.engine.impl.form
Methods in org.flowable.engine.impl.form with parameters of type FormPropertyMethod parameters in org.flowable.engine.impl.form with type arguments of type FormPropertyModifier and TypeMethodDescriptionvoid
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)