Packages

p

com.embedika

document

package document

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

Type Members

  1. case class Document(id: DocumentId, projectId: ProjectId, title: String, created: TimeStamp, entityType: EntityTypeId, data: JsonObject) extends Product with Serializable
  2. type DocumentId = Type
  3. trait DocumentService extends AnyRef
  4. class DocumentServiceVerdiImpl extends DocumentService
  5. case class GetDocument(projectId: ProjectId, documentId: DocumentId) extends Product with Serializable
  6. case class ListProjectDocuments(projectId: ProjectId, search: Search) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped