c

pl.touk.nussknacker.ui.process.repository

DBProcessRepository

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. TagsEntityFactory
  9. ProcessActionEntityFactory
  10. EnvironmentsEntityFactory
  11. ProcessVersionEntityFactory
  12. CommentEntityFactory
  13. ProcessEntityFactory
  14. BaseEntityFactory
  15. ProcessRepository
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBProcessRepository(dbRef: DbRef, commentRepository: CommentRepository, modelVersion: ProcessingTypeDataProvider[Int, _])

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 ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  10. class ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  11. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
    Definition Classes
    TagsEntityFactory
  12. 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. lazy val api: API
    Attributes
    protected
    Definition Classes
    Repository
  5. def archive(processId: ProcessIdWithName, isArchived: Boolean): DB[Unit]
    Definition Classes
    DBProcessRepositoryProcessRepository
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  8. def changeVersionId(processId: ProcessId, versionId: VersionId, versionIdToUpdate: VersionId): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  11. val dbRef: DbRef
    Attributes
    protected
    Definition Classes
    DBProcessRepositoryRepository
  12. def deleteProcess(processId: ProcessIdWithName): DB[Unit]
    Definition Classes
    DBProcessRepositoryProcessRepository
  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. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. 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
  20. def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  25. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def now: Instant
    Attributes
    protected
  30. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  31. implicit def processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  32. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  33. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  34. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  35. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  36. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  37. def processVersionsTableQuery(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
    Attributes
    protected
    Definition Classes
    ProcessDBQueryRepository
  38. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  39. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  40. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  41. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  42. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  43. def renameProcess(process: ProcessIdWithName, newName: ProcessName)(implicit loggedUser: LoggedUser): DB[Unit]
    Definition Classes
    DBProcessRepositoryProcessRepository
  44. def run[R]: (DB[R]) ⇒ DB[R]
    Definition Classes
    DBProcessRepositoryRepository
  45. 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
  46. implicit def scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
    Definition Classes
    BaseEntityFactory
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def updateProcess(updateProcessAction: UpdateProcessAction)(implicit loggedUser: LoggedUser): DB[ProcessUpdated]
    Definition Classes
    DBProcessRepositoryProcessRepository
  51. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. 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 ProcessDBQueryRepository[DB]

Inherited from Repository[DB]

Inherited from LazyLogging

Inherited from NuTables

Inherited from DeploymentEntityFactory

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from ProcessRepository[DB]

Inherited from AnyRef

Inherited from Any

Ungrouped