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, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCssClass, getImagePath, getImagePathHtml
public 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 Option
public com.atlassian.crowd.embedded.api.Group getGroup()
public List getChildOptions()
getChildOptions
in interface Option
getChildOptions
in class AbstractOption
Option
objects. (empty list if no children)public void addChildOption(AbstractChildOption childOption)
Copyright © 2002-2021 Atlassian. All Rights Reserved.