Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.dto.externaltask | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<LockedExternalTaskDto> |
ExternalTaskRestService.fetchAndLock(FetchExternalTasksDto fetchingDto) |
Modifier and Type | Method and Description |
---|---|
static LockedExternalTaskDto |
LockedExternalTaskDto.fromLockedExternalTask(LockedExternalTask task) |
Modifier and Type | Method and Description |
---|---|
static List<LockedExternalTaskDto> |
LockedExternalTaskDto.fromLockedExternalTasks(List<LockedExternalTask> tasks) |
Modifier and Type | Field and Description |
---|---|
protected List<LockedExternalTaskDto> |
FetchAndLockResult.tasks |
Modifier and Type | Method and Description |
---|---|
protected List<LockedExternalTaskDto> |
FetchAndLockHandlerImpl.executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto,
ProcessEngine processEngine) |
List<LockedExternalTaskDto> |
ExternalTaskRestServiceImpl.fetchAndLock(FetchExternalTasksDto fetchingDto) |
List<LockedExternalTaskDto> |
FetchAndLockResult.getTasks() |
Modifier and Type | Method and Description |
---|---|
static FetchAndLockResult |
FetchAndLockResult.successful(List<LockedExternalTaskDto> tasks) |
Constructor and Description |
---|
FetchAndLockResult(List<LockedExternalTaskDto> tasks) |
Copyright © 2022. All rights reserved.