Uses of Class
org.camunda.bpm.engine.rest.dto.externaltask.LockedExternalTaskDto
-
Packages that use LockedExternalTaskDto Package Description org.camunda.bpm.engine.rest.dto.externaltask org.camunda.bpm.engine.rest.impl -
-
Uses of LockedExternalTaskDto in org.camunda.bpm.engine.rest.dto.externaltask
Methods in org.camunda.bpm.engine.rest.dto.externaltask that return LockedExternalTaskDto Modifier and Type Method Description static LockedExternalTaskDto
LockedExternalTaskDto. fromLockedExternalTask(LockedExternalTask task)
Methods in org.camunda.bpm.engine.rest.dto.externaltask that return types with arguments of type LockedExternalTaskDto Modifier and Type Method Description static List<LockedExternalTaskDto>
LockedExternalTaskDto. fromLockedExternalTasks(List<LockedExternalTask> tasks)
-
Uses of LockedExternalTaskDto in org.camunda.bpm.engine.rest.impl
Fields in org.camunda.bpm.engine.rest.impl with type parameters of type LockedExternalTaskDto Modifier and Type Field Description protected List<LockedExternalTaskDto>
FetchAndLockResult. tasks
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type LockedExternalTaskDto Modifier and Type Method Description protected List<LockedExternalTaskDto>
FetchAndLockHandlerImpl. executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto, ProcessEngine processEngine)
List<LockedExternalTaskDto>
FetchAndLockResult. getTasks()
Method parameters in org.camunda.bpm.engine.rest.impl with type arguments of type LockedExternalTaskDto Modifier and Type Method Description static FetchAndLockResult
FetchAndLockResult. successful(List<LockedExternalTaskDto> tasks)
Constructor parameters in org.camunda.bpm.engine.rest.impl with type arguments of type LockedExternalTaskDto Constructor Description FetchAndLockResult(List<LockedExternalTaskDto> tasks)
-