public interface UpdateIndexParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllIndexedAttributesExclude()
Adds a condition for the feature
indexedAttributesExclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesExclude satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllIndexedAttributesInclude()
Adds a condition for the feature
indexedAttributesInclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesInclude satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllKeywordLengthMax()
Adds a condition for the feature
keywordLengthMax to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMax satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllKeywordLengthMin()
Adds a condition for the feature
keywordLengthMin to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMin satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
indexedAttributesExclude()
Adds a constraint to the predicate for
UpdateIndexParams testing whether the feature indexedAttributesExclude has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
indexedAttributesInclude()
Adds a constraint to the predicate for
UpdateIndexParams testing whether the feature indexedAttributesInclude has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
keywordLengthMax()
Adds a constraint to the predicate for
UpdateIndexParams testing whether the value of the feature keywordLengthMax is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
keywordLengthMin()
Adds a constraint to the predicate for
UpdateIndexParams testing whether the value of the feature keywordLengthMin is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByKeywordLengthMax()
Allows to adds a sort instruction for
UpdateIndexParams depending the feature keywordLengthMax
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByKeywordLengthMin()
Allows to adds a sort instruction for
UpdateIndexParams depending the feature keywordLengthMin
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsIndexedAttributesExclude()
Adds a condition for the feature
indexedAttributesExclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesExclude satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsIndexedAttributesInclude()
Adds a condition for the feature
indexedAttributesInclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesInclude satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsKeywordLengthMax()
Adds a condition for the feature
keywordLengthMax to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMax satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsKeywordLengthMin()
Adds a condition for the feature
keywordLengthMin to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMin satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate indexedAttributesExclude()
UpdateIndexParams testing whether the feature indexedAttributesExclude has values or not.org.w3c.cci2.StringTypePredicate thereExistsIndexedAttributesExclude()
indexedAttributesExclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesExclude satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllIndexedAttributesExclude()
indexedAttributesExclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesExclude satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate indexedAttributesInclude()
UpdateIndexParams testing whether the feature indexedAttributesInclude has values or not.org.w3c.cci2.StringTypePredicate thereExistsIndexedAttributesInclude()
indexedAttributesInclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesInclude satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllIndexedAttributesInclude()
indexedAttributesInclude to the predicate for UpdateIndexParams, which evaluates to false unless the values of the feature indexedAttributesInclude satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate keywordLengthMax()
UpdateIndexParams testing whether the value of the feature keywordLengthMax is null or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsKeywordLengthMax()
keywordLengthMax to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMax satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Integer> forAllKeywordLengthMax()
keywordLengthMax to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMax satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByKeywordLengthMax()
UpdateIndexParams depending the feature keywordLengthMax
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate keywordLengthMin()
UpdateIndexParams testing whether the value of the feature keywordLengthMin is null or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsKeywordLengthMin()
keywordLengthMin to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMin satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Integer> forAllKeywordLengthMin()
keywordLengthMin to the predicate for UpdateIndexParams, which evaluates to false unless the value of the feature keywordLengthMin satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByKeywordLengthMin()
UpdateIndexParams depending the feature keywordLengthMin
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.