package project
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- project
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ProjectAttributes(title: String, startDate: Option[TimeStamp], endDate: Option[TimeStamp], instruction: Option[String], instructionFile: Option[Seq[JsonObject]], labelingType: CatalogItemId, projectStatus: CatalogItemId, nerSettings: Option[Seq[ObjectId]] = None, classificationSettings: Option[Seq[ObjectId]] = None, participantIds: Option[Seq[ObjectId]]) extends Product with Serializable
- type ProjectId = Type
- class ProjectQuery extends AnyRef
- trait ProjectService extends AnyRef
- class ProjectServiceImpl extends ProjectService
- case class ProjectStatistics(id: ProjectId, title: String, startDate: Option[TimeStamp], endDate: Option[TimeStamp], instruction: Option[String], instructionFile: Option[Seq[JsonObject]], labelingType: CatalogItemId, projectStatus: CatalogItemId, statistics: ProjectStatisticsData) extends Product with Serializable
- case class ProjectStatisticsData(taskStatuses: Seq[ProjectTaskStatusStatItem]) extends Product with Serializable
- case class ProjectStoreDTO(id: ProjectId, title: String, startDate: Option[TimeStamp], endDate: Option[TimeStamp], projectStatus: CatalogItemId, instruction: Option[String], instructionFile: Option[List[Json]], labelingType: CatalogItemId) extends HasId[ProjectId] with Product with Serializable
- class ProjectTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ProjectStoreDTO] with HasIdRep[ProjectId]
- case class ProjectTaskStatusStatItem(status: CatalogItemId, count: Long) extends Product with Serializable
Value Members
- implicit val timeStampSchema: Schema[TimeStamp]
- object ProjectAttributes extends Serializable
- object ProjectId
- object ProjectQuerySyntax
- object ProjectService
- object ProjectStatistics extends Serializable
- object ProjectStatisticsData extends Serializable
- object ProjectTable
- object ProjectTaskStatusStatItem extends Serializable