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.
 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 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.
 StringTypePredicate forAllReferenceFilter()
          Adds a condition for the feature referenceFilter to the predicate for ExportProfile, which evaluates to false unless the value of the feature referenceFilter 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.
 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!
 MultivaluedTypeOrder orderByForClass()
          Allows to adds a sort instruction for ExportProfile depending the feature forClass 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!
 SimpleTypeOrder orderByReferenceFilter()
          Allows to adds a sort instruction for ExportProfile depending the feature referenceFilter Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate referenceFilter()
          Adds a constraint to the predicate for ExportProfile testing whether the value of the feature referenceFilter is null or not.
 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 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.
 StringTypePredicate thereExistsReferenceFilter()
          Adds a condition for the feature referenceFilter to the predicate for ExportProfile, which evaluates to false unless the value of the feature referenceFilter 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!


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


orderByForClass

MultivaluedTypeOrder orderByForClass()
Allows to adds a sort instruction for ExportProfile depending the feature forClass 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!


referenceFilter

OptionalFeaturePredicate referenceFilter()
Adds a constraint to the predicate for ExportProfile 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 ExportProfile, 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 ExportProfile, 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 ExportProfile depending the feature referenceFilter 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.