Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractTypedValueMapper<T extends org.camunda.bpm.engine.variable.value.TypedValue> - Class in org.camunda.bpm.client.variable.impl
- AbstractTypedValueMapper(ValueType) - Constructor for class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- acquire() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- ACQUISITION_MONITOR - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- activityId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- activityInstanceId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- addHeader(String, String) - Method in interface org.camunda.bpm.client.interceptor.ClientRequestContext
-
Adds a header to the request.
- addHeader(String, String) - Method in class org.camunda.bpm.client.interceptor.impl.ClientRequestContextImpl
- addInterceptor(ClientRequestInterceptor) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Adds an interceptor to change a request before it is sent to the http server.
- addInterceptor(ClientRequestInterceptor) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- addMapper(ValueMapper<T>) - Method in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- addMapper(ValueMapper<T>) - Method in interface org.camunda.bpm.client.variable.impl.ValueMappers
- applyConfigurator(Map<String, DataFormat>, DataFormatConfigurator) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- applyConfigurators(Map<String, DataFormat>) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- asc() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Fluent API method to configure Ascending order on the associated field.
- asc() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- ASC - Enum constant in enum class org.camunda.bpm.client.task.OrderingConfig.Direction
- asString() - Method in enum class org.camunda.bpm.client.task.OrderingConfig.Direction
- asyncResponseTimeout - Variable in class org.camunda.bpm.client.impl.EngineClient
- asyncResponseTimeout - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- asyncResponseTimeout - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- asyncResponseTimeout(long) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Asynchronous response (long polling) is enabled if a timeout is given.
- asyncResponseTimeout(long) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- asyncResponseTimeoutNotGreaterThanZeroException(Long) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
B
- backoffStrategy - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- backoffStrategy - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- backoffStrategy(BackoffStrategy) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Adds a custom strategy to the client for defining the org.camunda.bpm.client.backoff between two requests.
- backoffStrategy(BackoffStrategy) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- BackoffStrategy - Interface in org.camunda.bpm.client.backoff
-
Provides a way to define a back off between fetch and lock requests.
- BadRequestException - Exception in org.camunda.bpm.client.exception
-
Thrown when you perform an illegal operation or the given data is invalid.
- BadRequestException(String, RestException) - Constructor for exception org.camunda.bpm.client.exception.BadRequestException
- baseUrl - Variable in class org.camunda.bpm.client.impl.EngineClient
- baseUrl - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- baseUrl(String) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Base url of the Camunda BPM Platform REST API.
- baseUrl(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- baseUrlNullException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- basicAuthCredentialsNullException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- BasicAuthProvider - Class in org.camunda.bpm.client.interceptor.auth
-
Provides HTTP Basic Authentication by using the request interceptor api
- BasicAuthProvider(String, String) - Constructor for class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- BooleanValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- BooleanValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.BooleanValueMapper
- BPMN_ERROR_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- bpmnError(String, String, String, Map<String, Object>) - Method in class org.camunda.bpm.client.impl.EngineClient
- BpmnErrorRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- BpmnErrorRequestDto(String, String) - Constructor for class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- BpmnErrorRequestDto(String, String, String) - Constructor for class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- BpmnErrorRequestDto(String, String, String, Map<String, TypedValueField>) - Constructor for class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- build() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Bootstraps the Camunda client
- build() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- businessKey - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- businessKey - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- businessKey - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- businessKey - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- businessKey(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- businessKey(String) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- ByteArrayValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- ByteArrayValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
C
- cachedValue - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- calculateBackoffTime() - Method in interface org.camunda.bpm.client.backoff.BackoffStrategy
-
Calculates the back off time and is invoked after
BackoffStrategy.reconfigure(List). - calculateBackoffTime() - Method in interface org.camunda.bpm.client.backoff.ErrorAwareBackoffStrategy
-
Calculates the back off time and is invoked after
ErrorAwareBackoffStrategy.reconfigure(List, ExternalTaskClientException). - calculateBackoffTime() - Method in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- calculateBackoffTime() - Method in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- canHandle(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.DefaultJsonJacksonTypeDetector
- canHandle(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.ListJacksonJsonTypeDetector
- canHandle(Object) - Method in interface org.camunda.bpm.client.variable.impl.format.TypeDetector
- canHandleTypedValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- canHandleTypedValue(TypedValue) - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- canHandleTypedValueField(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- canHandleTypedValueField(TypedValueField) - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- canMap(Object) - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Returns true if this data format can map the provided Java Object.
- canMap(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- canMap(Object) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- canMap(Object) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- cannotGetHostnameException(Throwable) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- cannotSerializeVariable(String, Throwable) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- canReadValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- checkHostname() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- checkInterceptors() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- classNotFound(ClassNotFoundException) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableLogger
- classNotFound(String, ClassNotFoundException) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- CLIENT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- clientLockDuration - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- ClientRequestContext - Interface in org.camunda.bpm.client.interceptor
-
Request context provides the data of the request and offers methods to change it
- ClientRequestContextImpl - Class in org.camunda.bpm.client.interceptor.impl
- ClientRequestContextImpl() - Constructor for class org.camunda.bpm.client.interceptor.impl.ClientRequestContextImpl
- ClientRequestInterceptor - Interface in org.camunda.bpm.client.interceptor
-
Client request interceptor makes it possible to apply changes to each request before it is sent to the http server
- ClientValues - Class in org.camunda.bpm.client.variable
- ClientValues() - Constructor for class org.camunda.bpm.client.variable.ClientValues
- close() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- close() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
-
The client has been unsubscribed from the topic.
- code - Variable in exception org.camunda.bpm.client.exception.RestException
- code - Variable in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- code - Variable in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- complete(String, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.client.impl.EngineClient
- complete(String, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Completes a task.
- complete(String, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- complete(ExternalTask) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Completes a task.
- complete(ExternalTask) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- complete(ExternalTask, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Completes a task.
- complete(ExternalTask, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- complete(ExternalTask, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Completes a task.
- complete(ExternalTask, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- COMPLETE_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- CompleteRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- CompleteRequestDto(String, Map<String, TypedValueField>, Map<String, TypedValueField>) - Constructor for class org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- configure(T) - Method in interface org.camunda.bpm.client.spi.DataFormatConfigurator
-
Applies configuration to the desired format.
- configureDirectionOnLastField(OrderingConfig.Direction) - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Configures the
OrderingConfig.Directionfor the last configured field on thisOrderingConfig. - configureField(OrderingConfig.SortingField) - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Configures the given field.
- ConnectionLostException - Exception in org.camunda.bpm.client.exception
-
Exception is thrown if the connection could not be established
- ConnectionLostException(String, IOException) - Constructor for exception org.camunda.bpm.client.exception.ConnectionLostException
- constructJavaTypeFromCanonicalString(String) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- constructType(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.ListJacksonJsonTypeDetector
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.BooleanValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.IntegerValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.JsonValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.StringValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.client.variable.impl.mapper.XmlValueMapper
- convertToTypedValue(UntypedValueImpl) - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- create() - Static method in interface org.camunda.bpm.client.ExternalTaskClient
-
Creates a fluent builder to configure the Camunda client
- CREATE_TIME - Enum constant in enum class org.camunda.bpm.client.task.OrderingConfig.SortingField
- createdDocumentBuilder() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- createDeserializedValue(Object, String, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- createInstance() - Method in interface org.camunda.bpm.client.spi.DataFormatProvider
- createInstance() - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormatProvider
- createInstance() - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormatProvider
- createInstance() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormatProvider
- createMarshaller(Class<?>...) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- createMessage(String, String, String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- createSerializedValue(String, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- createTime - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- createTypedValue(Object) - Method in class org.camunda.bpm.client.variable.impl.TypedValues
- createUnmarshaller(Class<?>...) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.client.variable.impl.type.JsonTypeImpl
- createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.client.variable.impl.type.XmlTypeImpl
- customizeHttpClient(Consumer<HttpClientBuilder>) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Exposes the internal Apache
HttpClientBuilderfor custom client configurations. - customizeHttpClient(Consumer<HttpClientBuilder>) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
D
- dataFormat - Variable in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- DataFormat - Interface in org.camunda.bpm.client.spi
-
Maps a java object to the data format's internal representation and vice versa.
- DataFormatConfigurator<T extends DataFormat> - Interface in org.camunda.bpm.client.spi
- DataFormatException - Exception in org.camunda.bpm.client.exception
- DataFormatException(String) - Constructor for exception org.camunda.bpm.client.exception.DataFormatException
- DataFormatException(String, Throwable) - Constructor for exception org.camunda.bpm.client.exception.DataFormatException
- DataFormatProvider - Interface in org.camunda.bpm.client.spi
- dateFormat - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- dateFormat - Variable in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- dateFormat(String) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Specifies the date format to de-/serialize date variables.
- dateFormat(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- DateValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- DateValueMapper(String) - Constructor for class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- defaultDocumentBuilderFactory() - Static method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- DefaultJsonJacksonTypeDetector - Class in org.camunda.bpm.client.variable.impl.format.json
- DefaultJsonJacksonTypeDetector() - Constructor for class org.camunda.bpm.client.variable.impl.format.json.DefaultJsonJacksonTypeDetector
- defaultSerializationFormat - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- defaultSerializationFormat - Variable in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- defaultSerializationFormat(String) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Specifies the serialization format that is used to serialize objects when no specific format is requested.
- defaultSerializationFormat(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- defaultTransformerFactory() - Static method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- DefaultValueMappers<T extends org.camunda.bpm.engine.variable.value.TypedValue> - Class in org.camunda.bpm.client.variable.impl
- DefaultValueMappers(String) - Constructor for class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- DeferredFileValue - Interface in org.camunda.bpm.client.variable.value
-
File value is not available unless it is loaded actively Initially
FileValue.getValue()returnsnull. - DeferredFileValueImpl - Class in org.camunda.bpm.client.variable.impl.value
- DeferredFileValueImpl(String, EngineClient) - Constructor for class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- desc() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Fluent API method to configure Descending order on the associated field.
- desc() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- DESC - Enum constant in enum class org.camunda.bpm.client.task.OrderingConfig.Direction
- deserializeResponse(HttpEntity, Class<T>) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- detectType(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.DefaultJsonJacksonTypeDetector
- detectType(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.ListJacksonJsonTypeDetector
- detectType(Object) - Method in interface org.camunda.bpm.client.variable.impl.format.TypeDetector
- direction - Variable in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- disableAutoFetching() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Disables immediate fetching for external tasks after calling
ExternalTaskClientBuilder.build()to bootstrap the client. - disableAutoFetching() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- disableBackoffStrategy() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Disables the client-side backoff strategy.
- disableBackoffStrategy() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- disableBackoffStrategy() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- documentBuilderFactory - Variable in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
-
the DocumentBuilderFactory used by the reader
- documentBuilderFactoryConfiguration(String, String) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- DomXmlDataFormat - Class in org.camunda.bpm.client.variable.impl.format.xml
- DomXmlDataFormat(String) - Constructor for class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- DomXmlDataFormat(String, DocumentBuilderFactory) - Constructor for class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- DomXmlDataFormat(String, DocumentBuilderFactory, TransformerFactory) - Constructor for class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- DomXmlDataFormatProvider - Class in org.camunda.bpm.client.variable.impl.format.xml
- DomXmlDataFormatProvider() - Constructor for class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormatProvider
- DomXmlLogger - Class in org.camunda.bpm.client.variable.impl.format.xml
- DomXmlLogger() - Constructor for class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- doubleDirectionConfigException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- DoubleValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- DoubleValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
E
- empty() - Static method in class org.camunda.bpm.client.task.OrderingConfig
-
Returns an empty config.
- encodeToBase64(String) - Method in class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- ENGINE_CLIENT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- engineClient - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- engineClient - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- engineClient - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- engineClient - Variable in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- engineClient - Variable in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- EngineClient - Class in org.camunda.bpm.client.impl
- EngineClient(String, int, Long, String, RequestExecutor) - Constructor for class org.camunda.bpm.client.impl.EngineClient
- EngineClient(String, int, Long, String, RequestExecutor, boolean, OrderingConfig) - Constructor for class org.camunda.bpm.client.impl.EngineClient
- EngineClientException - Exception in org.camunda.bpm.client.impl
- EngineClientException(String, Throwable) - Constructor for exception org.camunda.bpm.client.impl.EngineClientException
- EngineClientLogger - Class in org.camunda.bpm.client.impl
- EngineClientLogger() - Constructor for class org.camunda.bpm.client.impl.EngineClientLogger
- EngineException - Exception in org.camunda.bpm.client.exception
-
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).
- EngineException(String, RestException) - Constructor for exception org.camunda.bpm.client.exception.EngineException
- engineInteraction - Variable in class org.camunda.bpm.client.impl.EngineClient
- EngineRestExceptionDto - Class in org.camunda.bpm.client.impl
- EngineRestExceptionDto() - Constructor for class org.camunda.bpm.client.impl.EngineRestExceptionDto
- ensureNotNull(Object, String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- equals(Object) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- error - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- ErrorAwareBackoffStrategy - Interface in org.camunda.bpm.client.backoff
-
Provides a way to define a back off between fetch and lock requests.
- errorCode - Variable in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- errorDetails - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- errorDetails - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- errorMessage - Variable in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- errorMessage - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- errorMessage - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- exceptionOnExternalTaskServiceMethodInvocation(String, ExternalTaskClientException) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- ExceptionResponseDto - Class in org.camunda.bpm.client.task.impl.dto
- ExceptionResponseDto() - Constructor for class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- exceptionWhileAcquiringTasks(Throwable) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- exceptionWhileClosingResourceStream(T, IOException) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileDeserializingJsonObject(Class<T>, Throwable) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileEstablishingConnection(HttpRequest, IOException) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileExecutingBackoffStrategyMethod(Throwable) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- exceptionWhileExecutingExternalTaskHandler(String, Throwable) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- exceptionWhileMappingJsonObject(Class<T>, Throwable) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileParsingJsonObject(Class<T>, Throwable) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhilePerformingFetchAndLock(EngineClientException) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- exceptionWhileReceivingResponse(HttpRequest, RestException) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileSerializingJsonObject(D, Throwable) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- exceptionWhileShuttingDown(InterruptedException) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- execute(ExternalTask, ExternalTaskService) - Method in interface org.camunda.bpm.client.task.ExternalTaskHandler
-
Has been executed for each fetched and locked task
- executeRequest(ClassicHttpRequest, Class<T>) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- EXECUTION_ID_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- EXECUTION_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- executionId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- ExponentialBackoffStrategy - Class in org.camunda.bpm.client.backoff
-
Provides an exponential backoff strategy.
- ExponentialBackoffStrategy() - Constructor for class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- ExponentialBackoffStrategy(long, float, long) - Constructor for class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- ExponentialErrorBackoffStrategy - Class in org.camunda.bpm.client.backoff
-
Provides an exponential backoff strategy when an error occurs fetching external tasks.
- ExponentialErrorBackoffStrategy() - Constructor for class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- ExponentialErrorBackoffStrategy(long, float, long) - Constructor for class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- EXTEND_LOCK_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- extendLock(String, long) - Method in class org.camunda.bpm.client.impl.EngineClient
- extendLock(String, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Extends the timeout of the lock by a given amount of time.
- extendLock(String, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- extendLock(ExternalTask, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Extends the timeout of the lock by a given amount of time.
- extendLock(ExternalTask, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- ExtendLockRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- ExtendLockRequestDto(String, long) - Constructor for class org.camunda.bpm.client.task.impl.dto.ExtendLockRequestDto
- extensionProperties - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- EXTERNAL_TASK__PROCESS_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- EXTERNAL_TASK_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- ExternalTask - Interface in org.camunda.bpm.client.task
-
Represents an external task
- ExternalTaskClient - Interface in org.camunda.bpm.client
-
Camunda external task client
- ExternalTaskClientBuilder - Interface in org.camunda.bpm.client
-
A fluent builder to configure the Camunda client
- ExternalTaskClientBuilderImpl - Class in org.camunda.bpm.client.impl
- ExternalTaskClientBuilderImpl() - Constructor for class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- ExternalTaskClientException - Exception in org.camunda.bpm.client.exception
-
External task client exception
- ExternalTaskClientException() - Constructor for exception org.camunda.bpm.client.exception.ExternalTaskClientException
- ExternalTaskClientException(String) - Constructor for exception org.camunda.bpm.client.exception.ExternalTaskClientException
- ExternalTaskClientException(String, Throwable) - Constructor for exception org.camunda.bpm.client.exception.ExternalTaskClientException
- ExternalTaskClientImpl - Class in org.camunda.bpm.client.impl
- ExternalTaskClientImpl(TopicSubscriptionManager) - Constructor for class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- ExternalTaskClientLogger - Class in org.camunda.bpm.client.impl
- ExternalTaskClientLogger() - Constructor for class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- externalTaskHandler - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- externalTaskHandler - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- ExternalTaskHandler - Interface in org.camunda.bpm.client.task
-
Interface for a custom implementation of the handler, which is invoked for each fetched and locked task
- externalTaskHandlerNullException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- externalTaskHandlers - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- ExternalTaskImpl - Class in org.camunda.bpm.client.task.impl
- ExternalTaskImpl() - Constructor for class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- externalTasks - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- externalTaskService - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- ExternalTaskService - Interface in org.camunda.bpm.client.task
-
Service that provides possibilities to interact with fetched and locked tasks.
- ExternalTaskServiceImpl - Class in org.camunda.bpm.client.task.impl
- ExternalTaskServiceImpl(EngineClient) - Constructor for class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
F
- factor - Variable in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- factor - Variable in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- failure(String, String, String, int, long, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.client.impl.EngineClient
- FAILURE_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- FailureRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- FailureRequestDto(String, String, String, int, long, Map<String, TypedValueField>, Map<String, TypedValueField>) - Constructor for class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- FETCH_AND_LOCK_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- fetchAndLock(List<TopicRequestDto>) - Method in class org.camunda.bpm.client.impl.EngineClient
- fetchAndLock(List<TopicRequestDto>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- fetchAndLock(List<TopicRequestDto>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- FetchAndLockRequestDto - Class in org.camunda.bpm.client.topic.impl.dto
- FetchAndLockRequestDto(String, int, Long, List<TopicRequestDto>) - Constructor for class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- FetchAndLockRequestDto(String, int, Long, List<TopicRequestDto>, boolean) - Constructor for class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- FetchAndLockRequestDto(String, int, Long, List<TopicRequestDto>, boolean, OrderingConfig) - Constructor for class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- FetchAndLockResponseDto - Class in org.camunda.bpm.client.topic.impl.dto
- FetchAndLockResponseDto(List<ExternalTask>) - Constructor for class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- FetchAndLockResponseDto(ExternalTaskClientException) - Constructor for class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- field - Variable in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- FileValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- FileValueMapper(EngineClient) - Constructor for class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- findMapperForTypedValue(T) - Method in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- findMapperForTypedValue(T) - Method in interface org.camunda.bpm.client.variable.impl.ValueMappers
- findMapperForTypedValueField(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- findMapperForTypedValueField(TypedValueField) - Method in interface org.camunda.bpm.client.variable.impl.ValueMappers
- findSerializer(T) - Method in class org.camunda.bpm.client.variable.impl.TypedValues
- formatTimeField(String, Date) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- fromOrderingProperty(OrderingConfig.OrderingProperty) - Static method in class org.camunda.bpm.client.task.SortingDto
-
Static factory method to create a
SortingDtofrom a givenOrderingConfig.OrderingProperty. - fromTopicSubscription(TopicSubscription, long) - Static method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
G
- GET_LOCAL_BINARY_VARIABLE - Static variable in class org.camunda.bpm.client.impl.EngineClient
- GET_LOCAL_VARIABLE - Static variable in class org.camunda.bpm.client.impl.EngineClient
- getActivityId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getActivityId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getActivityInstanceId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getActivityInstanceId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getAllVariables() - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns untyped variables that exist in the task's ancestor execution hierarchy
- getAllVariables() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getAllVariablesTyped() - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns typed variables that exist in the task's ancestor execution hierarchy
- getAllVariablesTyped() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getAllVariablesTyped(boolean) - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns typed variables that exist in the task's ancestor execution hierarchy
- getAllVariablesTyped(boolean) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getAsyncResponseTimeout() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getAsyncResponseTimeout() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- getBackoffStrategy() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getBaseUrl() - Method in class org.camunda.bpm.client.impl.EngineClient
- getBaseUrl() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getBusinessKey() - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns the business key of the process instance the external task is associated with
- getBusinessKey() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getBusinessKey() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getBusinessKey() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getBusinessKey() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getCanonicalTypeName(Object) - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Returns a data-format-specific canonical type name.
- getCanonicalTypeName(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- getCanonicalTypeName(Object) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- getCanonicalTypeName(Object) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getCode() - Method in exception org.camunda.bpm.client.exception.RestException
- getCode() - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- getCode() - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- getContext(Class<?>...) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getCreateTime() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getCreateTime() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getDataFormatClass() - Method in interface org.camunda.bpm.client.spi.DataFormatConfigurator
- getDataFormatName() - Method in interface org.camunda.bpm.client.spi.DataFormatProvider
- getDataFormatName() - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormatProvider
- getDataFormatName() - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormatProvider
- getDataFormatName() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormatProvider
- getDateFormat() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getDefaultSerializationFormat() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getDirection() - Method in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- getDocumentBuilder() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getDocumentBuilderFactory() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getEngineClient() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getEngineClient() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- getError() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- getErrorCode() - Method in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- getErrorDetails() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getErrorDetails() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getErrorDetails() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getErrorMessage() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getErrorMessage() - Method in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- getErrorMessage() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getErrorMessage() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getExecutionId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getExecutionId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getExtensionProperties() - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns all available extension properties.
- getExtensionProperties() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getExtensionProperty(String) - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns the value of the extension property for a given key or
nullif the property was not available. - getExtensionProperty(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getExternalTaskHandler() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getExternalTaskHandler() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getExternalTasks() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- getField() - Method in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- getHeaders() - Method in class org.camunda.bpm.client.interceptor.impl.ClientRequestContextImpl
- getHostname() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getHttpStatusCode() - Method in exception org.camunda.bpm.client.exception.RestException
- getId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getInterceptors() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getInterceptors() - Method in class org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- getLastConfiguredProperty() - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Returns the last configured field in this
OrderingConfig. - getLocalBinaryVariable(String, String) - Method in class org.camunda.bpm.client.impl.EngineClient
- getLocalVariables() - Method in class org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- getLocalVariables() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getLockDuration() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getLockDuration() - Method in class org.camunda.bpm.client.task.impl.dto.LockRequestDto
- getLockDuration() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getLockDuration() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getLockDuration() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getLockExpirationTime() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getLockExpirationTime() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getMaxTasks() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getMaxTasks() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- getMessage() - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- getMessage() - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- getName() - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Returns the data format name.
- getName() - Method in enum class org.camunda.bpm.client.task.OrderingConfig.SortingField
- getName() - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- getName() - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- getName() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getName() - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- getNewDuration() - Method in class org.camunda.bpm.client.task.impl.dto.ExtendLockRequestDto
- getObjectMapper() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getObjectMapper() - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- getObjectTypeName(ObjectValue) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- getPriority() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getPriority() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getProcessDefinitionId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getProcessDefinitionId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getProcessDefinitionId() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessDefinitionId() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessDefinitionId() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getProcessDefinitionIdIn() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessDefinitionIdIn() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessDefinitionIdIn() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getProcessDefinitionKey() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getProcessDefinitionKey() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessDefinitionKey() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getProcessDefinitionKeyIn() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessDefinitionKeyIn() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessDefinitionKeyIn() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getProcessDefinitionVersionTag() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessDefinitionVersionTag() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getProcessInstanceId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getProcessInstanceId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getProcessVariables() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getProcessVariables() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getProcessVariables() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getRequest(String) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- getRetries() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getRetries() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getRetries() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getRetryTimeout() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getSerializationDataformat() - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- getSerializationDataformat() - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- getSerializationDataformat() - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- getSerializer() - Method in class org.camunda.bpm.client.variable.impl.VariableValue
- getSortBy() - Method in class org.camunda.bpm.client.task.SortingDto
- getSorting() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- getSortOrder() - Method in class org.camunda.bpm.client.task.SortingDto
- getSubscriptions() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- getTenantId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getTenantId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getTenantIdIn() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getTenantIdIn() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getTenantIdIn() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getTopicName() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getTopicName() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getTopicName() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getTopicName() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getTopicName() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getTopics() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- getTopicSubscriptionManager() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- getTransformer() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getTransformerFactory() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- getType() - Method in exception org.camunda.bpm.client.exception.RestException
- getType() - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- getType() - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- getType() - Method in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- getType() - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- getType() - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- getType() - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- getTypedValue() - Method in class org.camunda.bpm.client.variable.impl.VariableValue
- getTypedValue(boolean) - Method in class org.camunda.bpm.client.variable.impl.VariableValue
- getTypedValues() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getValue() - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- getValue() - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- getValue() - Method in class org.camunda.bpm.client.variable.impl.VariableValue
- getValueInfo() - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- getValueMappers() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getVariable(String) - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns an untyped variable of the task's ancestor execution hierarchy
- getVariable(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getVariableNames() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- getVariableNames() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- getVariables() - Method in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- getVariables() - Method in class org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- getVariables() - Method in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- getVariables() - Method in class org.camunda.bpm.client.task.impl.dto.SetVariablesRequestDto
- getVariables() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getVariables() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- getVariableTyped(String) - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns a typed variable of the task's ancestor execution hierarchy
- getVariableTyped(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getVariableTyped(String, boolean) - Method in interface org.camunda.bpm.client.task.ExternalTask
-
Returns a typed variable of the task's ancestor execution hierarchy
- getVariableTyped(String, boolean) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- getWorkerId() - Method in class org.camunda.bpm.client.impl.EngineClient
- getWorkerId() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- getWorkerId() - Method in class org.camunda.bpm.client.impl.RequestDto
- getWorkerId() - Method in interface org.camunda.bpm.client.task.ExternalTask
- getWorkerId() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
H
- handleBpmnError(String, String, String, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a business error in the context of a running task.
- handleBpmnError(String, String, String, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handleBpmnError(ExternalTask, String) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a business error in the context of a running task.
- handleBpmnError(ExternalTask, String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handleBpmnError(ExternalTask, String, String) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a business error in the context of a running task.
- handleBpmnError(ExternalTask, String, String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handleBpmnError(ExternalTask, String, String, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a business error in the context of a running task.
- handleBpmnError(ExternalTask, String, String, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handledEngineClientException(String, EngineClientException) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- handleExternalTask(ExternalTask, ExternalTaskHandler) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- handleFailure(String, String, String, int, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a failure to execute a task.
- handleFailure(String, String, String, int, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handleFailure(String, String, String, int, long, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a failure to execute a task.
- handleFailure(String, String, String, int, long, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handleFailure(ExternalTask, String, String, int, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Reports a failure to execute a task.
- handleFailure(ExternalTask, String, String, int, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- handler(ExternalTaskHandler) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- handler(ExternalTaskHandler) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- handleResponse(Class<T>) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- hasError() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
- hashCode() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- HEADER_CONTENT_TYPE_JSON - Static variable in class org.camunda.bpm.client.impl.RequestExecutor
- HEADER_USER_AGENT - Static variable in class org.camunda.bpm.client.impl.RequestExecutor
- headers - Variable in class org.camunda.bpm.client.interceptor.impl.ClientRequestContextImpl
- httpClient - Variable in class org.camunda.bpm.client.impl.RequestExecutor
- httpClientBuilder - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- httpStatusCode - Variable in exception org.camunda.bpm.client.exception.RestException
I
- id - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- ID_PATH_PARAM - Static variable in class org.camunda.bpm.client.impl.EngineClient
- ID_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- includeExtensionProperties - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- includeExtensionProperties - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- includeExtensionProperties - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- includeExtensionProperties(boolean) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- includeExtensionProperties(boolean) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- initBaseUrl() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- initEngineClient() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- initObjectMapper() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- initTime - Variable in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- initTime - Variable in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- initTopicSubscriptionManager() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- initVariableMappers() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- initWorkerId() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- IntegerValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- IntegerValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.IntegerValueMapper
- intercept(ClientRequestContext) - Method in class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- intercept(ClientRequestContext) - Method in interface org.camunda.bpm.client.interceptor.ClientRequestInterceptor
-
Gets invoked before a request is sent to the http server
- interceptorNullException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- interceptors - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- interceptors - Variable in class org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- IS_WAITING - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- isActive() - Method in interface org.camunda.bpm.client.ExternalTaskClient
- isActive() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- isAssignable(Object) - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- isAutoFetchingEnabled - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- isAutoFetchingEnabled() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- isBackoffStrategyDisabled - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- isBackoffStrategyDisabled - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- isDeferred(Object) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- isIncludeExtensionProperties() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- isIncludeExtensionProperties() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- isIncludeExtensionProperties() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- isLoaded - Variable in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- isLoaded() - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- isLoaded() - Method in interface org.camunda.bpm.client.variable.value.DeferredFileValue
-
Indicates whether the file value has been loaded
- isLocalVariables() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- isLocalVariables() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- isLocalVariables() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
- isNull(Object) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- isRunning - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- isRunning() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- isUsePriority() - Method in class org.camunda.bpm.client.impl.EngineClient
- isUsePriority() - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- isWithoutTenantId() - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- isWithoutTenantId() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- isWithoutTenantId() - Method in interface org.camunda.bpm.client.topic.TopicSubscription
J
- JacksonJsonDataFormat - Class in org.camunda.bpm.client.variable.impl.format.json
- JacksonJsonDataFormat(String) - Constructor for class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- JacksonJsonDataFormat(String, ObjectMapper) - Constructor for class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- JacksonJsonDataFormatProvider - Class in org.camunda.bpm.client.variable.impl.format.json
- JacksonJsonDataFormatProvider() - Constructor for class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormatProvider
- JacksonJsonLogger - Class in org.camunda.bpm.client.variable.impl.format.json
- JacksonJsonLogger() - Constructor for class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
- JSON - Static variable in class org.camunda.bpm.client.variable.ClientValues
- JSON_FORMAT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- JSON_TYPE_NAME - Static variable in class org.camunda.bpm.client.variable.impl.type.JsonTypeImpl
- JsonTypeImpl - Class in org.camunda.bpm.client.variable.impl.type
- JsonTypeImpl() - Constructor for class org.camunda.bpm.client.variable.impl.type.JsonTypeImpl
- jsonValue(String) - Static method in class org.camunda.bpm.client.variable.ClientValues
- jsonValue(String, boolean) - Static method in class org.camunda.bpm.client.variable.ClientValues
- JsonValue - Interface in org.camunda.bpm.client.variable.value
- JsonValueImpl - Class in org.camunda.bpm.client.variable.impl.value
- JsonValueImpl(String) - Constructor for class org.camunda.bpm.client.variable.impl.value.JsonValueImpl
- JsonValueImpl(String, boolean) - Constructor for class org.camunda.bpm.client.variable.impl.value.JsonValueImpl
- JsonValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- JsonValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.JsonValueMapper
L
- level - Variable in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- level - Variable in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- ListJacksonJsonTypeDetector - Class in org.camunda.bpm.client.variable.impl.format.json
- ListJacksonJsonTypeDetector() - Constructor for class org.camunda.bpm.client.variable.impl.format.json.ListJacksonJsonTypeDetector
- load() - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- loadClass(String, DataFormat) - Static method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- localVariables - Variable in class org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- localVariables - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- localVariables - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- localVariables - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- localVariables - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- localVariables(boolean) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- localVariables(boolean) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- lock(String, long) - Method in class org.camunda.bpm.client.impl.EngineClient
- lock(String, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Locks a task by a given amount of time.
- lock(String, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- lock(ExternalTask, long) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Locks a task by a given amount of time.
- lock(ExternalTask, long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- LOCK_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- lockDuration - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- lockDuration - Variable in class org.camunda.bpm.client.task.impl.dto.LockRequestDto
- lockDuration - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- lockDuration - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- lockDuration - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- lockDuration(long) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
- lockDuration(long) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- lockDuration(long) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- lockDuration(long) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- lockDurationIsNotGreaterThanZeroException(Long) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- lockExpirationTime - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- LockRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- LockRequestDto(String, long) - Constructor for class org.camunda.bpm.client.task.impl.dto.LockRequestDto
- LOG - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- LOG - Static variable in class org.camunda.bpm.client.impl.RequestExecutor
- LOG - Static variable in class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- LOG - Static variable in class org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- LOG - Static variable in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- LOG - Static variable in class org.camunda.bpm.client.task.OrderingConfig
- LOG - Static variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- LOG - Static variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.TypedValues
- LOG - Static variable in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- logDataFormat(DataFormat) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- logDataFormatConfigurator(DataFormatConfigurator) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- logDataFormatProvider(DataFormatProvider) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- logDataFormats(Collection<DataFormat>) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- logError(String, String, Throwable) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- logInfo(String, String, Throwable) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- LongValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- LongValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
- lookupCustomDataFormats(Map<String, DataFormat>) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- lookupDataFormats() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- lookupProvider(Map<String, DataFormat>, DataFormatProvider) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
M
- mappers - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- maxTasks - Variable in class org.camunda.bpm.client.impl.EngineClient
- maxTasks - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- maxTasks - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- maxTasks(int) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Specifies the maximum amount of tasks that can be fetched within one request.
- maxTasks(int) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- maxTasksNotGreaterThanZeroException(Integer) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- maxTime - Variable in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- maxTime - Variable in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- message - Variable in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- message - Variable in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- missingDirectionException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- multipleProvidersForDataformat(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
N
- name - Variable in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- name - Variable in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- name - Variable in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- NAME_PATH_PARAM - Static variable in class org.camunda.bpm.client.impl.EngineClient
- newDuration - Variable in class org.camunda.bpm.client.task.impl.dto.ExtendLockRequestDto
- NotFoundException - Exception in org.camunda.bpm.client.exception
-
Exception is thrown if the task has been canceled and therefore does not exist anymore
- NotFoundException(String, RestException) - Constructor for exception org.camunda.bpm.client.exception.NotFoundException
- NullValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- NullValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- NumberValueMapper<T extends org.camunda.bpm.engine.variable.value.PrimitiveValue<?>> - Class in org.camunda.bpm.client.variable.impl.mapper
- NumberValueMapper(PrimitiveValueType) - Constructor for class org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper
O
- objectMapper - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- objectMapper - Variable in class org.camunda.bpm.client.impl.RequestExecutor
- objectMapper - Variable in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- ObjectValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- ObjectValueMapper(String, DataFormat) - Constructor for class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- of(String, String) - Static method in class org.camunda.bpm.client.task.SortingDto
-
Static factory method to create a
SortingDtofrom a field and its order. - of(OrderingConfig.SortingField, OrderingConfig.Direction) - Static method in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
-
Static factory method to create
OrderingConfig.OrderingPropertyout of a field and its correspondingOrderingConfig.Direction. - open() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- open() - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
-
Release the topic subscription for being executed asynchronously
- orderByCreateTime() - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Fluent API method for configuring createTime as a sorting criterion for fetching of the tasks.
- orderByCreateTime() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- orderingConfig - Variable in class org.camunda.bpm.client.impl.EngineClient
- orderingConfig - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- OrderingConfig - Class in org.camunda.bpm.client.task
-
Class that encapsulates the client's configuration of createTime ordering.
- OrderingConfig(List<OrderingConfig.OrderingProperty>) - Constructor for class org.camunda.bpm.client.task.OrderingConfig
-
Constructor using a list of ordering properties
- OrderingConfig.Direction - Enum Class in org.camunda.bpm.client.task
-
The direction of createTime.
- OrderingConfig.OrderingProperty - Class in org.camunda.bpm.client.task
-
Static Class that encapsulates an ordering property with a field and its direction.
- OrderingConfig.SortingField - Enum Class in org.camunda.bpm.client.task
-
The field to sort by.
- orderingProperties - Variable in class org.camunda.bpm.client.task.OrderingConfig
- OrderingProperty() - Constructor for class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- org.camunda.bpm.client - package org.camunda.bpm.client
- org.camunda.bpm.client.backoff - package org.camunda.bpm.client.backoff
- org.camunda.bpm.client.exception - package org.camunda.bpm.client.exception
- org.camunda.bpm.client.impl - package org.camunda.bpm.client.impl
- org.camunda.bpm.client.interceptor - package org.camunda.bpm.client.interceptor
- org.camunda.bpm.client.interceptor.auth - package org.camunda.bpm.client.interceptor.auth
- org.camunda.bpm.client.interceptor.impl - package org.camunda.bpm.client.interceptor.impl
- org.camunda.bpm.client.spi - package org.camunda.bpm.client.spi
- org.camunda.bpm.client.task - package org.camunda.bpm.client.task
- org.camunda.bpm.client.task.impl - package org.camunda.bpm.client.task.impl
- org.camunda.bpm.client.task.impl.dto - package org.camunda.bpm.client.task.impl.dto
- org.camunda.bpm.client.topic - package org.camunda.bpm.client.topic
- org.camunda.bpm.client.topic.impl - package org.camunda.bpm.client.topic.impl
- org.camunda.bpm.client.topic.impl.dto - package org.camunda.bpm.client.topic.impl.dto
- org.camunda.bpm.client.variable - package org.camunda.bpm.client.variable
- org.camunda.bpm.client.variable.impl - package org.camunda.bpm.client.variable.impl
- org.camunda.bpm.client.variable.impl.format - package org.camunda.bpm.client.variable.impl.format
- org.camunda.bpm.client.variable.impl.format.json - package org.camunda.bpm.client.variable.impl.format.json
- org.camunda.bpm.client.variable.impl.format.serializable - package org.camunda.bpm.client.variable.impl.format.serializable
- org.camunda.bpm.client.variable.impl.format.xml - package org.camunda.bpm.client.variable.impl.format.xml
- org.camunda.bpm.client.variable.impl.mapper - package org.camunda.bpm.client.variable.impl.mapper
- org.camunda.bpm.client.variable.impl.type - package org.camunda.bpm.client.variable.impl.type
- org.camunda.bpm.client.variable.impl.value - package org.camunda.bpm.client.variable.impl.value
- org.camunda.bpm.client.variable.value - package org.camunda.bpm.client.variable.value
P
- parsingInput() - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- passNullValueParameter(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- password - Variable in class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- postRequest(String, RequestDto, Class<T>) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- prepareAcquisition(TopicSubscription) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- PrimitiveValueMapper<T extends org.camunda.bpm.engine.variable.value.PrimitiveValue<?>> - Class in org.camunda.bpm.client.variable.impl.mapper
- PrimitiveValueMapper(PrimitiveValueType) - Constructor for class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- priority - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- processDefinitionId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- processDefinitionId - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processDefinitionId - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionId - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processDefinitionId(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionId(String) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processDefinitionIdIn - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processDefinitionIdIn - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processDefinitionIdIn(String...) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionIdIn(String...) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processDefinitionIds - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionKey - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- processDefinitionKey - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processDefinitionKey - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionKey - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processDefinitionKey(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionKey(String) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processDefinitionKeyIn - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processDefinitionKeyIn - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processDefinitionKeys - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionVersionTag - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- processDefinitionVersionTag - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processDefinitionVersionTag - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionVersionTag - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processDefinitionVersionTag(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processDefinitionVersionTag(String) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processInstanceId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- processInstanceId - Variable in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- processInstanceId - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- processVariableEquals(String, Object) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processVariableEquals(String, Object) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- processVariables - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- processVariables - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processVariables - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- processVariablesEqualsIn(Map<String, Object>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- processVariablesEqualsIn(Map<String, Object>) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- PROJECT_CODE - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- PROJECT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
R
- readAsElement(String) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- readObjectNameFromFields(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- readValue(String) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- readValue(String, JavaType) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- readValue(String, Class<T>) - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Reads the internal representation of a data format to a java object of the desired class.
- readValue(String, Class<T>) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- readValue(String, Class<T>) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- readValue(String, Class<T>) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- readValue(String, String) - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Reads the internal representation of a data format to a java object of the desired class.
- readValue(String, String) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- readValue(String, String) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- readValue(String, String) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.BooleanValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.IntegerValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.JsonValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.StringValueMapper
- readValue(TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.XmlValueMapper
- readValue(TypedValueField, boolean) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- readValue(TypedValueField, boolean) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- readValue(TypedValueField, boolean) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- readValue(TypedValueField, boolean) - Method in class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
- readValue(TypedValueField, boolean) - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
- receivedVariableMap - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- reconfigure(List<ExternalTask>) - Method in interface org.camunda.bpm.client.backoff.BackoffStrategy
-
Reconfigures the back off strategy based on the fetched external tasks and is invoked before
BackoffStrategy.calculateBackoffTime(). - reconfigure(List<ExternalTask>) - Method in interface org.camunda.bpm.client.backoff.ErrorAwareBackoffStrategy
-
This is to provide compatibility with existing BackoffStrategy configurations.
- reconfigure(List<ExternalTask>) - Method in class org.camunda.bpm.client.backoff.ExponentialBackoffStrategy
- reconfigure(List<ExternalTask>, ExternalTaskClientException) - Method in interface org.camunda.bpm.client.backoff.ErrorAwareBackoffStrategy
-
Reconfigures the back off strategy based on the fetched external tasks and any error that might have occurred.
- reconfigure(List<ExternalTask>, ExternalTaskClientException) - Method in class org.camunda.bpm.client.backoff.ExponentialErrorBackoffStrategy
- RequestDto - Class in org.camunda.bpm.client.impl
- RequestDto(String) - Constructor for class org.camunda.bpm.client.impl.RequestDto
- RequestExecutor - Class in org.camunda.bpm.client.impl
- RequestExecutor(HttpClient, ObjectMapper) - Constructor for class org.camunda.bpm.client.impl.RequestExecutor
- requestInterceptorException(Throwable) - Method in class org.camunda.bpm.client.impl.EngineClientLogger
- RequestInterceptorHandler - Class in org.camunda.bpm.client.interceptor.impl
- RequestInterceptorHandler(List<ClientRequestInterceptor>) - Constructor for class org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- RestException - Exception in org.camunda.bpm.client.exception
-
Thrown when a request from the engine's REST API fails.
- RestException(String, String, Integer) - Constructor for exception org.camunda.bpm.client.exception.RestException
- RestException(String, Throwable) - Constructor for exception org.camunda.bpm.client.exception.RestException
- resume() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- retries - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- retries - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- retryTimeout - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- run() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- runBackoffStrategy(FetchAndLockResponseDto) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
S
- sanitizeUrl(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- SERIALIZABLE_FORMAT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- SerializableDataFormat - Class in org.camunda.bpm.client.variable.impl.format.serializable
- SerializableDataFormat(String) - Constructor for class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- SerializableDataFormatProvider - Class in org.camunda.bpm.client.variable.impl.format.serializable
- SerializableDataFormatProvider() - Constructor for class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormatProvider
- SerializableLogger - Class in org.camunda.bpm.client.variable.impl.format.serializable
- SerializableLogger() - Constructor for class org.camunda.bpm.client.variable.impl.format.serializable.SerializableLogger
- serializationDataFormat - Variable in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- serializer - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- serializeRequest(RequestDto) - Method in class org.camunda.bpm.client.impl.RequestExecutor
- serializerList - Variable in class org.camunda.bpm.client.variable.impl.DefaultValueMappers
- serializers - Variable in class org.camunda.bpm.client.variable.impl.TypedValues
- serializeVariables(Map<String, Object>) - Method in class org.camunda.bpm.client.variable.impl.TypedValues
- SET_VARIABLES_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- setActivityId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setActivityInstanceId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setBackoffStrategy(BackoffStrategy) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- setBusinessKey(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setCode(Integer) - Method in exception org.camunda.bpm.client.exception.RestException
- setCode(Integer) - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- setCode(Integer) - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- setCreateTime(Date) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setDirection(OrderingConfig.Direction) - Method in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- setErrorDetails(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setErrorMessage(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setExecutionId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setExtensionProperties(Map<String, String>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setField(OrderingConfig.SortingField) - Method in class org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- setHttpStatusCode(Integer) - Method in exception org.camunda.bpm.client.exception.RestException
- setId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setIncludeExtensionProperties(boolean) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setIncludeExtensionProperties(boolean) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setLocalVariables(boolean) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setLocalVariables(boolean) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setLockExpirationTime(Date) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setMessage(String) - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- setMessage(String) - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- setObjectMapper(ObjectMapper) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- setPriority(long) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setProcessDefinitionIdIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessDefinitionIdIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setProcessDefinitionKeyIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessDefinitionKeyIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setProcessDefinitionVersionTag(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setProcessDefinitionVersionTag(String) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessDefinitionVersionTag(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setProcessInstanceId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setProcessInstanceId(String) - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- setProcessVariables(Map<String, Object>) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setProcessVariables(Map<String, Object>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setReceivedVariableMap(Map<String, VariableValue>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setRetries(Integer) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setSortBy(String) - Method in class org.camunda.bpm.client.task.SortingDto
- setSorting(List<SortingDto>) - Method in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- setSortOrder(String) - Method in class org.camunda.bpm.client.task.SortingDto
- setTenantId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setTenantIdIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setTenantIdIn(List<String>) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setTopicName(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setType(String) - Method in exception org.camunda.bpm.client.exception.RestException
- setType(String) - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- setType(String) - Method in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- setType(String) - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- setTypedValues(TypedValues) - Method in class org.camunda.bpm.client.impl.EngineClient
- setValue(Object) - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- setValueInfo(Map<String, Object>) - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- setVariableName(String) - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- setVariables(String, Map<String, Object>) - Method in class org.camunda.bpm.client.impl.EngineClient
- setVariables(String, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Set variables
- setVariables(String, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- setVariables(Map<String, TypedValueField>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- setVariables(ExternalTask, Map<String, Object>) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Set variables
- setVariables(ExternalTask, Map<String, Object>) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- SetVariablesRequestDto - Class in org.camunda.bpm.client.task.impl.dto
- SetVariablesRequestDto(String, Map<String, TypedValueField>) - Constructor for class org.camunda.bpm.client.task.impl.dto.SetVariablesRequestDto
- setWithoutTenantId(boolean) - Method in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- setWithoutTenantId(boolean) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- setWorkerId(String) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- ShortValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- ShortValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
- sortBy - Variable in class org.camunda.bpm.client.task.SortingDto
- sorting - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- SortingDto - Class in org.camunda.bpm.client.task
-
DTO that encapsulates the sorting parameters used for making requests against the fetch and lock API.
- SortingDto() - Constructor for class org.camunda.bpm.client.task.SortingDto
- sortOrder - Variable in class org.camunda.bpm.client.task.SortingDto
- start() - Method in interface org.camunda.bpm.client.ExternalTaskClient
-
Starts continuous fetching and locking of tasks
- start() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- start() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- stop() - Method in interface org.camunda.bpm.client.ExternalTaskClient
-
Stops continuous fetching and locking of tasks
- stop() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- stop() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- StringValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- StringValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.StringValueMapper
- subscribe(String) - Method in interface org.camunda.bpm.client.ExternalTaskClient
-
Creates a fluent builder to create and configure a topic subscription
- subscribe(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- subscribe(TopicSubscription) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- subscriptions - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- suspend(long) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
T
- taskHandlerIsNull(String) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- taskTopicRequests - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- tenantId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- tenantIdIn - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- tenantIdIn - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- tenantIdIn(String...) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- tenantIdIn(String...) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- tenantIds - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- thread - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- TOPIC_SUBSCRIPTION_MANAGER_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- topicName - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- topicName - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- topicName - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- topicName - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- topicNameAlreadySubscribedException(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- topicNameNullException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- TopicRequestDto - Class in org.camunda.bpm.client.topic.impl.dto
- TopicRequestDto(String, long, List<String>, String) - Constructor for class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- topics - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- TopicSubscription - Interface in org.camunda.bpm.client.topic
-
Subscription to a topic
- TopicSubscriptionBuilder - Interface in org.camunda.bpm.client.topic
-
A fluent builder to configure the topic subscription
- TopicSubscriptionBuilderImpl - Class in org.camunda.bpm.client.topic.impl
- TopicSubscriptionBuilderImpl(String, TopicSubscriptionManager) - Constructor for class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- TopicSubscriptionImpl - Class in org.camunda.bpm.client.topic.impl
- TopicSubscriptionImpl(String, Long, ExternalTaskHandler, TopicSubscriptionManager, List<String>, String) - Constructor for class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- topicSubscriptionManager - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- topicSubscriptionManager - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientImpl
- topicSubscriptionManager - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- topicSubscriptionManager - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- TopicSubscriptionManager - Class in org.camunda.bpm.client.topic.impl
- TopicSubscriptionManager(EngineClient, TypedValues, long) - Constructor for class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- TopicSubscriptionManagerLogger - Class in org.camunda.bpm.client.topic.impl
- TopicSubscriptionManagerLogger() - Constructor for class org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- toRestException() - Method in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- toSortingDtos() - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Converts this
OrderingConfigto a list ofSortingDtos. - toString() - Method in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- toString() - Method in class org.camunda.bpm.client.variable.impl.TypedValueField
- toString() - Method in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- toString() - Method in class org.camunda.bpm.client.variable.impl.VariableValue
- toTypedValueField(T) - Method in class org.camunda.bpm.client.variable.impl.TypedValues
- transformerFactory - Variable in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
-
the TransformerFactory instance used by the writer
- type - Variable in exception org.camunda.bpm.client.exception.RestException
- type - Variable in class org.camunda.bpm.client.impl.EngineRestExceptionDto
- type - Variable in class org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
- type - Variable in class org.camunda.bpm.client.variable.impl.TypedValueField
- TypeDetector - Interface in org.camunda.bpm.client.variable.impl.format
-
Detects the canonical type string of a supplied object
- typeDetectors - Variable in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- typedValueField - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- TypedValueField - Class in org.camunda.bpm.client.variable.impl
- TypedValueField() - Constructor for class org.camunda.bpm.client.variable.impl.TypedValueField
- typedValues - Variable in class org.camunda.bpm.client.impl.EngineClient
- typedValues - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- typedValues - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- TypedValues - Class in org.camunda.bpm.client.variable.impl
- TypedValues(ValueMappers) - Constructor for class org.camunda.bpm.client.variable.impl.TypedValues
U
- unableToConstructJavaType(String, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
- unableToCreateContext(Throwable) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToCreateMarshaller(Throwable) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToCreateParser(Exception) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToCreateTransformer(Exception) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToCreateUnmarshaller(Throwable) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToDeserialize(Object, String, Throwable) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToDetectCanonicalType(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
- unableToParseInput(Exception) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToReadValue(String, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
- unableToReadValue(String, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableLogger
- unableToTransformElement(Node, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToWriteInput(Object, Throwable) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
- unableToWriteValue(Object, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonLogger
- unableToWriteValue(Object, Exception) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableLogger
- UnknownHttpErrorException - Exception in org.camunda.bpm.client.exception
-
Exception is thrown in case the HTTP status code is not known by the client.
- UnknownHttpErrorException(String, RestException) - Constructor for exception org.camunda.bpm.client.exception.UnknownHttpErrorException
- unlock(String) - Method in class org.camunda.bpm.client.impl.EngineClient
- unlock(ExternalTask) - Method in interface org.camunda.bpm.client.task.ExternalTaskService
-
Unlocks a task and clears the tasks lock expiration time and worker id.
- unlock(ExternalTask) - Method in class org.camunda.bpm.client.task.impl.ExternalTaskServiceImpl
- UNLOCK_RESOURCE_PATH - Static variable in class org.camunda.bpm.client.impl.EngineClient
- unspecifiedOrderByMethodException() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- unsubscribe(TopicSubscriptionImpl) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
- updateTypedValue(ObjectValue, String) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- useCreateTime(boolean) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Specifies whether tasks should be fetched based on their create time.
- useCreateTime(boolean) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- usePriority - Variable in class org.camunda.bpm.client.impl.EngineClient
- usePriority - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- usePriority - Variable in class org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- usePriority(boolean) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
Specifies whether tasks should be fetched based on their priority or arbitrarily.
- usePriority(boolean) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- username - Variable in class org.camunda.bpm.client.interceptor.auth.BasicAuthProvider
- usingDocumentBuilderFactory(String) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlLogger
V
- validateAndGetLastConfiguredProperty() - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Validates the last configured field for its direction and retrieves it.
- validateOrderingProperties() - Method in class org.camunda.bpm.client.task.OrderingConfig
-
Validates ordering properties all have a non-null direction.
- value - Variable in class org.camunda.bpm.client.variable.impl.TypedValueField
- valueInfo - Variable in class org.camunda.bpm.client.variable.impl.TypedValueField
- ValueMapper<T extends org.camunda.bpm.engine.variable.value.TypedValue> - Interface in org.camunda.bpm.client.variable.impl
- ValueMapperException - Exception in org.camunda.bpm.client.exception
-
Exception is thrown when a value could not be mapped
- ValueMapperException(String) - Constructor for exception org.camunda.bpm.client.exception.ValueMapperException
- ValueMapperException(String, Throwable) - Constructor for exception org.camunda.bpm.client.exception.ValueMapperException
- valueMapperExceptionDueToNoObjectTypeName() - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionDueToSerializerNotFoundForTypedValue(TypedValue) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionDueToSerializerNotFoundForTypedValueField(Object) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionWhileDeserializingObject(Exception) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionWhileParsingDate(String, Exception) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionWhileSerializingAbstractValue(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMapperExceptionWhileSerializingObject(Exception) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- valueMappers - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- ValueMappers<T extends org.camunda.bpm.engine.variable.value.TypedValue> - Interface in org.camunda.bpm.client.variable.impl
- valueOf(String) - Static method in enum class org.camunda.bpm.client.task.OrderingConfig.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.camunda.bpm.client.task.OrderingConfig.SortingField
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.camunda.bpm.client.task.OrderingConfig.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.camunda.bpm.client.task.OrderingConfig.SortingField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType - Variable in class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
- variableName - Variable in class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- variableName - Variable in class org.camunda.bpm.client.variable.impl.VariableValue
- variableNames - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- variableNames - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- variables - Variable in class org.camunda.bpm.client.task.impl.dto.BpmnErrorRequestDto
- variables - Variable in class org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- variables - Variable in class org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- variables - Variable in class org.camunda.bpm.client.task.impl.dto.SetVariablesRequestDto
- variables - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- variables - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- variables(String...) - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- variables(String...) - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
- VariableValue<T extends org.camunda.bpm.engine.variable.value.TypedValue> - Class in org.camunda.bpm.client.variable.impl
- VariableValue(String, String, TypedValueField, ValueMappers) - Constructor for class org.camunda.bpm.client.variable.impl.VariableValue
W
- withoutTenantId - Variable in class org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
- withoutTenantId - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- withoutTenantId - Variable in class org.camunda.bpm.client.topic.impl.TopicSubscriptionImpl
- withoutTenantId() - Method in class org.camunda.bpm.client.topic.impl.TopicSubscriptionBuilderImpl
- withoutTenantId() - Method in interface org.camunda.bpm.client.topic.TopicSubscriptionBuilder
-
Filter for external tasks without tenant
- workerId - Variable in class org.camunda.bpm.client.impl.EngineClient
- workerId - Variable in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- workerId - Variable in class org.camunda.bpm.client.impl.RequestDto
- workerId - Variable in class org.camunda.bpm.client.task.impl.ExternalTaskImpl
- workerId(String) - Method in interface org.camunda.bpm.client.ExternalTaskClientBuilder
-
A custom worker id the Workflow Engine is aware of.
- workerId(String) - Method in class org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
- wrapVariables(ExternalTask, Map<String, TypedValueField>) - Method in class org.camunda.bpm.client.variable.impl.TypedValues
- writeAsElement(Object) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- writeResult(StreamResult, Object) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- writeSerializedValue(TypedValueField, String) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- writeValue(Object) - Method in interface org.camunda.bpm.client.spi.DataFormat
-
Writes a java object to a data format's internal data representation.
- writeValue(Object) - Method in class org.camunda.bpm.client.variable.impl.format.json.JacksonJsonDataFormat
- writeValue(Object) - Method in class org.camunda.bpm.client.variable.impl.format.serializable.SerializableDataFormat
- writeValue(Object) - Method in class org.camunda.bpm.client.variable.impl.format.xml.DomXmlDataFormat
- writeValue(JsonValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.JsonValueMapper
- writeValue(XmlValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.XmlValueMapper
- writeValue(NullValueImpl, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.NullValueMapper
- writeValue(BooleanValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.BooleanValueMapper
- writeValue(BytesValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ByteArrayValueMapper
- writeValue(DateValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.DateValueMapper
- writeValue(DoubleValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
- writeValue(FileValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- writeValue(IntegerValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.IntegerValueMapper
- writeValue(LongValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
- writeValue(ObjectValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ObjectValueMapper
- writeValue(ShortValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
- writeValue(StringValue, TypedValueField) - Method in class org.camunda.bpm.client.variable.impl.mapper.StringValueMapper
- writeValue(T, TypedValueField) - Method in interface org.camunda.bpm.client.variable.impl.ValueMapper
X
- XML - Static variable in class org.camunda.bpm.client.variable.ClientValues
- XML_FORMAT_LOGGER - Static variable in class org.camunda.bpm.client.impl.ExternalTaskClientLogger
- XML_TYPE_NAME - Static variable in class org.camunda.bpm.client.variable.impl.type.XmlTypeImpl
- XmlTypeImpl - Class in org.camunda.bpm.client.variable.impl.type
- XmlTypeImpl() - Constructor for class org.camunda.bpm.client.variable.impl.type.XmlTypeImpl
- xmlValue(String) - Static method in class org.camunda.bpm.client.variable.ClientValues
- xmlValue(String, boolean) - Static method in class org.camunda.bpm.client.variable.ClientValues
- XmlValue - Interface in org.camunda.bpm.client.variable.value
- XmlValueImpl - Class in org.camunda.bpm.client.variable.impl.value
- XmlValueImpl(String) - Constructor for class org.camunda.bpm.client.variable.impl.value.XmlValueImpl
- XmlValueImpl(String, boolean) - Constructor for class org.camunda.bpm.client.variable.impl.value.XmlValueImpl
- XmlValueMapper - Class in org.camunda.bpm.client.variable.impl.mapper
- XmlValueMapper() - Constructor for class org.camunda.bpm.client.variable.impl.mapper.XmlValueMapper
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form