@Internal
public interface GroupConverter
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)
Deprecated.
Use
getGroup(String) instead. Since v5.0. |
String |
getString(com.atlassian.crowd.embedded.api.Group group) |
String getString(com.atlassian.crowd.embedded.api.Group group)
com.atlassian.crowd.embedded.api.Group getGroup(String stringValue) throws FieldValidationException
stringValue
- FieldValidationException
com.atlassian.crowd.embedded.api.Group getGroupObject(String stringValue) throws FieldValidationException
getGroup(String)
instead. Since v5.0.stringValue
- FieldValidationException
Copyright © 2002-2017 Atlassian. All Rights Reserved.