-
public final class QueryCriteria extends QueryParams
-
-
Field Summary
Fields Modifier and Type Field Description private final Integeroffsetprivate final Integerlimitprivate final StringqueryStringprivate final IntegerparamIndexprivate final Booleanenumerated
-
Constructor Summary
Constructors Constructor Description QueryCriteria()
-
Method Summary
-
Methods inherited from class com.cognifide.gradle.aem.common.instance.service.repository.QueryCriteria
contentTag, damAsset, damAssetContent, depth, file, fullText, name, page, pageContent, param, path, property, propertyContains, propertyContains, propertyEquals, propertyExists, propertyLike, propertyNot, propertyNotEquals, propertyNotExists, propertyWhere, tag, type -
Methods inherited from class com.cognifide.gradle.aem.common.instance.service.repository.QueryParams
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
or
final Unit or(Function1<QueryParams, Unit> paramsDefiner)
-
and
final Unit and(Function1<QueryParams, Unit> paramsDefiner)
-
orderByPath
final Unit orderByPath(Boolean desc)
-
orderByName
final Unit orderByName(Boolean desc)
-
orderByProperty
final Unit orderByProperty(String name, Boolean desc)
-
orderByScore
final Unit orderByScore(Boolean desc)
-
orderByLastModified
final Unit orderByLastModified(Boolean desc)
-
orderByContentLastModified
final Unit orderByContentLastModified(Boolean desc)
-
copy
final QueryCriteria copy()
-
forMore
final QueryCriteria forMore()
-
getQueryString
final String getQueryString()
-
getParamIndex
final Integer getParamIndex()
-
getEnumerated
final Boolean getEnumerated()
-
-
-
-