class DBProcessRepository extends ProcessRepository[DB] with NuTables with LazyLogging with ProcessDBQueryRepository[DB]

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

Instance Constructors

  1. new DBProcessRepository(dbRef: DbRef, clock: Clock, scenarioActivityRepository: ScenarioActivityRepository, scenarioLabelsRepository: ScenarioLabelsRepository, modelVersion: ProcessingTypeDataProvider[Int, _])

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

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. def archive(processId: ProcessIdWithName, isArchived: Boolean): DB[Unit]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  9. def changeVersionId(processId: ProcessId, versionId: VersionId, versionIdToUpdate: VersionId): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. val dbRef: DbRef
    Attributes
    protected
    Definition Classes
    DBProcessRepositoryRepository
  12. def deleteProcess(processId: ProcessIdWithName): DB[Unit]
  13. implicit def deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
    Attributes
    protected
    Definition Classes
    BaseEntityFactory
  14. implicit def deploymentStatusName: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentStatusName]
    Definition Classes
    BaseEntityFactory
  15. lazy val deploymentsTable: TableQuery[DeploymentsEntity]
    Definition Classes
    DeploymentEntityFactory
  16. def editProcess[ACTION <: ModifyProcessAction](action: ACTION, activityCreator: (ProcessId, Option[VersionId], Option[VersionId], String) => ScenarioActivity)(implicit loggedUser: LoggedUser): DB[ProcessUpdated]
  17. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. 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
  21. def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val labelsTable: TableQuery[ScenarioLabelsEntity]
    Definition Classes
    ScenarioLabelsEntityFactory
  26. def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  27. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  28. def migrateProcess(migrateProcessAction: MigrateProcessAction)(implicit loggedUser: LoggedUser): DB[ProcessUpdated]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def now: Instant
    Attributes
    protected
  33. def performAutomaticUpdate(automaticProcessUpdateAction: AutomaticProcessUpdateAction)(implicit loggedUser: LoggedUser): DB[ProcessUpdated]
  34. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  35. implicit def processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  36. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  37. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  38. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  39. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  40. def processVersionsTableQuery(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  41. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  42. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  43. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  44. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  45. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  46. def renameProcess(process: ProcessIdWithName, newName: ProcessName)(implicit loggedUser: LoggedUser): DB[Unit]
  47. def run[R]: (DB[R]) => DB[R]
    Definition Classes
    DBProcessRepositoryRepository
  48. def saveNewProcess(action: CreateProcessAction)(implicit loggedUser: LoggedUser): DB[Option[ProcessCreated]]

    These action should be done on transaction - move it to ProcessService.createProcess

    These action should be done on transaction - move it to ProcessService.createProcess

    Definition Classes
    DBProcessRepositoryProcessRepository
  49. implicit def scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
    Definition Classes
    BaseEntityFactory
  50. implicit def scenarioActivityIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityId]
  51. val scenarioActivityTable: TableQuery[ScenarioActivityEntity]
  52. implicit def scenarioActivityTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityType]
  53. implicit def scenarioIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioId]
  54. implicit def scenarioVersionIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioVersionId]
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def updateProcess(updateProcessAction: UpdateProcessAction)(implicit loggedUser: LoggedUser): DB[ProcessUpdated]
  58. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. 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 Repository[DB]

Inherited from LazyLogging

Inherited from NuTables

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from ProcessRepository[DB]

Inherited from AnyRef

Inherited from Any

Ungrouped