private static class UserAndGroupSearchManager.PopulationSearchDataResult extends Object implements UserAndGroupSearchManager.SearchDataResult
| Modifier and Type | Field and Description |
|---|---|
private UserHelper |
_helper |
private boolean |
_isFinished |
private int |
_offset |
private String |
_sourceId |
private List<User> |
_users |
| Constructor and Description |
|---|
PopulationSearchDataResult(UserHelper userHelper,
String sourceId,
boolean isFinished,
List<User> users,
int initialOffset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastSortableName() |
int |
getOffset() |
String |
getSourceId() |
String |
getType() |
boolean |
isFinished() |
List<Map<String,Object>> |
results2Json() |
String |
toString() |
void |
truncateAfter(String entry) |
private boolean _isFinished
private int _offset
private UserHelper _helper
public PopulationSearchDataResult(UserHelper userHelper, String sourceId, boolean isFinished, List<User> users, int initialOffset)
public String getType()
getType in interface UserAndGroupSearchManager.SearchDataResultpublic String getSourceId()
getSourceId in interface UserAndGroupSearchManager.SearchDataResultpublic boolean isFinished()
isFinished in interface UserAndGroupSearchManager.SearchDataResultpublic void truncateAfter(String entry)
truncateAfter in interface UserAndGroupSearchManager.SearchDataResultpublic int getOffset()
getOffset in interface UserAndGroupSearchManager.SearchDataResultpublic List<Map<String,Object>> results2Json()
results2Json in interface UserAndGroupSearchManager.SearchDataResultpublic String getLastSortableName()
getLastSortableName in interface UserAndGroupSearchManager.SearchDataResult