orchescala.domain.CamundaVariable
See theCamundaVariable companion trait
object CamundaVariable
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CamundaVariable.type
Members list
Type members
Classlikes
case class CBoolean(value: Boolean, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
case class CDouble(value: Double, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
case class CFile(value: String, valueInfo: CFileValueInfo, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class CInteger(value: Int, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
case class CJson(value: String, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
case class CLong(value: Long, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
case object CNull extends CamundaVariable
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
- Self type
-
CNull.type
case class CString(value: String, `type`: String) extends CamundaVariable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CamundaVariableclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def decodeValue(valueType: String, anyValue: ACursor, valueInfo: ACursor): Either[DecodingFailure, CamundaVariable]
Givens
Givens
In this article