com.atlassian.jira.bc.issue.search
Class SearchService.ParseResult

java.lang.Object
  extended by com.atlassian.jira.bc.issue.search.SearchService.ParseResult
Enclosing interface:
SearchService

@PublicApi
public static final class SearchService.ParseResult
extends Object


Constructor Summary
SearchService.ParseResult(Query query, MessageSet errors)
           
 
Method Summary
 MessageSet getErrors()
           
 Query getQuery()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchService.ParseResult

public SearchService.ParseResult(Query query,
                                 MessageSet errors)
Method Detail

getQuery

public Query getQuery()
Returns:
the JQL Query parsed, or null if the query string was not valid.

getErrors

public MessageSet getErrors()

isValid

public boolean isValid()


Copyright © 2002-2013 Atlassian. All Rights Reserved.