TimerEvent

orchescala.domain.TimerEvent
See theTimerEvent companion object
case class TimerEvent(title: String, inOutDescr: InOutDescr[NoInput, NoOutput]) extends ReceiveEvent[NoInput, TimerEvent]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait ProcessNode
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ProcessElement
def withDescr(description: String): TimerEvent

Attributes

Inherited from:
InOut
def withId(i: String): TimerEvent

Attributes

Inherited from:
InOut
def withIn(inFunct: NoInput => NoInput): TimerEvent

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def withOut(outFunct: NoOutput => NoOutput): TimerEvent

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut

Concrete fields

lazy val inOutType: InOutType
lazy val otherEnumInExamples: Option[Seq[NoInput]]

Inherited fields

lazy val camundaOutMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut
lazy val descr: Option[String]

Attributes

Inherited from:
InOut
lazy val id: String

Attributes

Inherited from:
InOut
lazy val in: NoInput

Attributes

Inherited from:
InOut
lazy val inAsJson: Json

Attributes

Inherited from:
InOut
lazy val inVariableNames: Seq[String]

Attributes

Inherited from:
InOut
lazy val inVariables: Seq[(String, Any)]

Attributes

Inherited from:
InOut
lazy val niceName: String

Attributes

Inherited from:
InOut
lazy val otherEnumOutExamples: Option[Seq[NoOutput]]

Attributes

Inherited from:
ReceiveEvent
lazy val out: NoOutput

Attributes

Inherited from:
InOut
lazy val outAsJson: Json

Attributes

Inherited from:
InOut
lazy val outVariableNames: Seq[String]

Attributes

Inherited from:
InOut
lazy val outVariables: Seq[(String, Any)]

Attributes

Inherited from:
InOut