org.opencrx.application.shop1.cci2
Interface GetDocumentsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetDocumentsParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate contentLanguage()
          Adds a constraint to the predicate for GetDocumentsParams testing whether the value of the feature contentLanguage is null or not.
 OptionalFeaturePredicate folderName()
          Adds a constraint to the predicate for GetDocumentsParams testing whether the value of the feature folderName is null or not.
 ComparableTypePredicate<Integer> forAllContentLanguage()
          Adds a condition for the feature contentLanguage to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.
 StringTypePredicate forAllFolderName()
          Adds a condition for the feature folderName to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature folderName satisfies the given condition.
 SimpleTypeOrder orderByContentLanguage()
          Allows to adds a sort instruction for GetDocumentsParams depending the feature contentLanguage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFolderName()
          Allows to adds a sort instruction for GetDocumentsParams depending the feature folderName Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Integer> thereExistsContentLanguage()
          Adds a condition for the feature contentLanguage to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature contentLanguage satisfies the given condition.
 StringTypePredicate thereExistsFolderName()
          Adds a condition for the feature folderName to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature folderName satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

contentLanguage

OptionalFeaturePredicate contentLanguage()
Adds a constraint to the predicate for GetDocumentsParams 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 GetDocumentsParams, 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 GetDocumentsParams, 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 GetDocumentsParams depending the feature contentLanguage Note: The order in which orderBy… instructions are given is relevant!


folderName

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


thereExistsFolderName

StringTypePredicate thereExistsFolderName()
Adds a condition for the feature folderName to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature folderName satisfies the given condition.

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


forAllFolderName

StringTypePredicate forAllFolderName()
Adds a condition for the feature folderName to the predicate for GetDocumentsParams, which evaluates to false unless the value of the feature folderName satisfies the given condition.

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


orderByFolderName

SimpleTypeOrder orderByFolderName()
Allows to adds a sort instruction for GetDocumentsParams depending the feature folderName 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.