Uses of Class
org.flowable.bpmn.model.CustomProperty
Packages that use CustomProperty
-
Uses of CustomProperty in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type CustomPropertyModifier and TypeFieldDescriptionprotected List<CustomProperty>ServiceTask.customPropertiesprotected List<CustomProperty>UserTask.customPropertiesMethods in org.flowable.bpmn.model that return CustomPropertyMethods in org.flowable.bpmn.model that return types with arguments of type CustomPropertyModifier and TypeMethodDescriptionServiceTask.getCustomProperties()UserTask.getCustomProperties()Methods in org.flowable.bpmn.model with parameters of type CustomPropertyMethod parameters in org.flowable.bpmn.model with type arguments of type CustomPropertyModifier and TypeMethodDescriptionvoidServiceTask.setCustomProperties(List<CustomProperty> customProperties) voidUserTask.setCustomProperties(List<CustomProperty> customProperties)