Interface | Description |
---|---|
DataObjectDataSource |
A data source is responsible to handle external data objects, like lookup, query, create, update and delete.
|
DataObjectDataSourceIds |
Defines the data object data source ids
|
DataObjectDeletionBuilder |
The basic data object deletion builder which might be extended with a strongly typed support by the underlying
DataObjectDataSource implementation. |
DataObjectHandlingContext |
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.
|
DataObjectInstance | |
DataObjectInstanceEntityQuery |
The query interface to create a query to search for data object instances.
|
DataObjectInstanceVariableContainer |
A data object instance variable container.
|
DataObjectInstanceVariableContainerBuilder |
The basic data object instance builder which might be extended with a strongly typed support by the underlying
DataObjectDataSource implementation. |
DataObjectInstanceVariableContainerQuery | |
DataObjectModificationBuilder |
The basic data object modification builder which might be extended with a strongly typed support by the underlying
DataObjectDataSource implementation. |
DataObjectRuntimeService |
The data object runtime service supports lookup of data object instances based on
DataObjectDefinition s as well as some more data object and its
definition based features. |
DataObjectVariable |
Data Object variable.
|
MasterDataInstance |
A single master data instance usually fetched through the
DataObjectRuntimeService and based on a DataObjectDefinition . |
MasterDataInstanceBuilder |
Helper for creating a new Master data instance.
|
MasterDataInstanceImportBuilder |
An Import Builder which allows importing master data instances in bulk from master data documents.
|
MasterDataInstanceQuery |
The query interface to create a query to search for master data instances.
|
MasterDataSource |
A master data source is used to fetch master data entries for one or more
DataObjectDefinition s. |
MasterDataStates |
A list of predefined master data states like active and archived.
|
Class | Description |
---|---|
SynchronizeResult |
A simple synchronization result object holding information about a master data entry synchronization action.
|