Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectHandlingContext
| Package | Description |
|---|---|
| com.flowable.dataobject.api.runtime | |
| com.flowable.dataobject.engine.impl.runtime.datasource |
-
Uses of DataObjectHandlingContext in com.flowable.dataobject.api.runtime
Methods in com.flowable.dataobject.api.runtime with parameters of type DataObjectHandlingContext Modifier and Type Method Description DataObjectInstanceVariableContainerBuilderDataObjectInstanceVariableContainerBuilder. createFromPayload(DataObjectHandlingContext context)If an instance builder is used to create a new data object given by the payload sent from a form typically, this method is invoked to create the data object according the given payload data.DataObjectModificationBuilderDataObjectModificationBuilder. modifyFromPayload(DataObjectHandlingContext context)If a modification builder is used to modify a data object given by the payload sent from a form typically, this method is invoked to modify the data object according the given payload data. -
Uses of DataObjectHandlingContext in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type DataObjectHandlingContext Modifier and Type Method Description DataObjectInstanceVariableContainerBuilderDataObjectInstanceVariableContainerBuilderImpl. createFromPayload(DataObjectHandlingContext context)DataObjectModificationBuilderDataObjectModificationBuilderImpl. modifyFromPayload(DataObjectHandlingContext context)