class DbScenarioActionRepository extends DbioRepository with NuTables with DbLockableTable with ScenarioActionRepository with LazyLogging

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

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
  12. type ENTITY = ScenarioActivityEntity

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. def addInProgressAction(processId: ProcessId, actionName: ScenarioActionName, processVersion: Option[VersionId], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): DB[ProcessActionId]
  5. def addInstantAction(processId: ProcessId, processVersion: VersionId, actionName: ScenarioActionName, comment: Option[Comment], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): DB[ProcessAction]
  6. implicit def additionalPropertiesMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[AdditionalProperties]
  7. lazy val api: API
    Attributes
    protected
    Definition Classes
    Repository
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  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
    DbScenarioActionRepositoryRepository
  12. def deleteInProgressActions(): 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. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit val executionContext: ExecutionContext
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def getFinishedProcessAction(actionId: ProcessActionId): DB[Option[ProcessAction]]
  22. def getFinishedProcessActions(processId: ProcessId, actionNamesOpt: Option[Set[ScenarioActionName]]): DB[List[ProcessAction]]
  23. def getInProgressActionNames(allowedActionNames: Set[ScenarioActionName]): DB[Map[ProcessId, Set[ScenarioActionName]]]
  24. def getInProgressActionNames(processId: ProcessId): DB[Set[ScenarioActionName]]
  25. def getLastActionPerProcess(actionState: Set[ProcessActionState], actionNamesOpt: Option[Set[ScenarioActionName]]): DB[Map[ProcessId, ProcessAction]]
  26. def getUserActionsAfter(loggedUser: LoggedUser, possibleActionNames: Set[ScenarioActionName], possibleStates: Set[ProcessActionState], limit: Instant): DB[List[(ProcessAction, ProcessName)]]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val labelsTable: TableQuery[ScenarioLabelsEntity]
    Definition Classes
    ScenarioLabelsEntityFactory
  30. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  31. def markActionAsFailed(actionId: ProcessActionId, processId: ProcessId, actionName: ScenarioActionName, processVersion: Option[VersionId], performedAt: Instant, comment: Option[Comment], failureMessage: String, buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): DB[Unit]
  32. def markActionAsFinished(actionId: ProcessActionId, processId: ProcessId, actionName: ScenarioActionName, processVersion: VersionId, performedAt: Instant, comment: Option[Comment], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): DB[Unit]
  33. def markFinishedActionAsExecutionFinished(actionId: ProcessActionId): DB[Boolean]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  37. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  38. implicit def processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  39. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  40. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  41. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  42. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  43. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  44. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  45. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  46. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  47. def removeAction(actionId: ProcessActionId, processId: ProcessId, processVersion: Option[VersionId])(implicit user: LoggedUser): DB[Unit]
  48. def run[R]: (DB[R]) => DB[R]
    Definition Classes
    DbioRepositoryRepository
  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 table: slick.jdbc.JdbcProfile.API.TableQuery[ScenarioActivityEntity]
    Attributes
    protected
    Definition Classes
    DbScenarioActionRepositoryDbLockableTable
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  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])
  62. def withLockedTable[T](dbioAction: DB[T]): DB[T]
    Definition Classes
    DbLockableTable

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 LazyLogging

Inherited from LockableTable

Inherited from DbLockableTable

Inherited from NuTables

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from DbioRepository

Inherited from Repository[DB]

Inherited from AnyRef

Inherited from Any

Ungrouped