Uses of Class
org.activiti.bpmn.model.CustomProperty
-
Packages that use CustomProperty Package Description org.activiti.bpmn.model -
-
Uses of CustomProperty in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type CustomProperty Modifier and Type Field Description protected java.util.List<CustomProperty>ServiceTask. customPropertiesprotected java.util.List<CustomProperty>UserTask. customPropertiesMethods in org.activiti.bpmn.model that return CustomProperty Modifier and Type Method Description CustomPropertyCustomProperty. clone()Methods in org.activiti.bpmn.model that return types with arguments of type CustomProperty Modifier and Type Method Description java.util.List<CustomProperty>ServiceTask. getCustomProperties()java.util.List<CustomProperty>UserTask. getCustomProperties()Methods in org.activiti.bpmn.model with parameters of type CustomProperty Modifier and Type Method Description voidCustomProperty. setValues(CustomProperty otherProperty)Method parameters in org.activiti.bpmn.model with type arguments of type CustomProperty Modifier and Type Method Description voidServiceTask. setCustomProperties(java.util.List<CustomProperty> customProperties)voidUserTask. setCustomProperties(java.util.List<CustomProperty> customProperties)
-