Uses of Class
pl.edu.icm.unity.engine.api.groupMember.GroupMemberWithAttributes
-
Packages that use GroupMemberWithAttributes Package Description pl.edu.icm.unity.engine.api.groupMember -
-
Uses of GroupMemberWithAttributes in pl.edu.icm.unity.engine.api.groupMember
Fields in pl.edu.icm.unity.engine.api.groupMember with type parameters of type GroupMemberWithAttributes Modifier and Type Field Description Map<String,List<GroupMemberWithAttributes>>
MultiGroupMembersWithAttributes. members
Methods in pl.edu.icm.unity.engine.api.groupMember that return types with arguments of type GroupMemberWithAttributes Modifier and Type Method Description List<GroupMemberWithAttributes>
GroupMembersService. getGroupMembersWithSelectedAttributes(String group, List<String> attributes)
Method returns list of group members with attributes in selected group.Map<String,List<GroupMemberWithAttributes>>
GroupMembersService. getGroupsMembersInGroupsWithSelectedAttributes(List<String> groups, List<String> attributes)
Method returns list of group members with attributes in selected groups.Map<String,List<GroupMemberWithAttributes>>
MultiGroupMembersWithAttributes. getMembers()
Constructor parameters in pl.edu.icm.unity.engine.api.groupMember with type arguments of type GroupMemberWithAttributes Constructor Description MultiGroupMembersWithAttributes(Map<String,List<GroupMemberWithAttributes>> members)
-