Web-based responsive document annotation tool
activeannoservice / project / Project / <init>
Project(@BsonId id:
ProjectID
, name:
String
, description:
String
= "", creator:
UserIdentifier
, creationTimestamp:
Long
= System.currentTimeMillis(), updateTimestamp:
Long
= System.currentTimeMillis(), priority:
Int
, active:
Boolean
, userRoles:
UserRoles
, inputMapping:
InputMapping
, filter:
FilterCondition
?, sort:
Sort
, selection:
DocumentSelection
= DocumentSelection(), annotationSchema:
AnnotationSchema
, layout:
Layout
, policy:
Policy
, export:
Export
, createProjectSpecificIndexes:
Boolean
= false)
Complete model of a project. This model represents the database structure / is stored in mongoDB