Uses of Class
org.camunda.bpm.engine.rest.impl.FetchAndLockResult
-
Packages that use FetchAndLockResult Package Description org.camunda.bpm.engine.rest.impl -
-
Uses of FetchAndLockResult in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return FetchAndLockResult Modifier and Type Method Description static FetchAndLockResult
FetchAndLockResult. failed(Throwable throwable)
static FetchAndLockResult
FetchAndLockResult. successful(List<LockedExternalTaskDto> tasks)
protected FetchAndLockResult
FetchAndLockHandlerImpl. tryFetchAndLock(FetchAndLockRequest request)
-