org.opencrx.kernel.base.cci2
Interface ExportItemAdvancedParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ExportItemAdvancedParamsQuery
extends AnyTypePredicate


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

itemMimeType

OptionalFeaturePredicate itemMimeType()
Adds a constraint to the predicate for ExportItemAdvancedParams testing whether the value of the feature itemMimeType is null or not.


thereExistsItemMimeType

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllItemMimeType

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByItemMimeType

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!


referenceFilter

OptionalFeaturePredicate referenceFilter()
Adds a constraint to the predicate for ExportItemAdvancedParams testing whether the value of the feature referenceFilter is null or not.


thereExistsReferenceFilter

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllReferenceFilter

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByReferenceFilter

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!



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.