Uses of Class
org.camunda.bpm.client.variable.impl.TypedValues
-
Packages that use TypedValues Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.topic.impl -
-
Uses of TypedValues in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as TypedValues Modifier and Type Field Description protected TypedValues
EngineClient. typedValues
protected TypedValues
ExternalTaskClientBuilderImpl. typedValues
Methods in org.camunda.bpm.client.impl that return TypedValues Modifier and Type Method Description TypedValues
ExternalTaskClientBuilderImpl. getTypedValues()
Methods in org.camunda.bpm.client.impl with parameters of type TypedValues Modifier and Type Method Description void
EngineClient. setTypedValues(TypedValues typedValues)
-
Uses of TypedValues in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as TypedValues Modifier and Type Field Description protected TypedValues
TopicSubscriptionManager. typedValues
Constructors in org.camunda.bpm.client.topic.impl with parameters of type TypedValues Constructor Description TopicSubscriptionManager(EngineClient engineClient, TypedValues typedValues, long clientLockDuration)
-