com.wewebu.ow.server.ecmimpl.cmis.permissions
Class OwCMISACLPrincipal

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.OwCMISUserInfo
      extended by com.wewebu.ow.server.ecmimpl.cmis.permissions.OwCMISACLPrincipal
All Implemented Interfaces:
com.wewebu.ow.server.conf.OwBaseUserInfo, com.wewebu.ow.server.ecm.OwUserInfo

public class OwCMISACLPrincipal
extends OwCMISUserInfo

ACL principal user information object.

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:
3.2.0.0

Constructor Summary
OwCMISACLPrincipal(org.oasis_open.docs.ns.cmis.core._200908.CmisAccessControlPrincipalType principal_p)
           
 
Method Summary
 Collection getGroups()
           
 Collection getRoleNames()
           
 boolean isGroup()
           
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.cmis.OwCMISUserInfo
equals, getUserDisplayName, getUserEmailAdress, getUserID, getUserLongName, getUserName, getUserShortName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISACLPrincipal

public OwCMISACLPrincipal(org.oasis_open.docs.ns.cmis.core._200908.CmisAccessControlPrincipalType principal_p)
Method Detail

getRoleNames

public Collection getRoleNames()
                        throws Exception
Throws:
Exception

getGroups

public Collection getGroups()
                     throws Exception
Throws:
Exception

isGroup

public boolean isGroup()
                throws Exception
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.