Class

pl.touk.nussknacker.ui.process.repository

FetchingProcessRepository

Related Doc: package repository

Permalink

abstract class FetchingProcessRepository[F[_]] extends ProcessRepository[F]

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

Instance Constructors

  1. new FetchingProcessRepository()(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 ProcessDeploymentInfoEntity extends slick.jdbc.JdbcProfile.API.Table[DeployedProcessVersionEntityData]

    Permalink
  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 val dbConfig: DbConfig

    Permalink
    Definition Classes
    Repository
  2. abstract def fetchAllProcessesDetails[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

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

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

    Permalink
  5. abstract def fetchDeploymentHistory(processId: ProcessId)(implicit ec: ExecutionContext): F[List[DeploymentHistoryEntry]]

    Permalink
  6. abstract def fetchLatestProcessDetailsForProcessId[PS](id: ProcessId, businessView: Boolean = false)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[Option[BaseProcessDetails[PS]]]

    Permalink
  7. abstract def fetchLatestProcessVersion[PS](processId: ProcessId)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser): F[Option[ProcessVersionEntityData]]

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

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

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

    Permalink
  11. abstract def fetchProcessName(processId: ProcessId)(implicit ec: ExecutionContext): F[Option[ProcessName]]

    Permalink
  12. abstract 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
  13. abstract def fetchProcesses[PS]()(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[List[BaseProcessDetails[PS]]]

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

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

    Permalink
  16. abstract def fetchProcessingType(processId: ProcessId)(implicit loggedUser: LoggedUser, ec: ExecutionContext): F[ProcessingType]

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

    Permalink
  18. 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
    @throws( ... )
  8. val commentsTable: TableQuery[CommentEntity]

    Permalink
    Definition Classes
    CommentEntityFactory
  9. val deployedProcessesTable: TableQuery[ProcessDeploymentInfoEntity]

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

    Permalink
  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 fetchLatestProcessDetailsForProcessIdEither[PS](id: ProcessId, businessView: Boolean = false)(implicit arg0: ProcessShapeFetchStrategy[PS], loggedUser: LoggedUser, ec: ExecutionContext): F[XError[BaseProcessDetails[PS]]]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def latestProcessVersions(processId: ProcessId)(implicit fetchShape: ProcessShapeFetchStrategy[_]): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  20. def latestProcessVersionsNoJson(processName: ProcessName): slick.jdbc.JdbcProfile.API.Query[BaseProcessVersionEntity, ProcessVersionEntityData, Seq]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessRepository
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProcessEntityFactory
  30. lazy val profile: JdbcProfile

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

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

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

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