Business Object Store
interface BusinessObjectStore
A BusinessObjectStore is responsible for storing and retrieving BusinessObjects.
Inheritors
Functions
Link copied to clipboard
Creates a new copy of the BusinessObject with a new id and stores it in this BusinessObjectStore.
Link copied to clipboard
Deletes the BusinessObject with the given id from this BusinessObjectStore if it exists.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Updates the BusinessObject with the given id and replaces it in this BusinessObjectStore if it exists.
open suspend fun update(obj: Collection<BusinessObject>): EitherNel<StoreError, List<BusinessObject>>