Web-based responsive document annotation tool
activeannoservice / project.selection / DocumentSelection
data class DocumentSelection
Given annotators and curators the ability to further specify which documents are shown to them
| Name | Summary |
|---|---|
| <init> | Given annotators and curators the ability to further specify which documents are shown to themDocumentSelection(subFilter: List<SubFilter> = listOf(), dateRangeFilter: DateRangeFilter? = null) |
| Name | Summary |
|---|---|
| dateRangeFilter | val dateRangeFilter: DateRangeFilter? |
| subFilter | val subFilter: List<SubFilter> |