Uses of Class
org.camunda.bpm.client.impl.RequestDto
-
Packages that use RequestDto Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.task.impl.dto org.camunda.bpm.client.topic.impl.dto -
-
Uses of RequestDto in org.camunda.bpm.client.impl
Methods in org.camunda.bpm.client.impl with type parameters of type RequestDto Modifier and Type Method Description protected <D extends RequestDto>
EngineClientExceptionEngineClientLogger. exceptionWhileSerializingJsonObject(D dto, Throwable t)
Methods in org.camunda.bpm.client.impl with parameters of type RequestDto Modifier and Type Method Description protected <T> T
RequestExecutor. postRequest(String resourceUrl, RequestDto requestDto, Class<T> responseClass)
protected org.apache.http.entity.ByteArrayEntity
RequestExecutor. serializeRequest(RequestDto dto)
-
Uses of RequestDto in org.camunda.bpm.client.task.impl.dto
Subclasses of RequestDto in org.camunda.bpm.client.task.impl.dto Modifier and Type Class Description class
BpmnErrorRequestDto
class
CompleteRequestDto
class
ExtendLockRequestDto
class
FailureRequestDto
class
LockRequestDto
class
SetVariablesRequestDto
-
Uses of RequestDto in org.camunda.bpm.client.topic.impl.dto
Subclasses of RequestDto in org.camunda.bpm.client.topic.impl.dto Modifier and Type Class Description class
FetchAndLockRequestDto
-