-
public final class ParseQuery extends ApplicationScopedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringqueryprivate final BooleancheckExistingQueryprivate final Stringstateprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Constructor Summary
Constructors Constructor Description ParseQuery(String query, Boolean checkExistingQuery, String state)
-
Method Summary
Modifier and Type Method Description final ParseQuerytoQuery()final Stringcomponent1()final Booleancomponent2()final Stringcomponent3()final ParseQuerycopy(String query, Boolean checkExistingQuery, String state)final StringgetQuery()final BooleangetCheckExistingQuery()final StringgetState()final LocalegetCurrentLanguage()final StringgetNamespace()final StringgetApplicationName()final LocalegetLanguage()-
-
Method Detail
-
toQuery
final ParseQuery toQuery()
-
component1
final String component1()
-
component2
final Boolean component2()
-
component3
final String component3()
-
copy
final ParseQuery copy(String query, Boolean checkExistingQuery, String state)
-
getCheckExistingQuery
final Boolean getCheckExistingQuery()
-
getCurrentLanguage
final Locale getCurrentLanguage()
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
-
-
-