c
pl.touk.nussknacker.ui.process.repository
DBFetchingProcessRepository
Companion object DBFetchingProcessRepository
abstract class DBFetchingProcessRepository[F[_]] extends FetchingProcessRepository[F] with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DBFetchingProcessRepository
- LazyLogging
- FetchingProcessRepository
- ProcessDBQueryRepository
- NuTables
- DeploymentEntityFactory
- AttachmentEntityFactory
- ScenarioLabelsEntityFactory
- ScenarioActivityEntityFactory
- EnvironmentsEntityFactory
- ProcessVersionEntityFactory
- ProcessEntityFactory
- BaseEntityFactory
- Repository
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DBFetchingProcessRepository(dbRef: DbRef, actionRepository: ScenarioActionRepository, scenarioLabelsRepository: ScenarioLabelsRepository)(implicit arg0: Monad[F], ec: ExecutionContext)
Type Members
-
class
AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
- Definition Classes
- AttachmentEntityFactory
-
class
EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
- Definition Classes
- EnvironmentsEntityFactory
-
class
ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
- Definition Classes
- ProcessEntityFactory
-
abstract
class
BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntity extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ScenarioActivityEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioActivityEntityData]
- Definition Classes
- ScenarioActivityEntityFactory
-
class
ScenarioLabelsEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioLabelEntityData]
- Definition Classes
- ScenarioLabelsEntityFactory
-
class
DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
- Definition Classes
- DeploymentEntityFactory
Abstract Value Members
-
abstract
def
run[R]: (DB[R]) ⇒ F[R]
- Definition Classes
- Repository
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
additionalPropertiesMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[AdditionalProperties]
- Definition Classes
- ScenarioActivityEntityFactory
-
lazy val
api: API
- Attributes
- protected
- Definition Classes
- Repository
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attachmentsTable: TableQuery[AttachmentEntity]
- Definition Classes
- AttachmentEntityFactory
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
dbRef: DbRef
- Attributes
- protected
- Definition Classes
- DBFetchingProcessRepository → Repository
-
implicit
def
deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
- Attributes
- protected
- Definition Classes
- BaseEntityFactory
-
implicit
def
deploymentStatusName: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentStatusName]
- Definition Classes
- BaseEntityFactory
-
lazy val
deploymentsTable: TableQuery[DeploymentsEntity]
- Definition Classes
- DeploymentEntityFactory
-
implicit
val
ec: ExecutionContext
- Attributes
- protected
-
val
environmentsTable: TableQuery[EnvironmentsEntity]
- Definition Classes
- EnvironmentsEntityFactory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fetchLatestProcessDetailsForProcessId[PS](id: ProcessId)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ScenarioWithDetailsEntity[PS]]]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
def
fetchLatestProcessesDetails[PS](query: ScenarioQuery)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[ScenarioWithDetailsEntity[PS]]]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
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
-
def
fetchProcessDetailsForId[PS](processId: ProcessId, versionId: VersionId)(implicit arg0: ScenarioShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[ScenarioWithDetailsEntity[PS]]]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
def
fetchProcessId(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessId]]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
def
fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
-
def
fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
def
fetchProcessingType(processId: ProcessIdWithName)(implicit user: LoggedUser, ec: ExecutionContext): F[ProcessingType]
- Definition Classes
- DBFetchingProcessRepository → FetchingProcessRepository
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
labelsTable: TableQuery[ScenarioLabelsEntity]
- Definition Classes
- ScenarioLabelsEntityFactory
-
def
latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
- Definition Classes
- BaseEntityFactory
-
def
processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
-
val
processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
- Definition Classes
- ProcessVersionEntityFactory
-
def
processVersionsTableQuery(implicit fetchShape: ScenarioShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
-
val
processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processesTable: TableQuery[ProcessEntity]
- Definition Classes
- ProcessEntityFactory
-
lazy val
profile: JdbcProfile
- Attributes
- protected
- Definition Classes
- Repository
-
implicit
def
scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
- Definition Classes
- BaseEntityFactory
-
implicit
def
scenarioActivityIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityId]
- Definition Classes
- ScenarioActivityEntityFactory
-
val
scenarioActivityTable: TableQuery[ScenarioActivityEntity]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioActivityTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityType]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioId]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioVersionIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioVersionId]
- Definition Classes
- ScenarioActivityEntityFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
- Definition Classes
- BaseEntityFactory
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.