Class LockRequestDto
- java.lang.Object
-
- org.camunda.bpm.client.impl.RequestDto
-
- org.camunda.bpm.client.task.impl.dto.LockRequestDto
-
public class LockRequestDto extends RequestDto
-
-
Field Summary
Fields Modifier and Type Field Description protected long
lockDuration
-
Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
-
Constructor Summary
Constructors Constructor Description LockRequestDto(String workerId, long lockDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLockDuration()
-
Methods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
-
-
-
Constructor Detail
-
LockRequestDto
public LockRequestDto(String workerId, long lockDuration)
-
-