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

All Known Subinterfaces:
MultiUserConverter
All Known Implementing Classes:
MultiUserConverterImpl, UserConverterImpl

public interface UserConverter

Converts between User objects and Strings for storage and retrieval of Custom Field values.


Method Summary
 String getString(User user)
           
 User getUser(String stringValue)
           
 UserManager getUserManager()
          Deprecated. - Get hold of a UserUtil from the Component Manager instead. Deprecated since v4.0.
 

Method Detail

getString

String getString(User user)

getUser

User getUser(String stringValue)
             throws FieldValidationException
Throws:
FieldValidationException

getUserManager

@Deprecated
UserManager getUserManager()
Deprecated. - Get hold of a UserUtil from the Component Manager instead. Deprecated since v4.0.

Returns:
UserManager


Copyright © 2002-2009 Atlassian. All Rights Reserved.