object DbProcessActivityRepository extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DbProcessActivityRepository
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Attachment(id: Long, processId: String, processVersionId: VersionId, fileName: String, user: String, createDate: LocalDateTime) extends Product with Serializable
  2. case class Comment(id: Long, processId: String, processVersionId: VersionId, content: String, user: String, createDate: LocalDateTime) extends Product with Serializable
  3. case class ProcessActivity(comments: List[Comment], attachments: List[Attachment]) extends Product with Serializable

Value Members

  1. object Attachment extends Serializable
  2. object Comment extends Serializable
  3. object ProcessActivity extends Serializable