| Package | Description |
|---|---|
| com.flowable.dataobject.api.runtime | |
| com.flowable.dataobject.engine.impl.runtime.datasource.db |
| Modifier and Type | Method and Description |
|---|---|
T |
DataObjectInstanceBuilder.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.
|
T |
DataObjectModificationBuilder.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.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseSchemaDataObjectInstanceBuilder |
DatabaseSchemaDataObjectInstanceBuilderImpl.createFromPayload(DataObjectHandlingContext context) |
DatabaseSchemaDataObjectModificationBuilder |
DatabaseSchemaDataObjectModificationBuilderImpl.modifyFromPayload(DataObjectHandlingContext context) |
Copyright © 2019. All rights reserved.