Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectHandlingContext
Packages that use DataObjectHandlingContext
Package
Description
-
Uses of DataObjectHandlingContext in com.flowable.dataobject.api.runtime
Methods in com.flowable.dataobject.api.runtime with parameters of type DataObjectHandlingContextModifier and TypeMethodDescriptionDataObjectInstanceVariableContainerBuilder.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.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. -
Uses of DataObjectHandlingContext in com.flowable.dataobject.engine.impl.runtime
Fields in com.flowable.dataobject.engine.impl.runtime declared as DataObjectHandlingContextModifier and TypeFieldDescriptionprotected DataObjectHandlingContextGenericDataObjectInstanceVariableContainerBuilder.contextprotected DataObjectHandlingContextGenericDataObjectModificationBuilder.contextMethods in com.flowable.dataobject.engine.impl.runtime with parameters of type DataObjectHandlingContextModifier and TypeMethodDescriptionGenericDataObjectInstanceVariableContainerBuilder.createFromPayload(DataObjectHandlingContext context) GenericDataObjectModificationBuilder.modifyFromPayload(DataObjectHandlingContext context) -
Uses of DataObjectHandlingContext in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type DataObjectHandlingContextModifier and TypeMethodDescriptionDataObjectInstanceVariableContainerBuilderImpl.createFromPayload(DataObjectHandlingContext context) DataObjectModificationBuilderImpl.modifyFromPayload(DataObjectHandlingContext context)