|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportItemAdvancedParamsQuery
| Method Summary | |
|---|---|
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. |
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. |
OptionalFeaturePredicate |
itemMimeType()
Adds a constraint to the predicate for ExportItemAdvancedParams testing whether the value of the feature itemMimeType is null or not. |
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! |
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! |
OptionalFeaturePredicate |
referenceFilter()
Adds a constraint to the predicate for ExportItemAdvancedParams testing whether the value of the feature referenceFilter is null or not. |
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. |
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. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate itemMimeType()
ExportItemAdvancedParams testing whether the value of the feature itemMimeType is null or not.
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
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
SimpleTypeOrder orderByItemMimeType()
ExportItemAdvancedParams depending the feature itemMimeType
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate referenceFilter()
ExportItemAdvancedParams testing whether the value of the feature referenceFilter is null or not.
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
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
SimpleTypeOrder orderByReferenceFilter()
ExportItemAdvancedParams depending the feature referenceFilter
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||