Activity

orchescala.domain.Activity
trait Activity[In <: Product, Out <: Product, T <: InOut[In, Out, T]](using evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In], evidence$4: Encoder[Out], evidence$5: Decoder[Out], evidence$6: Schema[Out]) extends InOut[In, Out, T]

Attributes

Graph
Supertypes
trait InOut[In, Out, T]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class DecisionDmn[In, Out]
trait ReceiveEvent[In, T]
class MessageEvent[In]
class SignalEvent[In]
class TimerEvent
class UserTask[In, Out]
Show all

Members list

Value members

Inherited methods

def camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def typeName: String

Attributes

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

Attributes

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

Attributes

Inherited from:
InOut
def withIn(inFunct: In => In): T

Attributes

Inherited from:
InOut
def withIn(in: In): T

Attributes

Inherited from:
InOut
def withOut(outFunct: Out => Out): T

Attributes

Inherited from:
InOut
def withOut(out: Out): T

Attributes

Inherited from:
InOut

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def inOutDescr: InOutDescr[In, Out]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def otherEnumInExamples: Option[Seq[In]]

Attributes

Inherited from:
InOut
def otherEnumOutExamples: Option[Seq[Out]]

Attributes

Inherited from:
InOut
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def withInOutDescr(inOutDescr: InOutDescr[In, Out]): T

Attributes

Inherited from:
InOut

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: In

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 out: Out

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