class DeploymentServiceImpl extends DeploymentService with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentServiceImpl
- LazyLogging
- DeploymentService
- ProcessStateService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeploymentServiceImpl(dispatcher: DeploymentManagerDispatcher, processRepository: FetchingProcessRepository[DB], actionRepository: DbProcessActionRepository[DB], dbioRunner: DBIOActionRunner, processValidation: ProcessValidation, scenarioResolver: ScenarioResolver, processChangeListener: ProcessChangeListener, scenarioStateTimeout: Option[FiniteDuration], clock: Clock = Clock.systemUTC())(implicit system: ActorSystem)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelProcess(processId: ProcessIdWithName, deploymentComment: Option[DeploymentComment])(implicit user: LoggedUser, ec: ExecutionContext): Future[Unit]
- Definition Classes
- DeploymentServiceImpl → DeploymentService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def deployProcessAsync(processIdWithName: ProcessIdWithName, savepointPath: Option[String], deploymentComment: Option[DeploymentComment])(implicit user: LoggedUser, ec: ExecutionContext): Future[Future[Option[ExternalDeploymentId]]]
- Definition Classes
- DeploymentServiceImpl → DeploymentService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDeployedScenarios(processingType: ProcessingType)(implicit ec: ExecutionContext): Future[List[DeployedScenarioData]]
- Definition Classes
- DeploymentServiceImpl → DeploymentService
- def getProcessState(processDetails: BaseProcessDetails[_])(implicit user: LoggedUser, ec: ExecutionContext, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
- Definition Classes
- DeploymentServiceImpl → ProcessStateService
- def getProcessState(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser, ec: ExecutionContext, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
- Definition Classes
- DeploymentServiceImpl → ProcessStateService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def invalidateInProgressActions(): Unit
- Definition Classes
- DeploymentServiceImpl → DeploymentService
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def markProcessFinishedIfLastActionDeploy(processingType: ProcessingType, processName: ProcessName)(implicit ec: ExecutionContext): Future[Option[ProcessAction]]
- Definition Classes
- DeploymentServiceImpl → DeploymentService
- 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 prepareDeploymentData(user: User, deploymentId: DeploymentId): DeploymentData
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateBeforeDeploy(processDetails: BaseProcessDetails[CanonicalProcess], actionId: ProcessActionId)(implicit user: LoggedUser, ec: ExecutionContext): Future[DeployedScenarioData]
- Attributes
- protected
- 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