DocumentEntityDao

Functions

Link copied to clipboard
abstract suspend fun deleteDocuments(vararg documents: DocumentEntity)
Link copied to clipboard
abstract suspend fun deleteDocumentsByUserId(userId: String)
Link copied to clipboard
abstract suspend fun insertDocuments(vararg documents: DocumentEntity)
Link copied to clipboard
abstract suspend fun loadAllDocuments(): List<DocumentEntity>
Link copied to clipboard
abstract suspend fun loadAllIds(): List<String>
Link copied to clipboard
abstract suspend fun loadDocumentById(id: String): DocumentEntity?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun loadDocumentWithContentByIds(documentIds: List<String>, orderBy: String): Map<DocumentEntity, List<StoryStepEntity>>
Link copied to clipboard
abstract suspend fun moveDocumentsToNewUser(oldUserId: String, newUserId: String)