trait ProcessDBQueryRepository[F[_]] extends Repository[F] with EspTables

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessDBQueryRepository
  2. EspTables
  3. AttachmentEntityFactory
  4. TagsEntityFactory
  5. ProcessActionEntityFactory
  6. EnvironmentsEntityFactory
  7. ProcessVersionEntityFactory
  8. CommentEntityFactory
  9. ProcessEntityFactory
  10. BaseEntityFactory
  11. Repository
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
    Definition Classes
    AttachmentEntityFactory
  2. class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]
    Definition Classes
    CommentEntityFactory
  3. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
    Definition Classes
    EnvironmentsEntityFactory
  4. class ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]
    Definition Classes
    ProcessActionEntityFactory
  5. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
    Definition Classes
    ProcessEntityFactory
  6. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
    Definition Classes
    ProcessVersionEntityFactory
  7. class ProcessVersionEntity extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityNoJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
    Definition Classes
    TagsEntityFactory

Abstract Value Members

  1. abstract val dbConfig: DbConfig
    Definition Classes
    Repository
  2. abstract def run[R]: (DB[R]) ⇒ F[R]
    Definition Classes
    Repository

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val api: API
    Attributes
    protected
    Definition Classes
    Repository
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  9. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fetchLastDeployedActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[ProcessId], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (ProcessId, (ProcessActionEntityData, Option[CommentEntityData])), Seq]
    Attributes
    protected
  13. def fetchLastFinishedActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[ProcessId], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (ProcessId, (ProcessActionEntityData, Option[CommentEntityData])), Seq]
    Attributes
    protected
  14. def fetchLatestProcessesQuery(query: (ProcessEntity) ⇒ slick.jdbc.JdbcProfile.API.Rep[Boolean], lastDeployedActionPerProcess: Seq[(ProcessId, (ProcessActionEntityData, Option[CommentEntityData]))], isDeployed: Option[Boolean])(implicit fetchShape: ProcessShapeFetchStrategy[_], loggedUser: LoggedUser, ec: ExecutionContext): slick.jdbc.JdbcProfile.API.Query[(((slick.jdbc.JdbcProfile.API.Rep[ProcessId], slick.jdbc.JdbcProfile.API.Rep[Option[Timestamp]]), BaseProcessVersionEntity), ProcessEntity), (((ProcessId, Option[Timestamp]), ProcessVersionEntityData), ProcessEntityData), Seq]
    Attributes
    protected
  15. def fetchProcessLatestFinishedActionsQuery(processId: ProcessId): slick.jdbc.JdbcProfile.API.Query[(ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]]), (ProcessActionEntityData, Option[CommentEntityData]), Seq]
    Attributes
    protected
  16. def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
  17. def fetchTagsPerProcess(implicit fetchShape: ProcessShapeFetchStrategy[_], ec: ExecutionContext): slick.jdbc.JdbcProfile.API.DBIOAction[Map[ProcessId, List[TagsEntityData]], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Attributes
    protected
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  26. implicit def processActionState: JdbcType[ProcessActionState] with BaseTypedType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  27. implicit def processActionType: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
    Definition Classes
    BaseEntityFactory
  28. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  29. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  30. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  31. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]
    Attributes
    protected
  32. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  33. val processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]
    Definition Classes
    ProcessVersionEntityFactory
  34. def processVersionsTableQuery(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
    Attributes
    protected
  35. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  36. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from EspTables

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from Repository[F]

Inherited from AnyRef

Inherited from Any

Ungrouped