package entity

Type Members

  1. case class AttachmentEntityData(id: Long, processId: Long, processVersionId: Long, fileName: String, filePath: String, user: String, createDate: Timestamp) extends Product with Serializable
  2. trait AttachmentEntityFactory extends AnyRef
  3. trait CommentActions extends AnyRef
  4. case class CommentEntityData(id: Long, processId: Long, processVersionId: Long, content: String, user: String, createDate: Timestamp) extends Product with Serializable
  5. trait CommentEntityFactory extends AnyRef
  6. case class EnvironmentsEntityData(name: String) extends Product with Serializable
  7. trait EnvironmentsEntityFactory extends AnyRef
  8. case class ProcessActionEntityData(processId: Long, processVersionId: Long, user: String, performedAt: Timestamp, action: ProcessActionType, commentId: Option[Long], buildInfo: Option[String]) extends Product with Serializable
  9. trait ProcessActionEntityFactory extends AnyRef
  10. case class ProcessEntityData(id: Long, name: String, description: Option[String], processType: ProcessType, processCategory: String, processingType: ProcessingType, isSubprocess: Boolean, isArchived: Boolean, createdAt: Timestamp, createdBy: String) extends Product with Serializable
  11. trait ProcessEntityFactory extends AnyRef
  12. case class ProcessVersionEntityData(id: Long, processId: Long, json: Option[String], mainClass: Option[String], createDate: Timestamp, user: String, modelVersion: Option[Int]) extends Product with Serializable
  13. trait ProcessVersionEntityFactory extends AnyRef
  14. case class TagsEntityData(name: String, processId: Long) extends Product with Serializable
  15. trait TagsEntityFactory extends AnyRef

Ungrouped