Uses of Class
org.flowable.bpmn.model.ValuedDataObject
Packages that use ValuedDataObject
Package
Description
-
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) -
Uses of ValuedDataObject in org.flowable.engine.impl.bpmn.behavior
Method parameters in org.flowable.engine.impl.bpmn.behavior with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionAdhocSubProcessActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) CallActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) EventSubProcessEventRegistryStartEventActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) EventSubProcessMessageStartEventActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) EventSubProcessSignalStartEventActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) EventSubProcessTimerStartEventActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) EventSubProcessVariableListenerlStartEventActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) SubProcessActivityBehavior.processDataObjects
(Collection<ValuedDataObject> dataObjects) -
Uses of ValuedDataObject in org.flowable.engine.impl.bpmn.deployer
Method parameters in org.flowable.engine.impl.bpmn.deployer with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionprotected boolean
BpmnDeployer.localizeDataObjectElements
(List<ValuedDataObject> dataObjects, com.fasterxml.jackson.databind.node.ObjectNode infoNode) -
Uses of ValuedDataObject in org.flowable.engine.impl.cmd
Method parameters in org.flowable.engine.impl.cmd with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionStartProcessInstanceCmd.processDataObjects
(Collection<ValuedDataObject> dataObjects) -
Uses of ValuedDataObject in org.flowable.engine.impl.dynamic
Method parameters in org.flowable.engine.impl.dynamic with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionAbstractDynamicStateManager.processDataObjects
(Collection<ValuedDataObject> dataObjects) -
Uses of ValuedDataObject in org.flowable.engine.impl.util
Method parameters in org.flowable.engine.impl.util with type arguments of type ValuedDataObjectModifier and TypeMethodDescriptionProcessInstanceHelper.processDataObjects
(Collection<ValuedDataObject> dataObjects)