InOut

camundala.bpmn.InOut
trait InOut[In <: Product, Out <: Product, T <: InOut[In, Out, T]](implicit evidence$13: Encoder[In], evidence$14: Decoder[In], evidence$15: Schema[In], evidence$16: Encoder[Out], evidence$17: Decoder[Out], evidence$18: 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 ProcessOrService[In, Out, T]
class Process[In, Out]
class ServiceProcess[In, Out, ServiceOut]
Show all

Members list

Value members

Abstract methods

def inOutDescr: InOutDescr[In, 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 canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def label: String

Attributes

Inherited from:
ProcessElement
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product
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

Concrete fields

lazy val camundaOutMap: Map[String, CamundaVariable]
lazy val descr: Option[String]
lazy val id: String
lazy val in: In
lazy val inOutClass: String
lazy val out: Out