Packages

package project

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. project
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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
  2. type ProjectId = Type
  3. class ProjectQuery extends AnyRef
  4. trait ProjectService extends AnyRef
  5. class ProjectServiceImpl extends ProjectService
  6. 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
  7. case class ProjectStatisticsData(taskStatuses: Seq[ProjectTaskStatusStatItem]) extends Product with Serializable
  8. 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
  9. class ProjectTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[ProjectStoreDTO] with HasIdRep[ProjectId]
  10. case class ProjectTaskStatusStatItem(status: CatalogItemId, count: Long) extends Product with Serializable

Value Members

  1. implicit val timeStampSchema: Schema[TimeStamp]
  2. object ProjectAttributes extends Serializable
  3. object ProjectId
  4. object ProjectQuerySyntax
  5. object ProjectService
  6. object ProjectStatistics extends Serializable
  7. object ProjectStatisticsData extends Serializable
  8. object ProjectTable
  9. object ProjectTaskStatusStatItem extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped