Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Uses of NuxeoGroup in org.nuxeo.ecm.automation.features
 

Methods in org.nuxeo.ecm.automation.features with parameters of type NuxeoGroup
 void PrincipalHelper.EmailCollector.collect(NuxeoGroup group)
           
 void PrincipalHelper.resolveGroups(NuxeoGroup group, org.nuxeo.ecm.automation.features.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(String groupName)
           
 NuxeoGroup ComputedGroupsService.getComputedGroup(String groupName)
          Resolves a computed group by it's name.
 NuxeoGroup UserManagerWithComputedGroups.getGroup(String groupName)
           
 

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

Methods in org.nuxeo.ecm.platform.usermanager that return NuxeoGroup
 NuxeoGroup UserManagerImpl.getGroup(String groupName)
           
 NuxeoGroup FakeUserManagerImpl.getGroup(String groupName)
           
 NuxeoGroup UserManager.getGroup(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
 List<NuxeoGroup> UserManagerImpl.getAvailableGroups()
           
 List<NuxeoGroup> FakeUserManagerImpl.getAvailableGroups()
           
 List<NuxeoGroup> UserManager.getAvailableGroups()
          Deprecated. use UserManager.getGroupIds() or UserManager.searchGroups(Map, Set)
 

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.webengine.admin
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.