package model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AdditionalFieldName = Type
- case class CompletionPhrases(input: String, weight: Int = 1) extends Product with Serializable
- case class EntityObjectCursor(entityType: String, data: JsonObject, id: UUID) extends Product with Serializable
- type EntityTypeId = Type
- case class FailedProgress(indexationProgress: StepProgress, message: String, stackTrace: Option[String]) extends Product with Serializable
- case class FieldAdditional(field: String, key: String, files: JsonObject) extends Product with Serializable
- type FieldId = Type
- type FileId = Type
- case class FilesAdditional(objectId: String, entityType: String, data: Seq[FieldAdditional]) extends Product with Serializable
- case class LampSemanticId(entityType: String, entityId: String, fieldId: String, fileId: String) extends Product with Serializable
- case class ListObjects(entityType: EntityTypeId, search: Search) extends Product with Serializable
- case class ObjectFile(fileId: FileId, additional: Option[JsonObject], name: String, url: StoredFile) extends Product with Serializable
- 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
- object AdditionalFieldName
- object CompletionPhrases extends Serializable
- object EntityObjectCursor extends Serializable
- object EntityTypeId
- object FailedProgress extends Serializable
- object FieldAdditional extends Serializable
- object FieldId
- object FileId
- object FilesAdditional extends Serializable
- object LampSemanticId extends Serializable
- object ListObjects extends Serializable
- object ObjectFile extends Serializable
- object StepProgress extends Serializable