public class UserGroupEvent extends Object
DocumentService| Constructor and Description |
|---|
UserGroupEvent(String userId) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getGroups()
Returns the current list of groups
|
String |
getUserId() |
void |
reset()
This method empties the current group list
|
void |
setGroups(List<String> groups)
This method adds a new list of groups to the current group list.
|
void |
setUserId(String userId) |
public UserGroupEvent(String userId)
public String getUserId()
public void setUserId(String userId)
public void setGroups(List<String> groups)
To reset the current group list a observer can call the method reset.
groups - public void reset()
Copyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.