Uses of Class
org.bonitasoft.web.client.model.Actor
-
Packages that use Actor Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Actor in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Actor Modifier and Type Method Description ActorActorApi. 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 Actor Modifier and Type Method Description ApiResponse<Actor>ActorApi. getActorByIdWithHttpInfo(String id)Finds the Actor by ID Similar togetActorByIdbut it also returns the http response headers .List<Actor>ActorApi. searchActors(Integer p, Integer c, List<String> f, String o)Finds Actors Finds Actors with pagination params and filtersList<Actor>ActorApi. searchActors(Map<String,Object> 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.ApiResponse<List<Actor>>ActorApi. searchActorsWithHttpInfo(Integer p, Integer c, List<String> f, String o)Finds Actors Similar tosearchActorsbut it also returns the http response headers .ApiResponse<List<Actor>>ActorApi. searchActorsWithHttpInfo(Map<String,Object> 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 Modifier and Type Method Description ActorActor. description(String description)ActorActor. displayName(String displayName)ActorActor. id(Long id)ActorActor. name(String name)ActorActor. processId(Long processId)
-