Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.NuxeoGroup

Packages that use NuxeoGroup
org.nuxeo.ecm.automation.core.util   
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.platform.computedgroups   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.usermanager.ejb   
org.nuxeo.ecm.webengine.admin   
 

Uses of NuxeoGroup in org.nuxeo.ecm.automation.core.util
 

Methods in org.nuxeo.ecm.automation.core.util with parameters of type NuxeoGroup
 void PrincipalHelper.resolveGroups(NuxeoGroup group, org.nuxeo.ecm.automation.core.util.PrincipalHelper.Collector<?> collector)
           
 

Uses of NuxeoGroup in org.nuxeo.ecm.core.api.impl
 

Classes in org.nuxeo.ecm.core.api.impl that implement NuxeoGroup
 class NuxeoGroupImpl
           
 

Uses of NuxeoGroup in org.nuxeo.ecm.platform.computedgroups
 

Subinterfaces of NuxeoGroup in org.nuxeo.ecm.platform.computedgroups
 interface ComputedGroup
          Marker interface for computed group (avoids changing NuxeoGroup interface).
 

Classes in org.nuxeo.ecm.platform.computedgroups that implement NuxeoGroup
 class NuxeoComputedGroup
          Computed group implementation class.
 

Methods in org.nuxeo.ecm.platform.computedgroups that return NuxeoGroup
 NuxeoGroup ComputedGroupsServiceImpl.getComputedGroup(java.lang.String groupName)
           
 NuxeoGroup ComputedGroupsService.getComputedGroup(java.lang.String groupName)
          Resolves a computed group by it's name.
 NuxeoGroup UserManagerWithComputedGroups.getGroup(java.lang.String groupName)
           
 

Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager
 

Methods in org.nuxeo.ecm.platform.usermanager that return NuxeoGroup
 NuxeoGroup UserManagerImpl.getGroup(java.lang.String groupName)
           
 NuxeoGroup FakeUserManagerImpl.getGroup(java.lang.String groupName)
           
 NuxeoGroup UserManager.getGroup(java.lang.String groupName)
          Returns the nuxeo group with given name or null if it does not exist.
 

Methods in org.nuxeo.ecm.platform.usermanager that return types with arguments of type NuxeoGroup
 java.util.List<NuxeoGroup> UserManagerImpl.getAvailableGroups()
           
 java.util.List<NuxeoGroup> FakeUserManagerImpl.getAvailableGroups()
           
 java.util.List<NuxeoGroup> UserManager.getAvailableGroups()
          Deprecated. use UserManager.getGroupIds() or #searchGroups(Map, Set)
 java.util.List<NuxeoGroup> UserManagerImpl.searchGroups(java.lang.String pattern)
           
 java.util.List<NuxeoGroup> FakeUserManagerImpl.searchGroups(java.lang.String pattern)
           
 java.util.List<NuxeoGroup> UserManager.searchGroups(java.lang.String pattern)
          Deprecated. see UserManager.searchGroups(String)
 

Methods in org.nuxeo.ecm.platform.usermanager with parameters of type NuxeoGroup
 void UserManagerImpl.createGroup(NuxeoGroup group)
           
 void FakeUserManagerImpl.createGroup(NuxeoGroup group)
           
 void UserManager.createGroup(NuxeoGroup group)
          Deprecated. use UserManager.createGroup(DocumentModel)
 void UserManagerImpl.deleteGroup(NuxeoGroup group)
           
 void FakeUserManagerImpl.deleteGroup(NuxeoGroup group)
           
 void UserManager.deleteGroup(NuxeoGroup group)
          Deprecated. use UserManager.deleteGroup(DocumentModel)
 void UserManagerImpl.updateGroup(NuxeoGroup group)
           
 void FakeUserManagerImpl.updateGroup(NuxeoGroup group)
           
 void UserManager.updateGroup(NuxeoGroup group)
          Deprecated. use UserManager.updateGroup(DocumentModel)
 

Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager.ejb
 

Methods in org.nuxeo.ecm.platform.usermanager.ejb that return NuxeoGroup
 NuxeoGroup UserManagerBean.getGroup(java.lang.String groupName)
           
 

Methods in org.nuxeo.ecm.platform.usermanager.ejb that return types with arguments of type NuxeoGroup
 java.util.List<NuxeoGroup> UserManagerBean.getAvailableGroups()
           
 java.util.List<NuxeoGroup> UserManagerBean.searchGroups(java.lang.String pattern)
           
 

Methods in org.nuxeo.ecm.platform.usermanager.ejb with parameters of type NuxeoGroup
 void UserManagerBean.createGroup(NuxeoGroup group)
           
 void UserManagerBean.deleteGroup(NuxeoGroup group)
           
 void UserManagerBean.updateGroup(NuxeoGroup group)
           
 

Uses of NuxeoGroup in org.nuxeo.ecm.webengine.admin
 

Methods in org.nuxeo.ecm.webengine.admin that return types with arguments of type NuxeoGroup
 java.util.List<NuxeoGroup> UserService.getGroups()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.