c

pl.touk.nussknacker.ui.process

DBProcessService

class DBProcessService extends ProcessService with LazyLogging

ProcessService provides functionality for archive, unarchive, deploy, cancel process. Each action includes verification based on actual process state and checking process is fragment / archived.

Linear Supertypes
LazyLogging, ProcessService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBProcessService
  2. LazyLogging
  3. ProcessService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBProcessService(deploymentService: DeploymentService, newProcessPreparer: NewProcessPreparer, getProcessCategoryService: () ⇒ ProcessCategoryService, processResolverByProcessingType: ProcessingTypeDataProvider[UIProcessResolver, _], dbioRunner: DBIOActionRunner, fetchingProcessRepository: FetchingProcessRepository[Future], processActionRepository: ProcessActionRepository[DB], processRepository: ProcessRepository[DB])(implicit ec: ExecutionContext)

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 archiveProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[Unit]
    Definition Classes
    DBProcessServiceProcessService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createProcess(command: CreateProcessCommand)(implicit user: LoggedUser): Future[ProcessResponse]
    Definition Classes
    DBProcessServiceProcessService
  8. def deleteProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[Unit]
    Definition Classes
    DBProcessServiceProcessService
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getProcessActions(id: ProcessId): Future[List[ProcessAction]]
    Definition Classes
    DBProcessServiceProcessService
  13. def getProcessId(processName: ProcessName)(implicit ec: ExecutionContext): Future[ProcessId]
    Definition Classes
    DBProcessServiceProcessService
  14. def getProcessWithDetails(processIdWithName: ProcessIdWithName, versionId: VersionId, options: GetScenarioWithDetailsOptions)(implicit user: LoggedUser): Future[ScenarioWithDetails]
    Definition Classes
    DBProcessServiceProcessService
  15. def getProcessWithDetails(processIdWithName: ProcessIdWithName, options: GetScenarioWithDetailsOptions)(implicit user: LoggedUser): Future[ScenarioWithDetails]
    Definition Classes
    DBProcessServiceProcessService
  16. def getProcessesWithDetails(query: ScenarioQuery, options: GetScenarioWithDetailsOptions)(implicit user: LoggedUser): Future[List[ScenarioWithDetails]]
    Definition Classes
    DBProcessServiceProcessService
  17. def getRawProcessesWithDetails[PS](query: ScenarioQuery)(implicit arg0: ScenarioShapeFetchStrategy[PS], user: LoggedUser): Future[List[ScenarioWithDetailsEntity[PS]]]
    Definition Classes
    DBProcessServiceProcessService
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def importProcess(processId: ProcessIdWithName, jsonString: String)(implicit user: LoggedUser): Future[ValidatedDisplayableProcess]
    Definition Classes
    DBProcessServiceProcessService
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def renameProcess(processIdWithName: ProcessIdWithName, name: ProcessName)(implicit user: LoggedUser): Future[UpdateProcessNameResponse]
    Definition Classes
    DBProcessServiceProcessService
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def unArchiveProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[Unit]
    Definition Classes
    DBProcessServiceProcessService
  29. def updateCategory(processIdWithName: ProcessIdWithName, category: String)(implicit user: LoggedUser): Future[UpdateProcessCategoryResponse]
    Definition Classes
    DBProcessServiceProcessService
  30. def updateProcess(processIdWithName: ProcessIdWithName, action: UpdateProcessCommand)(implicit user: LoggedUser): Future[UpdateProcessResponse]
    Definition Classes
    DBProcessServiceProcessService
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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.

Inherited from LazyLogging

Inherited from ProcessService

Inherited from AnyRef

Inherited from Any

Ungrouped