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.formPropertiesprotected List<FormProperty>UserTask.formPropertiesMethods 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 TypeMethodDescriptionvoidStartEvent.setFormProperties(List<FormProperty> formProperties) voidUserTask.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 TypeMethodDescriptionvoidDefaultFormHandler.parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) voidDefaultStartFormHandler.parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition) voidFormHandler.parseConfiguration(List<FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)