Class/Object

pl.touk.nussknacker.ui.process.repository

DBFetchingProcessRepository

Related Docs: object DBFetchingProcessRepository | package repository

Permalink

abstract class DBFetchingProcessRepository[F[_]] extends FetchingProcessRepository[F] with LazyLogging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBFetchingProcessRepository
  2. LazyLogging
  3. FetchingProcessRepository
  4. ProcessRepository
  5. EspTables
  6. AttachmentEntityFactory
  7. TagsEntityFactory
  8. ProcessActionEntityFactory
  9. EnvironmentsEntityFactory
  10. ProcessVersionEntityFactory
  11. CommentEntityFactory
  12. ProcessEntityFactory
  13. Repository
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBFetchingProcessRepository(dbConfig: DbConfig)(implicit arg0: Monad[F])

    Permalink

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]

    Permalink
    Definition Classes
    AttachmentEntityFactory
  2. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  3. class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]

    Permalink
    Definition Classes
    CommentEntityFactory
  4. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]

    Permalink
    Definition Classes
    EnvironmentsEntityFactory
  5. class ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]

    Permalink
    Definition Classes
    ProcessActionEntityFactory
  6. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]

    Permalink
    Definition Classes
    ProcessEntityFactory
  7. class ProcessVersionEntity extends BaseProcessVersionEntity

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityNoJson extends BaseProcessVersionEntity

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  9. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]

    Permalink
    Definition Classes
    TagsEntityFactory

Abstract Value Members

  1. abstract def run[R]: (DB[R]) ⇒ F[R]

    Permalink
    Definition Classes
    Repository

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val api: API

    Permalink
    Attributes
    protected
    Definition Classes
    Repository
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val attachmentsTable: TableQuery[AttachmentEntity]

    Permalink
    Definition Classes
    AttachmentEntityFactory
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. val commentsTable: TableQuery[CommentEntity]

    Permalink
    Definition Classes
    CommentEntityFactory
  9. val dbConfig: DbConfig

    Permalink
  10. implicit def deploymentMapper: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]

    Permalink
    Definition Classes
    ProcessActionEntityFactory
  11. val environmentsTable: TableQuery[EnvironmentsEntity]

    Permalink
    Definition Classes
    EnvironmentsEntityFactory
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fetchAllProcessesDetails[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  15. def fetchArchivedProcesses[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  16. def fetchCustomProcesses[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  17. def fetchDeployedProcessesDetails[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  18. def fetchLastActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[Long], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (Long, (ProcessActionEntityData, Option[CommentEntityData])), Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  19. def fetchLastDeployedActionPerProcessQuery: slick.jdbc.JdbcProfile.API.Query[(slick.jdbc.JdbcProfile.API.Rep[Long], (ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]])), (Long, (ProcessActionEntityData, Option[CommentEntityData])), Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  20. def fetchLatestProcessDetailsForProcessId[PS](id: ProcessId, businessView: Boolean)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[BaseProcessDetails[PS]]]

    Permalink
  21. def fetchLatestProcessDetailsForProcessIdEither[PS](id: ProcessId, businessView: Boolean = false)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[XError[BaseProcessDetails[PS]]]

    Permalink
    Definition Classes
    FetchingProcessRepository
  22. def fetchLatestProcessVersion[PS](processId: ProcessId)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser): F[Option[ProcessVersionEntityData]]

    Permalink
  23. def fetchLatestProcessesQuery(query: (ProcessEntity) ⇒ slick.jdbc.JdbcProfile.API.Rep[Boolean], lastDeployedActionPerProcess: Seq[(Long, (ProcessActionEntityData, Option[CommentEntityData]))], isDeployed: Option[Boolean])(implicit fetchShape: ProcessShapeFetchStrategy[_], loggedUser: LoggedUser, ec: ExecutionContext): slick.jdbc.JdbcProfile.API.Query[(((slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Option[Timestamp]]), BaseProcessVersionEntity), ProcessEntity), (((Long, Option[Timestamp]), ProcessVersionEntityData), ProcessEntityData), Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  24. def fetchProcessActions(processId: ProcessId)(implicit ec: ExecutionContext): F[List[ProcessAction]]

    Permalink
  25. def fetchProcessDetails(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessEntityData]]

    Permalink
  26. def fetchProcessDetailsForId[PS](processId: ProcessId, versionId: Long, businessView: Boolean)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[BaseProcessDetails[PS]]]

    Permalink
  27. def fetchProcessId(processName: ProcessName)(implicit ec: ExecutionContext): F[Option[ProcessId]]

    Permalink
  28. def fetchProcessLatestActionsQuery(processId: ProcessId): slick.jdbc.JdbcProfile.API.Query[(ProcessActionEntity, slick.jdbc.JdbcProfile.API.Rep[Option[CommentEntity]]), (ProcessActionEntityData, Option[CommentEntityData]), Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  29. def fetchProcessLatestVersionsQuery(processId: ProcessId)(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  30. def fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]

    Permalink
  31. def fetchProcesses[PS](isSubprocess: Option[Boolean], isArchived: Option[Boolean], isDeployed: Option[Boolean], categories: Option[Seq[String]], processingTypes: Option[Seq[String]])(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  32. def fetchProcesses[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  33. def fetchProcessesDetails[PS](processNames: List[ProcessName])(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  34. def fetchProcessesDetails[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  35. def fetchProcessingType(processId: ProcessId)(implicit user: LoggedUser, ec: ExecutionContext): F[ProcessingType]

    Permalink
  36. def fetchSubProcessesDetails[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

    Permalink
  37. def fetchTagsPerProcess(implicit fetchShape: ProcessShapeFetchStrategy[_], ec: ExecutionContext): slick.jdbc.JdbcProfile.API.DBIOAction[Map[Long, List[TagsEntityData]], slick.jdbc.JdbcProfile.API.NoStream, Read]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def latestProcessVersionsNoJsonQuery(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  42. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  46. val processActionsTable: TableQuery[ProcessActionEntity]

    Permalink
    Definition Classes
    ProcessActionEntityFactory
  47. def processTableFilteredByUser(implicit loggedUser: LoggedUser): slick.jdbc.JdbcProfile.API.Query[ProcessEntity, ProcessEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  48. implicit def processTypeMapper: JdbcType[ProcessType] with BaseTypedType[ProcessType]

    Permalink
    Definition Classes
    ProcessEntityFactory
  49. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  50. val processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  51. def processVersionsTableQuery(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.TableQuery[BaseProcessVersionEntity]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  52. val processesTable: TableQuery[ProcessEntity]

    Permalink
    Definition Classes
    ProcessEntityFactory
  53. lazy val profile: JdbcProfile

    Permalink
    Attributes
    protected
    Definition Classes
    Repository
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. val tagsTable: TableQuery[TagsEntity]

    Permalink
    Definition Classes
    TagsEntityFactory
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from FetchingProcessRepository[F]

Inherited from ProcessRepository[F]

Inherited from EspTables

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from Repository[F]

Inherited from AnyRef

Inherited from Any

Ungrouped