Packages

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 subprocess / 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(managerActor: ActorRef, requestTimeLimit: Duration, newProcessPreparer: NewProcessPreparer, processCategoryService: ProcessCategoryService, processResolving: UIProcessResolving, repositoryManager: RepositoryManager[DB], 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[EmptyResponse]
    Definition Classes
    DBProcessServiceProcessService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancelProcess(processIdWithName: ProcessIdWithName, comment: Option[String])(implicit user: LoggedUser): Future[EmptyResponse]
    Definition Classes
    DBProcessServiceProcessService
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createProcess(command: CreateProcessCommand)(implicit user: LoggedUser): Future[XError[ProcessResponse]]
    Definition Classes
    DBProcessServiceProcessService
  9. def deleteProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[EmptyResponse]
    Definition Classes
    DBProcessServiceProcessService
  10. def deployProcess(processIdWithName: ProcessIdWithName, savepointPath: Option[String], comment: Option[String])(implicit user: LoggedUser): Future[EmptyResponse]
    Definition Classes
    DBProcessServiceProcessService
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getProcess[PS](processIdWithName: ProcessIdWithName)(implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[XError[BaseProcessDetails[PS]]]
    Definition Classes
    DBProcessServiceProcessService
  15. def getProcessState(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[ProcessState]

    Handling error at retrieving status from manager is created at ManagementActor

    Handling error at retrieving status from manager is created at ManagementActor

    Definition Classes
    DBProcessServiceProcessService
  16. def getProcesses[PS](user: LoggedUser)(implicit arg0: ProcessShapeFetchStrategy[PS]): Future[List[BaseProcessDetails[PS]]]
    Definition Classes
    DBProcessServiceProcessService
  17. def getSubProcesses(processingTypes: Option[List[ProcessingType]])(implicit user: LoggedUser): Future[Set[SubprocessDetails]]
    Definition Classes
    DBProcessServiceProcessService
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def renameProcess(processIdWithName: ProcessIdWithName, name: String)(implicit user: LoggedUser): Future[XError[UpdateProcessNameResponse]]
    Definition Classes
    DBProcessServiceProcessService
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unArchiveProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[EmptyResponse]
    Definition Classes
    DBProcessServiceProcessService
  28. def updateCategory(processIdWithName: ProcessIdWithName, category: String)(implicit user: LoggedUser): Future[XError[UpdateProcessCategoryResponse]]
    Definition Classes
    DBProcessServiceProcessService
  29. def updateProcess(processIdWithName: ProcessIdWithName, action: UpdateProcessCommand)(implicit user: LoggedUser): Future[XError[UpdateProcessResponse]]
    Definition Classes
    DBProcessServiceProcessService
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. 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