public static interface DocumentDeleteQuery.DocumentDeleteNameCondition
<T> DocumentDeleteQuery.DocumentDeleteWhere eq(T value)
Condition.EQUALST - the typevalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is nullDocumentDeleteQuery.DocumentDeleteWhere like(String value)
Condition.LIKEvalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is null<T> DocumentDeleteQuery.DocumentDeleteWhere gt(T value)
Condition.GREATER_THANT - the typevalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is null<T> DocumentDeleteQuery.DocumentDeleteWhere gte(T value)
Condition.GREATER_EQUALS_THANT - the typevalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is null<T> DocumentDeleteQuery.DocumentDeleteWhere lt(T value)
Condition.LESSER_THANT - the typevalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is null<T> DocumentDeleteQuery.DocumentDeleteWhere lte(T value)
Condition.LESSER_EQUALS_THANT - the typevalue - the value to the conditionDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is null<T> DocumentDeleteQuery.DocumentDeleteWhere between(T valueA, T valueB)
Condition.EQUALST - the typevalueA - the values within a given rangevalueB - the values within a given rangeDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when either valueA or valueB are null<T> DocumentDeleteQuery.DocumentDeleteWhere in(Iterable<T> values)
Condition.INT - the typevalues - the valuesDocumentDeleteQuery.DocumentDeleteWhereNullPointerException - when value is nullDocumentDeleteQuery.DocumentDeleteNotCondition not()
Condition.NOTCopyright © 2017–2020 Eclipse Foundation. All rights reserved.