Class/Object

pl.touk.nussknacker.ui.process.repository

DBFetchingProcessRepository

Related Docs: object DBFetchingProcessRepository | package repository

Permalink

abstract class DBFetchingProcessRepository[F[_]] extends ProcessRepository[F] with LazyLogging

Linear Supertypes
LazyLogging, ProcessRepository[F], Repository[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBFetchingProcessRepository
  2. LazyLogging
  3. ProcessRepository
  4. Repository
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBFetchingProcessRepository(dbConfig: DbConfig)

    Permalink

Abstract Value Members

  1. abstract def run[R]: (DB[R]) ⇒ F[R]

    Permalink
    Definition Classes
    Repository

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val api: API

    Permalink
    Attributes
    protected
    Definition Classes
    Repository
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val dbConfig: DbConfig

    Permalink
  8. lazy val driver: JdbcProfile

    Permalink
    Attributes
    protected
    Definition Classes
    Repository
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fetchAllProcessesDetails()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  12. def fetchArchivedProcesses()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  13. def fetchCustomProcesses()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  14. def fetchLatestProcessDetailsForProcessId(id: ProcessId, businessView: Boolean = false)(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ProcessDetails]]

    Permalink
  15. def fetchLatestProcessVersion(processId: ProcessId)(implicit loggedUser: LoggedUser): F[Option[ProcessVersionEntityData]]

    Permalink
  16. def fetchProcessDetailsForId(processId: ProcessId, versionId: Long, businessView: Boolean)(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ProcessDetails]]

    Permalink
  17. def fetchProcessId(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessId]]

    Permalink
  18. def fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]

    Permalink
  19. def fetchProcesses()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  20. def fetchProcessesDetails()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  21. def fetchSubProcessesDetails()(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[List[ProcessDetails]]

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def latestProcessVersions(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[ProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  27. def latestProcessVersions(processId: ProcessId): slick.jdbc.JdbcProfile.API.Query[ProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from ProcessRepository[F]

Inherited from Repository[F]

Inherited from AnyRef

Inherited from Any

Ungrouped