Uses of Class
org.bonitasoft.web.client.model.Actor
Packages that use Actor
-
Uses of Actor in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ActorModifier and TypeMethodDescriptionActorApi.getActorById(String id) Finds the Actor by ID Returns the single Actor for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ActorModifier and TypeMethodDescriptionActorApi.getActorByIdWithHttpInfo(String id) Finds the Actor by ID Similar togetActorByIdbut it also returns the http response headers .Finds Actors Finds Actors with pagination params and filtersActorApi.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.Finds Actors Similar tosearchActorsbut it also returns the http response headers .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 -
Uses of Actor in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Actor