Class LiteralSanitiser.Result

java.lang.Object
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 Details

  • Method Details

    • isModified

      public boolean isModified()
    • getLiterals

      public List<QueryLiteral> getLiterals()