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.SearchDataResult
public String getSourceId()
getSourceId
in interface UserAndGroupSearchManager.SearchDataResult
public boolean isFinished()
isFinished
in interface UserAndGroupSearchManager.SearchDataResult
public void truncateAfter(String entry)
truncateAfter
in interface UserAndGroupSearchManager.SearchDataResult
public int getOffset()
getOffset
in interface UserAndGroupSearchManager.SearchDataResult
public List<Map<String,Object>> results2Json()
results2Json
in interface UserAndGroupSearchManager.SearchDataResult
public String getLastSortableName()
getLastSortableName
in interface UserAndGroupSearchManager.SearchDataResult