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 TypeClassDescriptionclass
class
class
class
class
class
class
Fields in org.flowable.bpmn.model with type parameters of type ValuedDataObjectModifier and TypeFieldDescriptionprotected List
<ValuedDataObject> Process.dataObjects
protected List
<ValuedDataObject> SubProcess.dataObjects
Methods 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 TypeMethodDescriptionvoid
Process.setDataObjects
(List<ValuedDataObject> dataObjects) void
SubProcess.setDataObjects
(List<ValuedDataObject> dataObjects)