Package | Description |
---|---|
org.camunda.bpm.client.impl | |
org.camunda.bpm.client.topic.impl |
Modifier and Type | Method and Description |
---|---|
protected <T> EngineClientException |
EngineClientLogger.exceptionWhileDeserializingJsonObject(Class<T> responseDtoClass,
Throwable t) |
protected EngineClientException |
EngineClientLogger.exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest,
IOException e) |
protected <T> EngineClientException |
EngineClientLogger.exceptionWhileMappingJsonObject(Class<T> responseDtoClass,
Throwable t) |
protected <T> EngineClientException |
EngineClientLogger.exceptionWhileParsingJsonObject(Class<T> responseDtoClass,
Throwable t) |
protected EngineClientException |
EngineClientLogger.exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest,
org.apache.http.client.HttpResponseException e) |
protected <D extends RequestDto> |
EngineClientLogger.exceptionWhileSerializingJsonObject(D dto,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
ExternalTaskClientException |
ExternalTaskClientLogger.externalTaskServiceException(String actionName,
EngineClientException e) |
Modifier and Type | Method and Description |
---|---|
void |
EngineClient.bpmnError(String taskId,
String errorCode,
String errorMessage,
Map<String,Object> variables) |
void |
EngineClient.complete(String taskId,
Map<String,Object> variables,
Map<String,Object> localVariables) |
protected <T> T |
RequestExecutor.deserializeResponse(org.apache.http.HttpEntity httpEntity,
Class<T> responseClass) |
protected <T> T |
RequestExecutor.executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest,
Class<T> responseClass) |
void |
EngineClient.extendLock(String taskId,
long newDuration) |
void |
EngineClient.failure(String taskId,
String errorMessage,
String errorDetails,
int retries,
long retryTimeout,
Map<String,Object> variables,
Map<String,Object> localVariables) |
List<ExternalTask> |
EngineClient.fetchAndLock(List<TopicRequestDto> topics) |
byte[] |
EngineClient.getLocalBinaryVariable(String variableName,
String processInstanceId) |
protected byte[] |
RequestExecutor.getRequest(String resourceUrl) |
void |
EngineClient.lock(String taskId,
long lockDuration) |
protected <T> T |
RequestExecutor.postRequest(String resourceUrl,
RequestDto requestDto,
Class<T> responseClass) |
protected org.apache.http.entity.ByteArrayEntity |
RequestExecutor.serializeRequest(RequestDto dto) |
void |
EngineClient.unlock(String taskId) |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicSubscriptionManagerLogger.exceptionWhilePerformingFetchAndLock(EngineClientException e) |
Copyright © 2022. All rights reserved.