|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentTQuery
| 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 |
|---|
OptionalFeaturePredicate content()
DocumentT testing whether the value of the feature content is null or not.
AnyTypePredicate thereExistsContent()
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
AnyTypePredicate forAllContent()
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
SimpleTypeOrder orderByContent()
DocumentT depending the feature content
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate contentLanguage()
DocumentT testing whether the value of the feature contentLanguage is null or not.
ComparableTypePredicate<Integer> thereExistsContentLanguage()
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
ComparableTypePredicate<Integer> forAllContentLanguage()
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
SimpleTypeOrder orderByContentLanguage()
DocumentT depending the feature contentLanguage
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate contentMimeType()
DocumentT testing whether the value of the feature contentMimeType is null or not.
StringTypePredicate thereExistsContentMimeType()
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
StringTypePredicate forAllContentMimeType()
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
SimpleTypeOrder orderByContentMimeType()
DocumentT depending the feature contentMimeType
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate contentName()
DocumentT testing whether the value of the feature contentName is null or not.
StringTypePredicate thereExistsContentName()
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
StringTypePredicate forAllContentName()
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
SimpleTypeOrder orderByContentName()
DocumentT depending the feature contentName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate name()
DocumentT testing whether the value of the feature name is null or not.
StringTypePredicate thereExistsName()
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
StringTypePredicate forAllName()
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
SimpleTypeOrder orderByName()
DocumentT depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate title()
DocumentT testing whether the value of the feature title is null or not.
StringTypePredicate thereExistsTitle()
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
StringTypePredicate forAllTitle()
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
SimpleTypeOrder orderByTitle()
DocumentT depending the feature title
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 | |||||||||