Package org.camunda.bpm.engine.rest
Interface FetchAndLockRestService
-
- All Known Implementing Classes:
FetchAndLockRestServiceImpl
public interface FetchAndLockRestService
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fetchAndLock(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse)
-
-
-
Field Detail
-
PATH
static final java.lang.String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
fetchAndLock
@POST @Consumes("application/json") @Produces("application/json") void fetchAndLock(FetchExternalTasksExtendedDto dto, @Suspended javax.ws.rs.container.AsyncResponse asyncResponse)
-
-