public interface OwUsersRepository
An OwUsersRepository is an abstraction for a repository from which you can get information about the users, groups and roles that are available in the system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Method and Description |
|---|---|
Set<OwGroup> |
findGroupsForUserID(String userId) |
Set<OwGroup> |
findGroupsMatching(String pattern) |
Set<OwUserRole> |
findRolesMatching(String pattern) |
com.wewebu.ow.server.ecm.OwUserInfo |
findUserByID(String id)
Tries to find a user by his/her ID.
|
com.wewebu.ow.server.ecm.OwObjectCollection |
findUsersMatching(String pattern)
Find users that match the pattern.
|
com.wewebu.ow.server.ecm.OwUserInfo findUserByID(String id) throws OwUserRepositoryException
id - OwUserRepositoryExceptionSet<OwGroup> findGroupsMatching(String pattern) throws OwUserRepositoryException
OwUserRepositoryExceptionSet<OwGroup> findGroupsForUserID(String userId) throws OwUserRepositoryException
OwUserRepositoryExceptioncom.wewebu.ow.server.ecm.OwObjectCollection findUsersMatching(String pattern) throws OwUserRepositoryException
pattern - OwUser.OwUserRepositoryExceptionSet<OwUserRole> findRolesMatching(String pattern) throws OwUserRepositoryException
OwUserRepositoryExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.