getAll

open suspend override fun getAll(): Either<StoreError, List<BusinessObject>>

Return

All BusinessObjects stored in this BusinessObjectStore if they can be successfully retrieved

A StoreError if the BusinessObjects could not be retrieved


open suspend override fun getAll(typeName: String): Either<StoreError, List<BusinessObject>>

Return

All BusinessObjects of the given typeName stored in this BusinessObjectStore if they can be successfully retrieved Returns a StoreError if the BusinessObjects could not be retrieved