Interface GroupConverter
- All Known Subinterfaces:
MultiGroupConverter
- All Known Implementing Classes:
GroupConverterImpl,MultiGroupConverterImpl
@Internal
public interface GroupConverter
-
Method Summary
-
Method Details
-
getString
-
getGroup
Get the Group Object from the group name- Parameters:
stringValue-- Returns:
- Throws:
FieldValidationException
-
getGroupObject
com.atlassian.crowd.embedded.api.Group getGroupObject(String stringValue) throws FieldValidationException Deprecated.UsegetGroup(String)instead. Since v5.0.Get the Group Object from the group name- Parameters:
stringValue-- Returns:
- Throws:
FieldValidationException
-
getGroup(String)instead.