Uses of Class
org.flowable.bpmn.model.ValuedDataObject
Packages that use ValuedDataObject
-
Uses of ValuedDataObject in org.flowable.bpmn.model
Subclasses of ValuedDataObject in org.flowable.bpmn.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in org.flowable.bpmn.model with type parameters of type ValuedDataObjectModifier and TypeFieldDescriptionprotected List<ValuedDataObject> Process.dataObjectsprotected List<ValuedDataObject> SubProcess.dataObjectsMethods in org.flowable.bpmn.model that return ValuedDataObjectMethods in org.flowable.bpmn.model that return types with arguments of type ValuedDataObjectMethods in org.flowable.bpmn.model with parameters of type ValuedDataObjectMethod parameters in org.flowable.bpmn.model with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionvoidProcess.setDataObjects(List<ValuedDataObject> dataObjects) voidSubProcess.setDataObjects(List<ValuedDataObject> dataObjects)