Class CompleteRequestDto
java.lang.Object
org.camunda.bpm.client.impl.RequestDto
org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
- Author:
- Tassilo Weidner
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
TypedValueField> protected Map<String,
TypedValueField> Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
Constructor Summary
ConstructorDescriptionCompleteRequestDto
(String workerId, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
Field Details
-
variables
-
localVariables
-
-
Constructor Details
-
CompleteRequestDto
public CompleteRequestDto(String workerId, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables)
-
-
Method Details
-
getVariables
-
getLocalVariables
-