Uses of Class
org.flowable.bpmn.model.ValuedDataObject
-
Packages that use ValuedDataObject Package Description org.flowable.bpmn.model -
-
Uses of ValuedDataObject in org.flowable.bpmn.model
Subclasses of ValuedDataObject in org.flowable.bpmn.model Modifier and Type Class Description classBooleanDataObjectclassDateDataObjectclassDoubleDataObjectclassIntegerDataObjectclassJsonDataObjectclassLongDataObjectclassStringDataObjectFields in org.flowable.bpmn.model with type parameters of type ValuedDataObject Modifier and Type Field Description protected List<ValuedDataObject>Process. dataObjectsprotected List<ValuedDataObject>SubProcess. dataObjectsMethods in org.flowable.bpmn.model that return ValuedDataObject Modifier and Type Method Description abstract ValuedDataObjectValuedDataObject. clone()Methods in org.flowable.bpmn.model that return types with arguments of type ValuedDataObject Modifier and Type Method Description List<ValuedDataObject>Process. getDataObjects()List<ValuedDataObject>SubProcess. getDataObjects()Methods in org.flowable.bpmn.model with parameters of type ValuedDataObject Modifier and Type Method Description voidValuedDataObject. setValues(ValuedDataObject otherElement)Method parameters in org.flowable.bpmn.model with type arguments of type ValuedDataObject Modifier and Type Method Description voidProcess. setDataObjects(List<ValuedDataObject> dataObjects)voidSubProcess. setDataObjects(List<ValuedDataObject> dataObjects)
-