CBEGroupQueryResult
IntroductionResultset of data retrieved in a search for Group. MethodscontainsGroup:-(bool) containsGroup:(uint64_t) groupId; ParametersDiscussionasking if the group with groupId was loaded in the query. filter-(CBEGroupFilter*) filter; DiscussionReturns a copy of the filter used for query. getGroupsSnapshot-(NSArray*) getGroupsSnapshot; Return Valuevector<cbe::Group> containing the groups matching the query. DiscussionReturns a copy of a vector containing the groups for the queryResult. The queryResult will update when new data comes in but the copy will not. If iterating, make sure to create a variable for a local copy. GroupsLoaded-(uint64_t) GroupsLoaded; DiscussionNumber of groups loaded in the queryResult. totalCount-(uint64_t) totalCount; DiscussionTotal number of Groups in the cloud matching the query result. This may be more than loaded. |