Uses of Interface
info.magnolia.cms.security.Group

Packages that use Group
info.magnolia.cms.security   
 

Uses of Group in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement Group
 class MgnlGroup
          A group stored in the ContentRepository.USER_GROUPS workspace.
 

Methods in info.magnolia.cms.security that return Group
 Group MgnlGroupManager.createGroup(String name)
           
 Group GroupManager.createGroup(String name)
           
 Group MgnlGroupManager.getGroup(String name)
           
 Group GroupManager.getGroup(String name)
           
protected  Group MgnlGroupManager.newGroupInstance(Content node)
           
 

Methods in info.magnolia.cms.security that return types with arguments of type Group
 Collection<Group> MgnlGroupManager.getAllGroups()
           
 Collection<Group> GroupManager.getAllGroups()
          Get all groups defined in the system.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.