|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Group
This type models groups of Users. Instances should be obtained through the GroupManager
methods. Instances typically are mutable because of the two set methods, and are not required to be
thread-safe.
| Method Summary | |
|---|---|
WmId |
getId()
|
java.lang.String |
getName()
|
Realm |
getRealm()
|
boolean |
getUseInDocuments()
|
int |
getWebsiteId()
|
void |
setName(java.lang.String name)
Changes the name of the group. |
void |
setUseInDocuments(boolean useInDocuments)
Changes whether this group is available in Documents. |
| Method Detail |
|---|
WmId getId()
Realm getRealm()
Realm to which this group belongsjava.lang.String getName()
void setName(java.lang.String name)
name - the new name of the groupint getWebsiteId()
boolean getUseInDocuments()
void setUseInDocuments(boolean useInDocuments)
useInDocuments - the new value for the setting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||