ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.selection / DocumentSelectionWithOptions

DocumentSelectionWithOptions

data class DocumentSelectionWithOptions

Equivalent to DocumentSelection but with aggregated options inside

Constructors

Name Summary
<init> Equivalent to DocumentSelection but with aggregated options insideDocumentSelectionWithOptions(subFilter: List<SubFilterWithOptions> = listOf(), dateRangeFilter: DateRangeFilter? = null)

Properties

Name Summary
dateRangeFilter val dateRangeFilter: DateRangeFilter?
subFilter val subFilter: List<SubFilterWithOptions>