Package com.flowable.dataobject.api.runtime
package com.flowable.dataobject.api.runtime
-
ClassDescriptionA data source is responsible to handle external data objects, like lookup, query, create, update and delete.Defines the data object data source idsThe basic data object deletion builder which might be extended with a strongly typed support by the underlying
DataObjectDataSource
implementation.The data object context is used during data object creation and modification operations and is used to provide additional context information like the form model where the operation is based on or additional payload data.The query interface to create a query to search for data object instances.A data object instance variable container.The basic data object instance builder which might be extended with a strongly typed support by the underlyingDataObjectDataSource
implementation.The basic data object modification builder which might be extended with a strongly typed support by the underlyingDataObjectDataSource
implementation.The data object runtime service supports lookup of data object instances based onDataObjectDefinition
s as well as some more data object and its definition based features.Data Object variable.A single master data instance usually fetched through theDataObjectRuntimeService
and based on aDataObjectDefinition
.Helper for creating a new Master data instance.An Import Builder which allows importing master data instances in bulk from master data documents.The query interface to create a query to search for master data instances.Helper for updating a Master data instance.A master data source is used to fetch master data entries for one or moreDataObjectDefinition
s.A list of predefined master data states like active and archived.A simple synchronization result object holding information about a master data entry synchronization action.