@Internal public interface

SelectConverter

com.atlassian.jira.issue.customfields.converters.SelectConverter
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Constants
String ALL_STRING
Fields
public static final Long ALL_LONG
Public Methods
Option getObject(String stringValue)
SearchContext getPossibleSearchContextFromValue(Option value, CustomField customField)
String getString(Option value)

Constants

public static final String ALL_STRING

Constant Value: "-1"

Fields

public static final Long ALL_LONG

Public Methods

public Option getObject (String stringValue)

public SearchContext getPossibleSearchContextFromValue (Option value, CustomField customField)

public String getString (Option value)