ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.generator / AnnotationGeneratorDAO

AnnotationGeneratorDAO

class AnnotationGeneratorDAO

DAO for AnnotationGenerators

Constructors

Name Summary
<init> DAO for AnnotationGeneratorsAnnotationGeneratorDAO(database: CoroutineDatabase)

Functions

Name Summary
byId suspend fun byId(id: String): AnnotationGenerator
byIdOrNull suspend fun byIdOrNull(id: String): AnnotationGenerator?
getAll suspend fun getAll(): List<AnnotationGenerator>
save suspend fun save(annotationGenerator: AnnotationGenerator): UpdateResult?