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