Interface AdHocSubProcessActivitySearchRequest
- All Superinterfaces:
FinalCommandStep<AdHocSubProcessActivityResponse>
- All Known Implementing Classes:
AdHocSubProcessActivitySearchRequestImpl
public interface AdHocSubProcessActivitySearchRequest
extends FinalCommandStep<AdHocSubProcessActivityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfilter(AdHocSubProcessActivityFilter filter) Sets the filter to be included in the search request.Provides a fluent builder to create a filter to be included in the search request.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
filter
Sets the filter to be included in the search request.- Parameters:
filter- the filter- Returns:
- the builder for the search request
-
filter
Provides a fluent builder to create a filter to be included in the search request.- Parameters:
fn- consumer to create the filter- Returns:
- the builder for the search request
-