Uses of Class
com.gentics.contentnode.rest.model.Group

Packages that use Group
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.model.response   
 

Uses of Group in com.gentics.contentnode.rest.model
 

Methods in com.gentics.contentnode.rest.model that return types with arguments of type Group
 java.util.List<Group> Group.getChildren()
          List of child groups
 java.util.List<Group> Workflow.getGroups()
           
 java.util.List<Group> User.getGroups()
          Groups the user is member of
 

Method parameters in com.gentics.contentnode.rest.model with type arguments of type Group
 void Group.setChildren(java.util.List<Group> children)
          Set the children
 void Workflow.setGroups(java.util.List<Group> groups)
           
 void User.setGroups(java.util.List<Group> groups)
           
 

Uses of Group in com.gentics.contentnode.rest.model.response
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Group
 java.util.List<Group> GroupsResponse.getGroups()
           
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Group
 void GroupsResponse.setGroups(java.util.List<Group> groups)
           
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.