Uses of Class
org.bonitasoft.web.client.model.ActorMember
Packages that use ActorMember
-
Uses of ActorMember in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ActorMemberModifier and TypeMethodDescriptionActorMemberApi.getActorMemberById(String id) Finds the ActorMember by ID Returns the single ActorMember for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ActorMemberModifier and TypeMethodDescriptionActorMemberApi.getActorMemberByIdWithHttpInfo(String id) Finds the ActorMember by ID Similar togetActorMemberByIdbut it also returns the http response headers .Finds ActorMembers Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id. http://localhost:8080/bonita/API/bpm/actorMember?ActorMemberApi.searchActorMembers(ActorMemberApi.SearchActorMembersQueryParams queryParams) Finds ActorMembers Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id. http://localhost:8080/bonita/API/bpm/actorMember?Finds ActorMembers Similar tosearchActorMembersbut it also returns the http response headers .ActorMemberApi.searchActorMembersWithHttpInfo(ActorMemberApi.SearchActorMembersQueryParams queryParams) Finds ActorMembers Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id. http://localhost:8080/bonita/API/bpm/actorMember? -
Uses of ActorMember in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActorMemberModifier and TypeMethodDescription