public class GroupOption extends AbstractOption implements Option
| Constructor and Description |
|---|
GroupOption(com.atlassian.crowd.embedded.api.Group group) |
GroupOption(com.atlassian.crowd.embedded.api.Group group,
String alternateName) |
GroupOption(String alternateName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildOption(AbstractChildOption childOption) |
List |
getChildOptions()
get the users to be displayed under this groups option.
|
String |
getDescription() |
com.atlassian.crowd.embedded.api.Group |
getGroup() |
String |
getId() |
String |
getName()
return the name of this group.
|
String |
getRawName()
get the group name regardless of whether an alternate name has been set
|
compareTo, equals, getCssClass, getImagePath, getImagePathHtml, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCssClass, getImagePath, getImagePathHtmlpublic GroupOption(com.atlassian.crowd.embedded.api.Group group)
public GroupOption(String alternateName)
public GroupOption(com.atlassian.crowd.embedded.api.Group group,
String alternateName)
public String getName()
public String getRawName()
public String getDescription()
getDescription in interface Optionpublic com.atlassian.crowd.embedded.api.Group getGroup()
public List getChildOptions()
getChildOptions in interface OptiongetChildOptions in class AbstractOptionOption objects. (empty list if no children)public void addChildOption(AbstractChildOption childOption)
Copyright © 2002-2016 Atlassian. All Rights Reserved.