Packages

package model

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

Type Members

  1. type AdditionalFieldName = Type
  2. case class CompletionPhrases(input: String, weight: Int = 1) extends Product with Serializable
  3. case class EntityObjectCursor(entityType: String, data: JsonObject, id: UUID) extends Product with Serializable
  4. type EntityTypeId = Type
  5. case class FailedProgress(indexationProgress: StepProgress, message: String, stackTrace: Option[String]) extends Product with Serializable
  6. case class FieldAdditional(field: String, key: String, files: JsonObject) extends Product with Serializable
  7. type FieldId = Type
  8. type FileId = Type
  9. case class FilesAdditional(objectId: String, entityType: String, data: Seq[FieldAdditional]) extends Product with Serializable
  10. case class LampSemanticId(entityType: String, entityId: String, fieldId: String, fileId: String) extends Product with Serializable
  11. case class ListObjects(entityType: EntityTypeId, search: Search) extends Product with Serializable
  12. case class ObjectFile(fileId: FileId, additional: Option[JsonObject], name: String, url: StoredFile) extends Product with Serializable
  13. case class StepProgress(step: Json, entityObject: EntityObject, files: Map[String, Seq[StoredFile]], generated: Map[String, Seq[StoredFile]], attempts: Int, correlationId: String) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped