ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document / DocumentDAO / findForAnnotation

findForAnnotation

suspend fun findForAnnotation(project: Project, userIdentifier: UserIdentifier, limit: Int = 10, ignoreDocuments: List<String> = listOf(), subFilter: Map<String, String> = mapOf(), dateRange: List<Long?>? = null, includeMissingProjectAnnotationData: Boolean = true): List<Document>

Encapsulates the query for getting new documents to annotate. Will use the projects filterCondition, will optionally exclude some documents, and only return documents that are required for annotation and not already annotated by the user