|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetDocumentsParamsQuery
| 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 |
|---|
OptionalFeaturePredicate contentLanguage()
GetDocumentsParams testing whether the value of the feature contentLanguage is null or not.
ComparableTypePredicate<Integer> thereExistsContentLanguage()
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
ComparableTypePredicate<Integer> forAllContentLanguage()
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
SimpleTypeOrder orderByContentLanguage()
GetDocumentsParams depending the feature contentLanguage
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate folderName()
GetDocumentsParams testing whether the value of the feature folderName is null or not.
StringTypePredicate thereExistsFolderName()
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
StringTypePredicate forAllFolderName()
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
SimpleTypeOrder orderByFolderName()
GetDocumentsParams depending the feature folderName
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||