Uses of Class
org.camunda.bpm.client.impl.EngineClient
-
-
Uses of EngineClient in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as EngineClient Modifier and Type Field Description protected EngineClient
ExternalTaskClientBuilderImpl. engineClient
Methods in org.camunda.bpm.client.impl that return EngineClient Modifier and Type Method Description EngineClient
ExternalTaskClientBuilderImpl. getEngineClient()
-
Uses of EngineClient in org.camunda.bpm.client.task.impl
Fields in org.camunda.bpm.client.task.impl declared as EngineClient Modifier and Type Field Description protected EngineClient
ExternalTaskServiceImpl. engineClient
Constructors in org.camunda.bpm.client.task.impl with parameters of type EngineClient Constructor Description ExternalTaskServiceImpl(EngineClient engineClient)
-
Uses of EngineClient in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as EngineClient Modifier and Type Field Description protected EngineClient
TopicSubscriptionManager. engineClient
Methods in org.camunda.bpm.client.topic.impl that return EngineClient Modifier and Type Method Description EngineClient
TopicSubscriptionManager. getEngineClient()
Constructors in org.camunda.bpm.client.topic.impl with parameters of type EngineClient Constructor Description TopicSubscriptionManager(EngineClient engineClient, TypedValues typedValues, long clientLockDuration)
-
Uses of EngineClient in org.camunda.bpm.client.variable.impl.mapper
Fields in org.camunda.bpm.client.variable.impl.mapper declared as EngineClient Modifier and Type Field Description protected EngineClient
FileValueMapper. engineClient
Constructors in org.camunda.bpm.client.variable.impl.mapper with parameters of type EngineClient Constructor Description FileValueMapper(EngineClient engineClient)
-
Uses of EngineClient in org.camunda.bpm.client.variable.impl.value
Fields in org.camunda.bpm.client.variable.impl.value declared as EngineClient Modifier and Type Field Description protected EngineClient
DeferredFileValueImpl. engineClient
Constructors in org.camunda.bpm.client.variable.impl.value with parameters of type EngineClient Constructor Description DeferredFileValueImpl(String filename, EngineClient engineClient)
-