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
Ordering
- Alphabetic
- By Inheritance
Inherited
- DBProcessService
- LazyLogging
- ProcessService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DBProcessService(managerActor: ActorRef, systemRequestTimeout: Timeout, newProcessPreparer: NewProcessPreparer, processCategoryService: ProcessCategoryService, processResolving: UIProcessResolving, repositoryManager: RepositoryManager[DB], fetchingProcessRepository: FetchingProcessRepository[Future], processActionRepository: ProcessActionRepository[DB], processRepository: ProcessRepository[DB], processValidation: ProcessValidation)(implicit ec: ExecutionContext)
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
- def archiveProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelProcess(processIdWithName: ProcessIdWithName, deploymentComment: Option[DeploymentComment])(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createProcess(command: CreateProcessCommand)(implicit user: LoggedUser): Future[XError[ProcessResponse]]
- Definition Classes
- DBProcessService → ProcessService
- def deleteProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
- def deployProcess(processIdWithName: ProcessIdWithName, savepointPath: Option[String], deploymentComment: Option[DeploymentComment])(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getArchivedProcesses[PS](user: LoggedUser)(implicit arg0: ProcessShapeFetchStrategy[PS]): Future[List[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getProcess[PS](processIdWithName: ProcessIdWithName)(implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[XError[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
- 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
- DBProcessService → ProcessService
- def getProcesses[PS](user: LoggedUser)(implicit arg0: ProcessShapeFetchStrategy[PS]): Future[List[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
- def getSubProcesses(processingTypes: Option[List[ProcessingType]])(implicit user: LoggedUser): Future[Set[SubprocessDetails]]
- Definition Classes
- DBProcessService → ProcessService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def importProcess(processId: ProcessIdWithName, jsonString: String)(implicit user: LoggedUser): Future[XError[ValidatedDisplayableProcess]]
- Definition Classes
- DBProcessService → ProcessService
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- 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()
- def renameProcess(processIdWithName: ProcessIdWithName, name: ProcessName)(implicit user: LoggedUser): Future[XError[UpdateProcessNameResponse]]
- Definition Classes
- DBProcessService → ProcessService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unArchiveProcess(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
- def updateCategory(processIdWithName: ProcessIdWithName, category: String)(implicit user: LoggedUser): Future[XError[UpdateProcessCategoryResponse]]
- Definition Classes
- DBProcessService → ProcessService
- def updateProcess(processIdWithName: ProcessIdWithName, action: UpdateProcessCommand)(implicit user: LoggedUser): Future[XError[UpdateProcessResponse]]
- Definition Classes
- DBProcessService → ProcessService
- 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