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.customProperties
protected List<CustomProperty>
UserTask.customProperties
Methods 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 TypeMethodDescriptionvoid
ServiceTask.setCustomProperties
(List<CustomProperty> customProperties) void
UserTask.setCustomProperties
(List<CustomProperty> customProperties)