Uses of Class
org.bonitasoft.web.client.model.ActorMember
-
Packages that use ActorMember Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ActorMember in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ActorMember Modifier and Type Method Description ActorMemberActorMemberApi. 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 ActorMember Modifier and Type Method Description List<ActorMember>ActorMemberApi. searchActorMembers(Integer p, Integer c, List<String> f, String o)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.List<ActorMember>ActorMemberApi. searchActorMembers(Map<String,Object> 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. -
Uses of ActorMember in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActorMember Modifier and Type Method Description ActorMemberActorMember. actorId(String actorId)ActorMemberActorMember. groupId(String groupId)ActorMemberActorMember. id(String id)ActorMemberActorMember. roleId(String roleId)ActorMemberActorMember. userId(String userId)
-