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 EntityObjectCursor(entityType: String, data: JsonObject, id: UUID) extends Product with Serializable
  3. type EntityTypeId = Type
  4. case class FailedProgress(indexationProgress: StepProgress, message: String, stackTrace: Option[String]) extends Product with Serializable
  5. case class FieldAdditional(field: String, key: String, files: JsonObject) extends Product with Serializable
  6. type FieldId = Type
  7. type FileId = Type
  8. case class FilesAdditional(objectId: String, entityType: String, data: Seq[FieldAdditional]) extends Product with Serializable
  9. case class LampSemanticId(entityType: String, entityId: String, fieldId: String, fileId: String) extends Product with Serializable
  10. case class ListObjects(entityType: EntityTypeId, search: Search) extends Product with Serializable
  11. case class ObjectFile(fileId: FileId, additional: Option[JsonObject], name: String, url: StoredFile) extends Product with Serializable
  12. 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

Value Members

  1. object AdditionalFieldName
  2. object EntityObjectCursor extends Serializable
  3. object EntityTypeId
  4. object FailedProgress extends Serializable
  5. object FieldAdditional extends Serializable
  6. object FieldId
  7. object FileId
  8. object FilesAdditional extends Serializable
  9. object LampSemanticId extends Serializable
  10. object ListObjects extends Serializable
  11. object ObjectFile extends Serializable
  12. object StepProgress extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped