Uses of Class
org.flowable.bpmn.model.FormProperty
-
Packages that use FormProperty Package Description org.flowable.bpmn.model -
-
Uses of FormProperty in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type FormProperty Modifier and Type Field Description protected List<FormProperty>StartEvent. formPropertiesprotected List<FormProperty>UserTask. formPropertiesMethods in org.flowable.bpmn.model that return FormProperty Modifier and Type Method Description FormPropertyFormProperty. clone()Methods in org.flowable.bpmn.model that return types with arguments of type FormProperty Modifier and Type Method Description List<FormProperty>StartEvent. getFormProperties()List<FormProperty>UserTask. getFormProperties()Methods in org.flowable.bpmn.model with parameters of type FormProperty Modifier and Type Method Description voidFormProperty. setValues(FormProperty otherProperty)Method parameters in org.flowable.bpmn.model with type arguments of type FormProperty Modifier and Type Method Description voidStartEvent. setFormProperties(List<FormProperty> formProperties)voidUserTask. setFormProperties(List<FormProperty> formProperties)
-