org.opencrx.application.shop1.cci2
Interface DocumentTQuery

All Superinterfaces:
AnyTypePredicate

public interface DocumentTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate content()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature content is null or not.
 OptionalFeaturePredicate contentLanguage()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature contentLanguage is null or not.
 OptionalFeaturePredicate contentMimeType()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature contentMimeType is null or not.
 OptionalFeaturePredicate contentName()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature contentName is null or not.
 AnyTypePredicate forAllContent()
          Adds a condition for the feature content to the predicate for DocumentT, which evaluates to false unless the value of the feature content satisfies the given condition.
 ComparableTypePredicate<Integer> forAllContentLanguage()
          Adds a condition for the feature contentLanguage to the predicate for DocumentT, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.
 StringTypePredicate forAllContentMimeType()
          Adds a condition for the feature contentMimeType to the predicate for DocumentT, which evaluates to false unless the value of the feature contentMimeType satisfies the given condition.
 StringTypePredicate forAllContentName()
          Adds a condition for the feature contentName to the predicate for DocumentT, which evaluates to false unless the value of the feature contentName satisfies the given condition.
 StringTypePredicate forAllName()
          Adds a condition for the feature name to the predicate for DocumentT, which evaluates to false unless the value of the feature name satisfies the given condition.
 StringTypePredicate forAllTitle()
          Adds a condition for the feature title to the predicate for DocumentT, which evaluates to false unless the value of the feature title satisfies the given condition.
 OptionalFeaturePredicate name()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature name is null or not.
 SimpleTypeOrder orderByContent()
          Allows to adds a sort instruction for DocumentT depending the feature content Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContentLanguage()
          Allows to adds a sort instruction for DocumentT depending the feature contentLanguage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContentMimeType()
          Allows to adds a sort instruction for DocumentT depending the feature contentMimeType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContentName()
          Allows to adds a sort instruction for DocumentT depending the feature contentName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for DocumentT depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTitle()
          Allows to adds a sort instruction for DocumentT depending the feature title Note: The order in which orderBy… instructions are given is relevant!
 AnyTypePredicate thereExistsContent()
          Adds a condition for the feature content to the predicate for DocumentT, which evaluates to false unless the value of the feature content satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsContentLanguage()
          Adds a condition for the feature contentLanguage to the predicate for DocumentT, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.
 StringTypePredicate thereExistsContentMimeType()
          Adds a condition for the feature contentMimeType to the predicate for DocumentT, which evaluates to false unless the value of the feature contentMimeType satisfies the given condition.
 StringTypePredicate thereExistsContentName()
          Adds a condition for the feature contentName to the predicate for DocumentT, which evaluates to false unless the value of the feature contentName satisfies the given condition.
 StringTypePredicate thereExistsName()
          Adds a condition for the feature name to the predicate for DocumentT, which evaluates to false unless the value of the feature name satisfies the given condition.
 StringTypePredicate thereExistsTitle()
          Adds a condition for the feature title to the predicate for DocumentT, which evaluates to false unless the value of the feature title satisfies the given condition.
 OptionalFeaturePredicate title()
          Adds a constraint to the predicate for DocumentT testing whether the value of the feature title is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

content

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


thereExistsContent

AnyTypePredicate thereExistsContent()
Adds a condition for the feature content to the predicate for DocumentT, which evaluates to false unless the value of the feature content satisfies the given condition.

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


forAllContent

AnyTypePredicate forAllContent()
Adds a condition for the feature content to the predicate for DocumentT, which evaluates to false unless the value of the feature content satisfies the given condition.

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


orderByContent

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


contentLanguage

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


thereExistsContentLanguage

ComparableTypePredicate<Integer> thereExistsContentLanguage()
Adds a condition for the feature contentLanguage to the predicate for DocumentT, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.

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


forAllContentLanguage

ComparableTypePredicate<Integer> forAllContentLanguage()
Adds a condition for the feature contentLanguage to the predicate for DocumentT, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.

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


orderByContentLanguage

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


contentMimeType

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


thereExistsContentMimeType

StringTypePredicate thereExistsContentMimeType()
Adds a condition for the feature contentMimeType to the predicate for DocumentT, which evaluates to false unless the value of the feature contentMimeType satisfies the given condition.

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


forAllContentMimeType

StringTypePredicate forAllContentMimeType()
Adds a condition for the feature contentMimeType to the predicate for DocumentT, which evaluates to false unless the value of the feature contentMimeType satisfies the given condition.

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


orderByContentMimeType

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


contentName

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


thereExistsContentName

StringTypePredicate thereExistsContentName()
Adds a condition for the feature contentName to the predicate for DocumentT, which evaluates to false unless the value of the feature contentName satisfies the given condition.

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


forAllContentName

StringTypePredicate forAllContentName()
Adds a condition for the feature contentName to the predicate for DocumentT, which evaluates to false unless the value of the feature contentName satisfies the given condition.

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


orderByContentName

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


name

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


thereExistsName

StringTypePredicate thereExistsName()
Adds a condition for the feature name to the predicate for DocumentT, which evaluates to false unless the value of the feature name satisfies the given condition.

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


forAllName

StringTypePredicate forAllName()
Adds a condition for the feature name to the predicate for DocumentT, which evaluates to false unless the value of the feature name satisfies the given condition.

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


orderByName

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


title

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


thereExistsTitle

StringTypePredicate thereExistsTitle()
Adds a condition for the feature title to the predicate for DocumentT, which evaluates to false unless the value of the feature title satisfies the given condition.

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


forAllTitle

StringTypePredicate forAllTitle()
Adds a condition for the feature title to the predicate for DocumentT, which evaluates to false unless the value of the feature title satisfies the given condition.

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


orderByTitle

SimpleTypeOrder orderByTitle()
Allows to adds a sort instruction for DocumentT depending the feature title 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.