public abstract class AbstractUserDataService extends Object implements UserDataService
UserDataService.UserCallback
DEFAULT_DOMAIN
Constructor and Description |
---|
AbstractUserDataService() |
Modifier and Type | Method and Description |
---|---|
List<UserData> |
getCreatedUsers(int startIndex,
int count)
Get a list of usernames that are created in alfresco with paging
|
protected abstract List<UserData> |
getUsers(boolean created,
int startIndex,
int count) |
List<UserData> |
getUsersPendingCreation(int startIndex,
int count)
Get a list of usernames that are NOT created in alfresco with paging
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countCloudAwareUsers, countUsers, countUsers, countUsers, createNewUser, findUserByEmail, findUserByUsername, findUserByUserName, getDomainsIterator, getRandomUser, getRandomUserFromDomain, getRandomUserFromDomains, getUsersByDomainIterator, getUsersInDomain, getUsersInDomain, getUsersWithoutCloudSignUp, setUserCloudSignUp, setUserCreated, setUserNodeId, setUserPassword, setUserTicket
public List<UserData> getUsersPendingCreation(int startIndex, int count)
getUsersPendingCreation
in interface UserDataService
startIndex
- index to start getting users fromcount
- number of users to fetchpublic List<UserData> getCreatedUsers(int startIndex, int count)
getCreatedUsers
in interface UserDataService
startIndex
- index to start getting users fromcount
- number of users to fetchCopyright © 2014. All rights reserved.