public interface SearchAdvancedParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
allWords()
Adds a constraint to the predicate for
SearchAdvancedParams testing whether the value of the feature allWords is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
atLeastOneOfTheWords()
Adds a constraint to the predicate for
SearchAdvancedParams testing whether the value of the feature atLeastOneOfTheWords is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllAllWords()
Adds a condition for the feature
allWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature allWords satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllAtLeastOneOfTheWords()
Adds a condition for the feature
atLeastOneOfTheWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature atLeastOneOfTheWords satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllWithoutWords()
Adds a condition for the feature
withoutWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature withoutWords satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByAllWords()
Allows to adds a sort instruction for
SearchAdvancedParams depending the feature allWords
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByAtLeastOneOfTheWords()
Allows to adds a sort instruction for
SearchAdvancedParams depending the feature atLeastOneOfTheWords
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByWithoutWords()
Allows to adds a sort instruction for
SearchAdvancedParams depending the feature withoutWords
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsAllWords()
Adds a condition for the feature
allWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature allWords satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsAtLeastOneOfTheWords()
Adds a condition for the feature
atLeastOneOfTheWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature atLeastOneOfTheWords satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsWithoutWords()
Adds a condition for the feature
withoutWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature withoutWords satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
withoutWords()
Adds a constraint to the predicate for
SearchAdvancedParams testing whether the value of the feature withoutWords is null or not. |
org.w3c.cci2.OptionalFeaturePredicate allWords()
SearchAdvancedParams testing whether the value of the feature allWords is null or not.org.w3c.cci2.StringTypePredicate thereExistsAllWords()
allWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature allWords 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.StringTypePredicate forAllAllWords()
allWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature allWords 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 orderByAllWords()
SearchAdvancedParams depending the feature allWords
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate atLeastOneOfTheWords()
SearchAdvancedParams testing whether the value of the feature atLeastOneOfTheWords is null or not.org.w3c.cci2.StringTypePredicate thereExistsAtLeastOneOfTheWords()
atLeastOneOfTheWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature atLeastOneOfTheWords 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.StringTypePredicate forAllAtLeastOneOfTheWords()
atLeastOneOfTheWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature atLeastOneOfTheWords 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 orderByAtLeastOneOfTheWords()
SearchAdvancedParams depending the feature atLeastOneOfTheWords
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate withoutWords()
SearchAdvancedParams testing whether the value of the feature withoutWords is null or not.org.w3c.cci2.StringTypePredicate thereExistsWithoutWords()
withoutWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature withoutWords 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.StringTypePredicate forAllWithoutWords()
withoutWords to the predicate for SearchAdvancedParams, which evaluates to false unless the value of the feature withoutWords 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 orderByWithoutWords()
SearchAdvancedParams depending the feature withoutWords
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.