package document
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- document
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Document(id: DocumentId, projectId: ProjectId, title: String, created: TimeStamp, entityType: EntityTypeId, data: JsonObject) extends Product with Serializable
- type DocumentId = Type
- trait DocumentService extends AnyRef
- class DocumentServiceVerdiImpl extends DocumentService
- case class GetDocument(projectId: ProjectId, documentId: DocumentId) extends Product with Serializable
- case class ListProjectDocuments(projectId: ProjectId, search: Search) extends Product with Serializable
Value Members
- object Document extends Serializable
- object DocumentId
- object DocumentService
- object DocumentServiceVerdiImpl
- object GetDocument extends Serializable
- object ListProjectDocuments extends Serializable