Web-based responsive document annotation tool
activeannoservice / user / UserDAO
class UserDAO
DAO for accessing the user collection
| Name | Summary |
|---|---|
| <init> | DAO for accessing the user collectionUserDAO(database: CoroutineDatabase) |
| Name | Summary |
|---|---|
| byUserIdentifier | suspend fun byUserIdentifier(userIdentifier: UserIdentifier): User? |
| createOrUpdate | suspend fun createOrUpdate(userIdentifier: UserIdentifier, userName: String? = null): User |
| getAll | suspend fun getAll(): List<User> |