Uses of Class
com.gentics.contentnode.rest.model.Group
-
Packages that use Group Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of Group in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Group Modifier and Type Method Description Group
Group. setDescription(String description)
Set descriptionGroup
Group. setName(String name)
Set group nameMethods in com.gentics.contentnode.rest.model that return types with arguments of type Group Modifier and Type Method Description List<Group>
Group. getChildren()
List of child groupsList<Group>
User. getGroups()
Groups the user is member ofList<Group>
Workflow. getGroups()
Method parameters in com.gentics.contentnode.rest.model with type arguments of type Group Modifier and Type Method Description void
Group. setChildren(List<Group> children)
Set the childrenUser
User. setGroups(List<Group> groups)
Set groupsvoid
Workflow. setGroups(List<Group> groups)
-
Uses of Group in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Group Modifier and Type Method Description Group
GroupLoadResponse. getGroup()
Get the groupMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type Group Modifier and Type Method Description List<Group>
GroupsResponse. getGroups()
Methods in com.gentics.contentnode.rest.model.response with parameters of type Group Modifier and Type Method Description void
GroupLoadResponse. setGroup(Group group)
Set the groupMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type Group Modifier and Type Method Description void
GroupsResponse. setGroups(List<Group> groups)
Constructors in com.gentics.contentnode.rest.model.response with parameters of type Group Constructor Description GroupLoadResponse(Message message, ResponseInfo responseInfo, Group group)
Create instance with message, response info and group -
Uses of Group in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type Group Modifier and Type Method Description GroupLoadResponse
GroupResource. add(String id, Group group)
Create subgroupGroupLoadResponse
GroupResource. update(String id, Group group)
Update a group
-