public class GroupUpdater extends Object implements Serializable
GroupGroup,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
GroupUpdater.GroupField
represents the available
Group fields |
| Constructor and Description |
|---|
GroupUpdater()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<GroupUpdater.GroupField,Serializable> |
getFields() |
int |
hashCode() |
String |
toString() |
GroupUpdater |
updateDescription(String description) |
GroupUpdater |
updateDisplayName(String displayName) |
GroupUpdater |
updateIcon(String filename,
byte[] content) |
GroupUpdater |
updateIconName(String iconName)
Deprecated.
since 7.3.0 use #updateIcon
|
GroupUpdater |
updateIconPath(String iconPath)
Deprecated.
since 7.3.0 use #updateIcon
|
GroupUpdater |
updateName(String name) |
GroupUpdater |
updateParentPath(String parentPath) |
public GroupUpdater updateName(String name)
name - The group's name to updatepublic GroupUpdater updateDisplayName(String displayName)
displayName - The group's display name to updatepublic GroupUpdater updateDescription(String description)
description - The group's description to update@Deprecated public GroupUpdater updateIconName(String iconName)
iconName - The group's icon name to update@Deprecated public GroupUpdater updateIconPath(String iconPath)
iconPath - The group's icon path to updatepublic GroupUpdater updateIcon(String filename, byte[] content)
public GroupUpdater updateParentPath(String parentPath)
parentPath - The group's parent path to updatepublic Map<GroupUpdater.GroupField,Serializable> getFields()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.