camundala-api
camundala-api
camundala.api
APICreator
CamundaAuthError
CamundaError
CamundaVariable
CamundaVariable
CBoolean
CDouble
CEnum
CFile
CFileValueInfo
CInteger
CJson
CLong
CString
CompleteTaskIn
CompleteTaskOut
EvaluateDecisionIn
FileInOut
GetActiveTaskIn
GetActiveTaskOut
RequestErrorOutput
RequestInput
RequestInput
RequestOutput
RequestOutput
StartProcessIn
StartProcessOut
ToCamunda
ToCamunda
endpoints
ApiEndpoint
ApiEndpoints
CamundaRestApi
CamundaRestApi
CompleteTask
EvaluateDecision
GetActiveTask
GetTaskFormVariables
StartProcessInstance
StartProcessInstance
UserTaskEndpoint
camundala.bpmn
Activity
CallActivity
CallActivity
DecisionDmn
HitPolicy
InOut
InOutDescr
Process
PureDsl
UserTask
camundala.dmn
DmnConfig
DmnTesterConfigCreator
DmnTesterObject
TesterData
TesterInput
TesterValue
TesterValue
BooleanValue
BooleanValue
NullValue
NumberValue
NumberValue
StringValue
conversions
camundala.domain
NoInput
NoOutput
camundala-api
/
camundala.api
/
CamundaVariable
CamundaVariable
object
CamundaVariable
Companion
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
CamundaVariable
Type members
Value members
Implicits
Type members
Classlikes
case
class
CBoolean
(value:
Boolean
, `type`:
String
) extends
CamundaVariable
case
class
CDouble
(value:
Double
, `type`:
String
) extends
CamundaVariable
case
class
CEnum
(value:
String
, `type`:
String
) extends
CamundaVariable
case
class
CFile
(@
Schema$$annotations$$description
("The File\'s content as Base64 encoded String.") value:
String
, valueInfo:
CFileValueInfo
, `type`:
String
) extends
CamundaVariable
case
class
CFileValueInfo
(filename:
String
, mimetype:
Option
[
String
])
case
class
CInteger
(value:
Int
, `type`:
String
) extends
CamundaVariable
case
class
CJson
(value:
String
, `type`:
String
) extends
CamundaVariable
case
class
CLong
(value:
Long
, `type`:
String
) extends
CamundaVariable
case
class
CString
(value:
String
, `type`:
String
) extends
CamundaVariable
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from
Mirror
Value members
Concrete methods
def
toCamunda
[T <:
Product
:
Schema
](product: T):
Map
[
ExampleName
,
CamundaVariable
]
Implicits
Implicits
implicit
val
encodeCamundaVariable
:
Encoder
[
CamundaVariable
]