com.atlassian.jira.issue.customfields.converters
Interface GroupConverter

All Known Subinterfaces:
MultiGroupConverter
All Known Implementing Classes:
GroupConverterImpl, MultiGroupConverterImpl

@Internal
public interface GroupConverter


Method Summary
 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)
           
 

Method Detail

getString

String getString(com.atlassian.crowd.embedded.api.Group group)

getGroup

com.atlassian.crowd.embedded.api.Group getGroup(String stringValue)
                                                throws FieldValidationException
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. Use getGroup(String) instead. Since v5.0.

Get the Group Object from the group name

Parameters:
stringValue -
Returns:
Throws:
FieldValidationException


Copyright © 2002-2012 Atlassian. All Rights Reserved.