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

All Known Subinterfaces:
MultiGroupConverter

public interface GroupConverter


Method Summary
 Group getGroup(String stringValue)
          Deprecated. Use getGroupObject(String stringValue). Since 4.3
 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)
           
 String getString(Group group)
           
 

Method Detail

getString

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

getString

String getString(Group group)

getGroup

Group getGroup(String stringValue)
               throws FieldValidationException
Deprecated. Use getGroupObject(String stringValue). Since 4.3

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
Get the Group Object from the group name

Parameters:
stringValue -
Returns:
Throws:
FieldValidationException


Copyright © 2002-2011 Atlassian. All Rights Reserved.