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
Ordering
- Alphabetic
- By Inheritance
Inherited
- DBProcessService
- LazyLogging
- ProcessService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DBProcessService(deploymentService: DeploymentService, newProcessPreparer: NewProcessPreparer, processCategoryService: ProcessCategoryService, processResolving: UIProcessResolving, dbioRunner: DBIOActionRunner, 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
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getArchivedProcessesAndFragments[PS](implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[List[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getFragmentsDetails(processingTypes: Option[List[ProcessingType]])(implicit user: LoggedUser): Future[Set[FragmentDetails]]
- Definition Classes
- DBProcessService → ProcessService
-
def
getProcess[PS](processIdWithName: ProcessIdWithName)(implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[XError[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
-
def
getProcessActions(id: ProcessId): Future[List[ProcessAction]]
- Definition Classes
- DBProcessService → ProcessService
-
def
getProcesses[PS](implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[List[BaseProcessDetails[PS]]]
- Definition Classes
- DBProcessService → ProcessService
-
def
getProcessesAndFragments[PS](implicit arg0: ProcessShapeFetchStrategy[PS], user: LoggedUser): Future[List[BaseProcessDetails[PS]]]
- 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( ... )
-
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.