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
- OwUserRepositoryException
Set<OwGroup> findGroupsMatching(String pattern) throws OwUserRepositoryException
OwUserRepositoryException
Set<OwGroup> findGroupsForUserID(String userId) throws OwUserRepositoryException
OwUserRepositoryException
com.wewebu.ow.server.ecm.OwObjectCollection findUsersMatching(String pattern) throws OwUserRepositoryException
pattern
- OwUser
.OwUserRepositoryException
Set<OwUserRole> findRolesMatching(String pattern) throws OwUserRepositoryException
OwUserRepositoryException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.