|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportProfileQuery
Method Summary | |
---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ExportProfile testing whether the value of the feature description is null or not. |
OptionalFeaturePredicate |
exportParams()
Adds a constraint to the predicate for ExportProfile testing whether the value of the feature exportParams 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 |
forAllExportParams()
Adds a condition for the feature exportParams to the predicate for ExportProfile , which evaluates to false unless the value of the feature exportParams 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. |
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. |
ComparableTypePredicate<Short> |
locale()
|
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! |
SimpleTypeOrder |
orderByExportParams()
Allows to adds a sort instruction for ExportProfile depending the feature exportParams
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByLocale()
Allows to adds a sort instruction for ExportProfile depending the feature locale
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! |
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 |
thereExistsExportParams()
Adds a condition for the feature exportParams to the predicate for ExportProfile , which evaluates to false unless the value of the feature exportParams 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. |
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 |
---|
OptionalFeaturePredicate description()
ExportProfile
testing whether the value of the feature description
is null
or not.
StringTypePredicate thereExistsDescription()
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
StringTypePredicate forAllDescription()
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
SimpleTypeOrder orderByDescription()
ExportProfile
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate exportParams()
ExportProfile
testing whether the value of the feature exportParams
is null
or not.
StringTypePredicate thereExistsExportParams()
exportParams
to the predicate for ExportProfile
, which evaluates to false
unless the value of the feature exportParams
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllExportParams()
exportParams
to the predicate for ExportProfile
, which evaluates to false
unless the value of the feature exportParams
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByExportParams()
ExportProfile
depending the feature exportParams
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate forClass()
ExportProfile
testing whether the feature forClass
has values or not.
StringTypePredicate thereExistsForClass()
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
StringTypePredicate forAllForClass()
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
ComparableTypePredicate<Short> locale()
SimpleTypeOrder orderByLocale()
ExportProfile
depending the feature locale
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate mimeType()
ExportProfile
testing whether the value of the feature mimeType
is null
or not.
StringTypePredicate thereExistsMimeType()
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
StringTypePredicate forAllMimeType()
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
SimpleTypeOrder orderByMimeType()
ExportProfile
depending the feature mimeType
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
ExportProfile
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate template()
ExportProfile
testing whether the value of the feature template
is null
or not.
DocumentQuery thereExistsTemplate()
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
DocumentQuery forAllTemplate()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |