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
- All
Instance Constructors
- 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
-
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, comment: Option[String])(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @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], comment: Option[String])(implicit user: LoggedUser): Future[EmptyResponse]
- Definition Classes
- DBProcessService → ProcessService
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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()
-
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: String)(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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.