Uses of Class
org.bonitasoft.web.client.api.ActorApi.SearchActorsQueryParams
Packages that use ActorApi.SearchActorsQueryParams
-
Uses of ActorApi.SearchActorsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ActorApi.SearchActorsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ActorApi.SearchActorsQueryParamsModifier and TypeMethodDescriptionActorApi.searchActors(ActorApi.SearchActorsQueryParams queryParams) Finds Actors Finds Actors with pagination params and filters Note, this is equivalent to the othersearchActorsmethod, but with the query parameters collected into a single Map parameter.ActorApi.searchActorsWithHttpInfo(ActorApi.SearchActorsQueryParams queryParams) Finds Actors Finds Actors with pagination params and filters Note, this is equivalent to the othersearchActorsthat receives the query parameters as a map, but this one also exposes the Http response headers