package
entity
Type Members
-
case class
AttachmentEntityData(id: Long, processId: Long, processVersionId: Long, fileName: String, filePath: String, user: String, createDate: Timestamp) extends Product with Serializable
-
trait
AttachmentEntityFactory extends AnyRef
-
trait
CommentActions extends AnyRef
-
case class
CommentEntityData(id: Long, processId: Long, processVersionId: Long, content: String, user: String, createDate: Timestamp) extends Product with Serializable
-
trait
CommentEntityFactory extends AnyRef
-
case class
EnvironmentsEntityData(name: String) extends Product with Serializable
-
trait
EnvironmentsEntityFactory extends AnyRef
-
case class
ProcessActionEntityData(processId: Long, processVersionId: Long, user: String, performedAt: Timestamp, action: ProcessActionType, commentId: Option[Long], buildInfo: Option[String]) extends Product with Serializable
-
trait
ProcessActionEntityFactory extends AnyRef
-
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
-
trait
ProcessEntityFactory extends AnyRef
-
case class
ProcessVersionEntityData(id: Long, processId: Long, json: Option[String], mainClass: Option[String], createDate: Timestamp, user: String, modelVersion: Option[Int]) extends Product with Serializable
-
trait
ProcessVersionEntityFactory extends AnyRef
-
case class
TagsEntityData(name: String, processId: Long) extends Product with Serializable
-
trait
TagsEntityFactory extends AnyRef