case class ProcessState(externalDeploymentId: Option[ExternalDeploymentId], status: StateStatus, version: Option[ProcessVersion], allowedActions: List[ScenarioActionName], icon: URI, tooltip: String, description: String, startTime: Option[Long], attributes: Option[Json], errors: List[String]) extends Product with Serializable
Represents status of a scenario. Contains: - status itself and its evaluation moment: status, startTime - how to display in UI: icon, tooltip, description - deployment info: deploymentId, version - which actions are allowed: allowedActions - additional properties: attributes, errors
Statuses definition, allowed actions and current scenario ProcessState is defined by ProcessStateDefinitionManager.
- tooltip
Message displayed when mouse is hoovering over an icon (both scenarios and diagram panel). May contain longer, detailed status description.
- description
Short message displayed in top right panel of scenario diagram panel.
- Alphabetic
- By Inheritance
- ProcessState
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ProcessState(externalDeploymentId: Option[ExternalDeploymentId], status: StateStatus, version: Option[ProcessVersion], allowedActions: List[ScenarioActionName], icon: URI, tooltip: String, description: String, startTime: Option[Long], attributes: Option[Json], errors: List[String])
- tooltip
Message displayed when mouse is hoovering over an icon (both scenarios and diagram panel). May contain longer, detailed status description.
- description
Short message displayed in top right panel of scenario diagram panel.
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
- val allowedActions: List[ScenarioActionName]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Option[Json]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val description: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errors: List[String]
- val externalDeploymentId: Option[ExternalDeploymentId]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val icon: URI
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val startTime: Option[Long]
- val status: StateStatus
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tooltip: String
- val version: Option[ProcessVersion]
- 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
(Since version 9)