Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.impl | |
org.camunda.bpm.engine.rest.spi |
Modifier and Type | Method and Description |
---|---|
void |
FetchAndLockRestService.fetchAndLock(FetchExternalTasksExtendedDto dto,
javax.ws.rs.container.AsyncResponse asyncResponse) |
Modifier and Type | Field and Description |
---|---|
protected FetchExternalTasksExtendedDto |
FetchAndLockRequest.dto |
Modifier and Type | Method and Description |
---|---|
FetchExternalTasksExtendedDto |
FetchAndLockRequest.getDto() |
Modifier and Type | Method and Description |
---|---|
void |
FetchAndLockHandlerImpl.addPendingRequest(FetchExternalTasksExtendedDto dto,
javax.ws.rs.container.AsyncResponse asyncResponse,
ProcessEngine processEngine) |
protected List<LockedExternalTaskDto> |
FetchAndLockHandlerImpl.executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto,
ProcessEngine processEngine) |
void |
FetchAndLockRestServiceImpl.fetchAndLock(FetchExternalTasksExtendedDto dto,
javax.ws.rs.container.AsyncResponse asyncResponse) |
FetchAndLockRequest |
FetchAndLockRequest.setDto(FetchExternalTasksExtendedDto dto) |
Modifier and Type | Method and Description |
---|---|
void |
FetchAndLockHandler.addPendingRequest(FetchExternalTasksExtendedDto dto,
javax.ws.rs.container.AsyncResponse asyncResponse,
ProcessEngine processEngine)
Invoked if a fetch and lock request has been sent by the client
|
Copyright © 2022. All rights reserved.