Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
Group |
Group.setDescription(String description)
Set description
|
Group |
Group.setName(String name)
Set group name
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
Group.getChildren()
List of child groups
|
List<Group> |
Workflow.getGroups() |
List<Group> |
User.getGroups()
Groups the user is member of
|
Modifier and Type | Method and Description |
---|---|
void |
Group.setChildren(List<Group> children)
Set the children
|
void |
Workflow.setGroups(List<Group> groups) |
User |
User.setGroups(List<Group> groups)
Set groups
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupLoadResponse.getGroup()
Get the group
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsResponse.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
GroupLoadResponse.setGroup(Group group)
Set the group
|
Modifier and Type | Method and Description |
---|---|
void |
GroupsResponse.setGroups(List<Group> groups) |
Constructor and Description |
---|
GroupLoadResponse(Message message,
ResponseInfo responseInfo,
Group group)
Create instance with message, response info and group
|
Modifier and Type | Method and Description |
---|---|
GroupLoadResponse |
GroupResource.add(String id,
Group group)
Create subgroup
|
GroupLoadResponse |
GroupResource.update(String id,
Group group)
Update a group
|
Copyright © 2024 Gentics Software. All rights reserved.