com.atlassian.jira.jql.permission
Class LiteralSanitiser.Result

java.lang.Object
  extended by com.atlassian.jira.jql.permission.LiteralSanitiser.Result
Enclosing interface:
LiteralSanitiser

public static class LiteralSanitiser.Result
extends Object

Dictates the result of sanitising a list of QueryLiterals. If no modifications were made on the input, then the value returned by getLiterals() is not guaranteed to be meaningful.


Constructor Summary
LiteralSanitiser.Result(boolean modified, List<QueryLiteral> literals)
           
 
Method Summary
 List<QueryLiteral> getLiterals()
           
 boolean isModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralSanitiser.Result

public LiteralSanitiser.Result(boolean modified,
                               List<QueryLiteral> literals)
Method Detail

isModified

public boolean isModified()

getLiterals

public List<QueryLiteral> getLiterals()


Copyright © 2002-2014 Atlassian. All Rights Reserved.