public class OwCMISUserInfo extends OwAbstractCMISUserInfo
Simple UserInfo implementation with mandator handling.
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
| Constructor and Description |
|---|
OwCMISUserInfo(String name_p,
com.wewebu.ow.server.mandator.OwMandator mandator_p) |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.wewebu.ow.server.ecm.OwUserInfo> |
getDefaulfGroups() |
protected List<String> |
getDefaultRoleNames()
Generate a list with the default role names.
|
Collection<com.wewebu.ow.server.ecm.OwUserInfo> |
getGroups() |
protected com.wewebu.ow.server.mandator.OwMandator |
getMandator()
Get current associated mandator object.
|
Collection<String> |
getRoleNames() |
boolean |
isGroup() |
equals, getUserDisplayName, getUserEmailAdress, getUserID, getUserLongName, getUserName, getUserShortName, hashCodepublic OwCMISUserInfo(String name_p, com.wewebu.ow.server.mandator.OwMandator mandator_p)
protected List<com.wewebu.ow.server.ecm.OwUserInfo> getDefaulfGroups() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionprotected List<String> getDefaultRoleNames() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic Collection<com.wewebu.ow.server.ecm.OwUserInfo> getGroups() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic Collection<String> getRoleNames() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic boolean isGroup()
protected com.wewebu.ow.server.mandator.OwMandator getMandator()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.