DocumentEntityDao
interface DocumentEntityDao
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun listenForDocumentsWithContentByParentId(parentId: String): Flow<Map<DocumentEntity, List<StoryStepEntity>>>
Link copied to clipboard
abstract fun listenForDocumentsWithContentForUser(userId: String): Flow<Map<DocumentEntity, List<StoryStepEntity>>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun loadDocumentsWithContentForUser(userId: String): Map<DocumentEntity, List<StoryStepEntity>>
Link copied to clipboard
abstract suspend fun loadDocumentWithContentById(documentId: String): Map<DocumentEntity, List<StoryStepEntity>>
Link copied to clipboard
abstract suspend fun loadDocumentWithContentByIds(documentIds: List<String>, orderBy: String): Map<DocumentEntity, List<StoryStepEntity>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard