Class CompleteRequestDto
- java.lang.Object
-
- org.camunda.bpm.client.impl.RequestDto
-
- org.camunda.bpm.client.task.impl.dto.CompleteRequestDto
-
public class CompleteRequestDto extends RequestDto
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,TypedValueField>
localVariables
protected Map<String,TypedValueField>
variables
-
Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
-
Constructor Summary
Constructors Constructor Description CompleteRequestDto(String workerId, Map<String,TypedValueField> variables, Map<String,TypedValueField> localVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,TypedValueField>
getLocalVariables()
Map<String,TypedValueField>
getVariables()
-
Methods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
-
-
-
Field Detail
-
variables
protected Map<String,TypedValueField> variables
-
localVariables
protected Map<String,TypedValueField> localVariables
-
-
Constructor Detail
-
CompleteRequestDto
public CompleteRequestDto(String workerId, Map<String,TypedValueField> variables, Map<String,TypedValueField> localVariables)
-
-
Method Detail
-
getVariables
public Map<String,TypedValueField> getVariables()
-
getLocalVariables
public Map<String,TypedValueField> getLocalVariables()
-
-