org.opencrx.kernel.base.cci2
Interface ExportProfileQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
ExportProfileQuery

public interface ExportProfileQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ExportProfile testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate exportParams()
          Adds a constraint to the predicate for ExportProfile testing whether the value of the feature exportParams is null or not.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ExportProfile, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate forAllExportParams()
          Adds a condition for the feature exportParams to the predicate for ExportProfile, which evaluates to false unless the value of the feature exportParams satisfies the given condition.
 StringTypePredicate forAllForClass()
          Adds a condition for the feature forClass to the predicate for ExportProfile, which evaluates to false unless the values of the feature forClass satisfy the given condition.
 StringTypePredicate forAllMimeType()
          Adds a condition for the feature mimeType to the predicate for ExportProfile, which evaluates to false unless the value of the feature mimeType satisfies the given condition.
 DocumentQuery forAllTemplate()
          Adds a condition for the feature template to the predicate for ExportProfile, which evaluates to false unless the value of the feature template satisfies the given condition.
 MultivaluedFeaturePredicate forClass()
          Adds a constraint to the predicate for ExportProfile testing whether the feature forClass has values or not.
 ComparableTypePredicate<Short> locale()
           
 OptionalFeaturePredicate mimeType()
          Adds a constraint to the predicate for ExportProfile testing whether the value of the feature mimeType is null or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ExportProfile depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByExportParams()
          Allows to adds a sort instruction for ExportProfile depending the feature exportParams Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByLocale()
          Allows to adds a sort instruction for ExportProfile depending the feature locale Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMimeType()
          Allows to adds a sort instruction for ExportProfile depending the feature mimeType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for ExportProfile depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate template()
          Adds a constraint to the predicate for ExportProfile testing whether the value of the feature template is null or not.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ExportProfile, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate thereExistsExportParams()
          Adds a condition for the feature exportParams to the predicate for ExportProfile, which evaluates to false unless the value of the feature exportParams satisfies the given condition.
 StringTypePredicate thereExistsForClass()
          Adds a condition for the feature forClass to the predicate for ExportProfile, which evaluates to false unless the values of the feature forClass satisfy the given condition.
 StringTypePredicate thereExistsMimeType()
          Adds a condition for the feature mimeType to the predicate for ExportProfile, which evaluates to false unless the value of the feature mimeType satisfies the given condition.
 DocumentQuery thereExistsTemplate()
          Adds a condition for the feature template to the predicate for ExportProfile, which evaluates to false unless the value of the feature template satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a condition for the feature description to the predicate for ExportProfile, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for ExportProfile, which evaluates to false unless the value of the feature description satisfies the given condition.

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


orderByDescription

SimpleTypeOrder orderByDescription()
Allows to adds a sort instruction for ExportProfile depending the feature description Note: The order in which orderBy… instructions are given is relevant!


exportParams

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


thereExistsExportParams

StringTypePredicate thereExistsExportParams()
Adds a condition for the feature exportParams to the predicate for ExportProfile, which evaluates to false unless the value of the feature exportParams satisfies the given condition.

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


forAllExportParams

StringTypePredicate forAllExportParams()
Adds a condition for the feature exportParams to the predicate for ExportProfile, which evaluates to false unless the value of the feature exportParams satisfies the given condition.

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


orderByExportParams

SimpleTypeOrder orderByExportParams()
Allows to adds a sort instruction for ExportProfile depending the feature exportParams Note: The order in which orderBy… instructions are given is relevant!


forClass

MultivaluedFeaturePredicate forClass()
Adds a constraint to the predicate for ExportProfile testing whether the feature forClass has values or not.


thereExistsForClass

StringTypePredicate thereExistsForClass()
Adds a condition for the feature forClass to the predicate for ExportProfile, which evaluates to false unless the values of the feature forClass 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


forAllForClass

StringTypePredicate forAllForClass()
Adds a condition for the feature forClass to the predicate for ExportProfile, which evaluates to false unless the values of the feature forClass 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


locale

ComparableTypePredicate<Short> locale()

orderByLocale

SimpleTypeOrder orderByLocale()
Allows to adds a sort instruction for ExportProfile depending the feature locale Note: The order in which orderBy… instructions are given is relevant!


mimeType

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


thereExistsMimeType

StringTypePredicate thereExistsMimeType()
Adds a condition for the feature mimeType to the predicate for ExportProfile, which evaluates to false unless the value of the feature mimeType satisfies the given condition.

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


forAllMimeType

StringTypePredicate forAllMimeType()
Adds a condition for the feature mimeType to the predicate for ExportProfile, which evaluates to false unless the value of the feature mimeType satisfies the given condition.

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


orderByMimeType

SimpleTypeOrder orderByMimeType()
Allows to adds a sort instruction for ExportProfile depending the feature mimeType Note: The order in which orderBy… instructions are given is relevant!


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for ExportProfile depending the feature name Note: The order in which orderBy… instructions are given is relevant!


template

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


thereExistsTemplate

DocumentQuery thereExistsTemplate()
Adds a condition for the feature template to the predicate for ExportProfile, which evaluates to false unless the value of the feature template satisfies the given condition.

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


forAllTemplate

DocumentQuery forAllTemplate()
Adds a condition for the feature template to the predicate for ExportProfile, which evaluates to false unless the value of the feature template satisfies the given condition.

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



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