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 TypedValuesEngineClient. typedValuesprotected TypedValuesExternalTaskClientBuilderImpl. typedValuesMethods in org.camunda.bpm.client.impl that return TypedValues Modifier and Type Method Description TypedValuesExternalTaskClientBuilderImpl. getTypedValues()Methods in org.camunda.bpm.client.impl with parameters of type TypedValues Modifier and Type Method Description voidEngineClient. 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 TypedValuesTopicSubscriptionManager. typedValuesConstructors in org.camunda.bpm.client.topic.impl with parameters of type TypedValues Constructor Description TopicSubscriptionManager(EngineClient engineClient, TypedValues typedValues, long clientLockDuration)
-