com.wewebu.ow.server.ecmimpl.opencmis.users
Class OwUser

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.users.OwUser

public class OwUser
extends Object

Simple representation of a User in a OwUsersRepository.

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

Since:
4.1.1.0

Constructor Summary
OwUser(String id, String name, OwUsersRepository usersRepository)
           
 
Method Summary
 Set<OwGroup> getGroups()
           
 String getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwUser

public OwUser(String id,
              String name,
              OwUsersRepository usersRepository)
Parameters:
id -
name -
usersRepository -
Method Detail

getId

public String getId()
Returns:
the id

getName

public String getName()
Returns:
the name

getGroups

public Set<OwGroup> getGroups()
                       throws OwUserRepositoryException
Throws:
OwUserRepositoryException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.