InOut

orchescala.domain.InOut
trait InOut[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 ProcessElement

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Activity[In, Out, T]
class DecisionDmn[In, Out]
trait ReceiveEvent[In, T]
class MessageEvent[In]
class SignalEvent[In]
class TimerEvent
class UserTask[In, Out]
trait ProcessOrExternalTask[In, Out, T]
trait ExternalTask[In, Out, T]
class CustomTask[In, Out]
class ServiceTask[In, Out, ServiceIn, ServiceOut]
class Process[In, Out, InitIn]
Show all

Members list

Value members

Abstract methods

def inOutDescr: InOutDescr[In, Out]
def otherEnumInExamples: Option[Seq[In]]
def otherEnumOutExamples: Option[Seq[Out]]
def withInOutDescr(inOutDescr: InOutDescr[In, Out]): T

Concrete methods

def camundaInMap: Map[String, CamundaVariable]
def withDescr(description: String): T
def withId(i: String): T
def withIn(in: In): T
def withIn(inFunct: In => In): T
def withOut(out: Out): T
def withOut(outFunct: Out => Out): T

Inherited methods

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

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product

Concrete fields

lazy val camundaOutMap: Map[String, CamundaVariable]
lazy val descr: Option[String]
lazy val id: String
lazy val in: In
lazy val inAsJson: Json
lazy val inVariableNames: Seq[String]
lazy val inVariables: Seq[(String, Any)]
lazy val niceName: String
lazy val out: Out
lazy val outAsJson: Json
lazy val outVariableNames: Seq[String]
lazy val outVariables: Seq[(String, Any)]