public class GroupConverterImpl extends Object implements GroupConverter
| Constructor and Description |
|---|
GroupConverterImpl(GroupManager groupManager) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.crowd.embedded.api.Group |
getGroup(String stringValue)
Get the Group Object from the group name
|
com.atlassian.crowd.embedded.api.Group |
getGroupObject(String stringValue)
Get the Group Object from the group name
|
String |
getString(com.atlassian.crowd.embedded.api.Group group) |
public GroupConverterImpl(GroupManager groupManager)
public String getString(com.atlassian.crowd.embedded.api.Group group)
getString in interface GroupConverterpublic com.atlassian.crowd.embedded.api.Group getGroup(String stringValue) throws FieldValidationException
GroupConvertergetGroup in interface GroupConverterFieldValidationExceptionpublic com.atlassian.crowd.embedded.api.Group getGroupObject(String stringValue) throws FieldValidationException
GroupConvertergetGroupObject in interface GroupConverterFieldValidationExceptionCopyright © 2002-2017 Atlassian. All Rights Reserved.