c
pl.touk.nussknacker.ui.process.repository
FetchingProcessRepository
Companion object FetchingProcessRepository
abstract class FetchingProcessRepository[F[_]] extends ProcessDBQueryRepository[F]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FetchingProcessRepository
- ProcessDBQueryRepository
- EspTables
- AttachmentEntityFactory
- TagsEntityFactory
- ProcessActionEntityFactory
- EnvironmentsEntityFactory
- ProcessVersionEntityFactory
- CommentEntityFactory
- ProcessEntityFactory
- BaseEntityFactory
- Repository
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FetchingProcessRepository()(implicit arg0: Monad[F])
Type Members
- class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
- Definition Classes
- AttachmentEntityFactory
- class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]
- Definition Classes
- CommentEntityFactory
- class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
- Definition Classes
- EnvironmentsEntityFactory
- class ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]
- Definition Classes
- ProcessActionEntityFactory
- 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 ProcessVersionEntityNoJson extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
- class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
- Definition Classes
- TagsEntityFactory
Abstract Value Members
- abstract val dbConfig: DbConfig
- Definition Classes
- Repository
- abstract def fetchLatestProcessDetailsForProcessId[PS](id: ProcessId)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[BaseProcessDetails[PS]]]
- abstract def fetchProcessActions(processId: ProcessId)(implicit ec: ExecutionContext): F[List[ProcessAction]]
- abstract def fetchProcessDetails(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessEntityData]]
- abstract def fetchProcessDetailsForId[PS](processId: ProcessId, versionId: VersionId)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[BaseProcessDetails[PS]]]
- abstract def fetchProcessId(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessId]]
- abstract def fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]
- abstract def fetchProcessesDetails[PS](query: FetchProcessesDetailsQuery)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]
- abstract def fetchProcessingType(processId: ProcessId)(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[ProcessingType]
- 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
- 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val commentsTable: TableQuery[CommentEntity]
- Definition Classes
- CommentEntityFactory
- implicit def deploymentMapper: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
- Definition Classes
- BaseEntityFactory
- val environmentsTable: TableQuery[EnvironmentsEntity]
- Definition Classes
- EnvironmentsEntityFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fetchLastActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[ProcessId], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (ProcessId, (ProcessActionEntityData, Option[CommentEntityData])), Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- def fetchLastDeployedActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[ProcessId], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (ProcessId, (ProcessActionEntityData, Option[CommentEntityData])), Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- def fetchLatestProcessesQuery(query: (ProcessEntity) => slick.jdbc.JdbcProfile.API.Rep[Boolean], lastDeployedActionPerProcess: Seq[(ProcessId, (ProcessActionEntityData, Option[CommentEntityData]))], isDeployed: Option[Boolean])(implicit fetchShape: ProcessShapeFetchStrategy[_], loggedUser: LoggedUser, ec: ExecutionContext): 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 fetchProcessLatestActionsQuery(processId: ProcessId): slick.jdbc.JdbcProfile.API.Query[(ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]]), (ProcessActionEntityData, Option[CommentEntityData]), Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- def fetchTagsPerProcess(implicit fetchShape: ProcessShapeFetchStrategy[_], ec: ExecutionContext): slick.jdbc.JdbcProfile.API.DBIOAction[Map[ProcessId, List[TagsEntityData]], slick.jdbc.JdbcProfile.API.NoStream, Read]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- final def getClass(): Class[_ <: AnyRef]
- 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
- def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- 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()
- val processActionsTable: TableQuery[ProcessActionEntity]
- Definition Classes
- ProcessActionEntityFactory
- 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
- val processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]
- Definition Classes
- ProcessVersionEntityFactory
- def processVersionsTableQuery(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]
- Attributes
- protected
- Definition Classes
- ProcessDBQueryRepository
- val processesTable: TableQuery[ProcessEntity]
- Definition Classes
- ProcessEntityFactory
- lazy val profile: JdbcProfile
- Attributes
- protected
- Definition Classes
- Repository
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tagsTable: TableQuery[TagsEntity]
- Definition Classes
- TagsEntityFactory
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated