Tracked Entity Data Value Collection Repository
class TrackedEntityDataValueCollectionRepository : ReadOnlyCollectionRepositoryImpl<TrackedEntityDataValue, TrackedEntityDataValueCollectionRepository>
Functions
Link copied to clipboard
Get the count of elements. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .count.
Link copied to clipboard
Get the list of objects in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .get.
Link copied to clipboard
Check if selection of objects with applied filters is empty in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .isEmpty.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the objects in scope in an asynchronous way, returning a Single<List>
.
Link copied to clipboard
Link copied to clipboard
Uses Paging3 library and return a Flow
Link copied to clipboard
Get a ReadOnlyObjectRepository pointing to the first element in the list.
Link copied to clipboard