public interface ExportItemAdvancedParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllItemMimeType()
Adds a condition for the feature
itemMimeType to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature itemMimeType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllReferenceFilter()
Adds a condition for the feature
referenceFilter to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature referenceFilter satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
itemMimeType()
Adds a constraint to the predicate for
ExportItemAdvancedParams testing whether the value of the feature itemMimeType is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByItemMimeType()
Allows to adds a sort instruction for
ExportItemAdvancedParams depending the feature itemMimeType
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByReferenceFilter()
Allows to adds a sort instruction for
ExportItemAdvancedParams depending the feature referenceFilter
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
referenceFilter()
Adds a constraint to the predicate for
ExportItemAdvancedParams testing whether the value of the feature referenceFilter is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsItemMimeType()
Adds a condition for the feature
itemMimeType to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature itemMimeType satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsReferenceFilter()
Adds a condition for the feature
referenceFilter to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature referenceFilter satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate itemMimeType()
ExportItemAdvancedParams testing whether the value of the feature itemMimeType is null or not.org.w3c.cci2.StringTypePredicate thereExistsItemMimeType()
itemMimeType to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature itemMimeType 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 forAllItemMimeType()
itemMimeType to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature itemMimeType 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 orderByItemMimeType()
ExportItemAdvancedParams depending the feature itemMimeType
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate referenceFilter()
ExportItemAdvancedParams testing whether the value of the feature referenceFilter is null or not.org.w3c.cci2.StringTypePredicate thereExistsReferenceFilter()
referenceFilter to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature referenceFilter 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 forAllReferenceFilter()
referenceFilter to the predicate for ExportItemAdvancedParams, which evaluates to false unless the value of the feature referenceFilter 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 orderByReferenceFilter()
ExportItemAdvancedParams depending the feature referenceFilter
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.