|
|
fun contentTag(value: String): Unit |
|
|
fun damAsset(): Unit |
|
|
fun damAssetContent(): Unit |
|
|
fun depth(value: Int): Unit |
|
|
fun file(): Unit |
|
|
fun fullText(value: String, relativePath: String? = null): Unit |
|
|
fun name(wildcardPattern: String): Unit |
|
|
fun page(): Unit |
|
|
fun pageContent(): Unit |
|
|
fun param(definer: QueryParams.() -> Unit): Unit |
|
|
fun path(value: String): Unit |
|
|
fun property(name: String, value: String): Unit |
|
|
fun propertyContains(name: String, values: Iterable<String>, all: Boolean = true): Unit
fun propertyContains(name: String, vararg values: String, all: Boolean = true): Unit |
|
|
fun propertyEquals(name: String, value: String, ignoreCase: Boolean = false): Unit |
|
|
fun propertyExists(name: String): Unit |
|
|
fun propertyLike(name: String, value: String): Unit |
|
|
fun propertyNot(name: String): Unit |
|
|
fun propertyNotEquals(name: String, value: String, ignoreCase: Boolean = false): Unit |
|
|
fun propertyNotExists(name: String): Unit |
|
|
fun propertyWhere(name: String, value: String? = null, operation: String? = null): Unit |
|
|
fun tag(value: String, property: String? = null): Unit |
|
|
fun type(value: String): Unit |