c

pl.touk.nussknacker.ui.process.repository

FetchingProcessRepository

abstract class FetchingProcessRepository[F[_]] extends ProcessDBQueryRepository[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchingProcessRepository
  2. ProcessDBQueryRepository
  3. NuTables
  4. DeploymentEntityFactory
  5. AttachmentEntityFactory
  6. ScenarioLabelsEntityFactory
  7. ScenarioActivityEntityFactory
  8. EnvironmentsEntityFactory
  9. ProcessVersionEntityFactory
  10. ProcessEntityFactory
  11. BaseEntityFactory
  12. Repository
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FetchingProcessRepository()(implicit arg0: Monad[F])

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
    Definition Classes
    AttachmentEntityFactory
  2. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
    Definition Classes
    EnvironmentsEntityFactory
  3. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
    Definition Classes
    ProcessEntityFactory
  4. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
    Definition Classes
    ProcessVersionEntityFactory
  5. class ProcessVersionEntity extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  6. class ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  7. class ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class ScenarioActivityEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioActivityEntityData]
  10. class ScenarioLabelsEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioLabelEntityData]
    Definition Classes
    ScenarioLabelsEntityFactory
  11. class DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
    Definition Classes
    DeploymentEntityFactory

Abstract Value Members

  1. abstract val dbRef: DbRef
    Attributes
    protected
    Definition Classes
    Repository
  2. abstract def fetchLatestProcessDetailsForProcessId[PS](id: ProcessId)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ScenarioWithDetailsEntity[PS]]]
  3. abstract def fetchLatestProcessesDetails[PS](query: ScenarioQuery)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[ScenarioWithDetailsEntity[PS]]]
  4. abstract def fetchProcessDetailsForId[PS](processId: ProcessId, versionId: VersionId)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ScenarioWithDetailsEntity[PS]]]
  5. abstract def fetchProcessId(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessId]]
  6. abstract def fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]
  7. abstract def fetchProcessingType(processId: ProcessIdWithName)(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[ProcessingType]
  8. 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. implicit def additionalPropertiesMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[AdditionalProperties]
  5. lazy val api: API
    Attributes
    protected
    Definition Classes
    Repository
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. implicit def deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
    Attributes
    protected
    Definition Classes
    BaseEntityFactory
  10. implicit def deploymentStatusName: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentStatusName]
    Definition Classes
    BaseEntityFactory
  11. lazy val deploymentsTable: TableQuery[DeploymentsEntity]
    Definition Classes
    DeploymentEntityFactory
  12. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fetchLatestProcessesQuery(query: (ProcessEntity) => slick.jdbc.JdbcProfile.API.Rep[Boolean], deployedProcesses: Set[ProcessId], isDeployed: Option[Boolean])(implicit fetchShape: ScenarioShapeFetchStrategy[_], loggedUser: LoggedUser): 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
    Definition Classes
    ProcessDBQueryRepository
  16. def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val labelsTable: TableQuery[ScenarioLabelsEntity]
    Definition Classes
    ScenarioLabelsEntityFactory
  21. def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  26. implicit def processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  27. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  28. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  29. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  30. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  31. def processVersionsTableQuery(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  32. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  33. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  34. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  35. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  36. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  37. implicit def scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
    Definition Classes
    BaseEntityFactory
  38. implicit def scenarioActivityIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityId]
  39. val scenarioActivityTable: TableQuery[ScenarioActivityEntity]
  40. implicit def scenarioActivityTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityType]
  41. implicit def scenarioIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioId]
  42. implicit def scenarioVersionIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioVersionId]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from ProcessDBQueryRepository[F]

Inherited from NuTables

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from Repository[F]

Inherited from AnyRef

Inherited from Any

Ungrouped