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 GroupConverter
public com.atlassian.crowd.embedded.api.Group getGroup(String stringValue) throws FieldValidationException
GroupConverter
getGroup
in interface GroupConverter
FieldValidationException
public com.atlassian.crowd.embedded.api.Group getGroupObject(String stringValue) throws FieldValidationException
GroupConverter
getGroupObject
in interface GroupConverter
FieldValidationException
Copyright © 2002-2017 Atlassian. All Rights Reserved.