|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
content()
Adds a constraint to the predicate for Media testing
whether the feature content has values or not. |
OptionalFeaturePredicate |
contentLength()
Adds a constraint to the predicate for Media testing
whether the value of the feature contentLength is
null or not. |
OptionalFeaturePredicate |
contentMimeType()
Adds a constraint to the predicate for Media testing
whether the value of the feature contentMimeType is
null or not. |
OptionalFeaturePredicate |
contentName()
Adds a constraint to the predicate for Media testing
whether the value of the feature contentName is
null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Media testing
whether the value of the feature description is
null or not. |
AnyTypePredicate |
forAllContent()
Adds a condition for the feature content to the predicate
for Media, which evaluates to false unless
the values of the feature content satisfy the given
condition. |
ComparableTypePredicate<Long> |
forAllContentLength()
Adds a condition for the feature contentLength to the
predicate for Media, which evaluates to false
unless the value of the feature contentLength satisfies
the given condition. |
StringTypePredicate |
forAllContentMimeType()
Adds a condition for the feature contentMimeType to the
predicate for Media, 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 Media, which evaluates to false
unless the value of the feature contentName satisfies the
given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the
predicate for Media, which evaluates to false
unless the value of the feature description satisfies the
given condition. |
MultivaluedTypeOrder |
orderByContent()
Allows to adds a sort instruction for Media depending the
feature content
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByContentLength()
Allows to adds a sort instruction for Media depending the
feature contentLength
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByContentMimeType()
Allows to adds a sort instruction for Media depending the
feature contentMimeType
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByContentName()
Allows to adds a sort instruction for Media depending the
feature contentName
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Media depending the
feature description
Note: The order in which orderBy…
instructions are given is relevant! |
AnyTypePredicate |
thereExistsContent()
Adds a condition for the feature content to the predicate
for Media, which evaluates to false unless
the values of the feature content satisfy the given
condition. |
ComparableTypePredicate<Long> |
thereExistsContentLength()
Adds a condition for the feature contentLength to the
predicate for Media, which evaluates to false
unless the value of the feature contentLength satisfies
the given condition. |
StringTypePredicate |
thereExistsContentMimeType()
Adds a condition for the feature contentMimeType to the
predicate for Media, 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 Media, which evaluates to false
unless the value of the feature contentName satisfies the
given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the
predicate for Media, which evaluates to false
unless the value of the feature description satisfies the
given condition. |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate content()
Media testing
whether the feature content has values or not.
AnyTypePredicate thereExistsContent()
content to the predicate
for Media, which evaluates to false unless
the values of the feature content 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
AnyTypePredicate forAllContent()
content to the predicate
for Media, which evaluates to false unless
the values of the feature content 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
MultivaluedTypeOrder orderByContent()
Media depending the
feature content
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate contentLength()
Media testing
whether the value of the feature contentLength is
null or not.
ComparableTypePredicate<Long> thereExistsContentLength()
contentLength to the
predicate for Media, which evaluates to false
unless the value of the feature contentLength satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Long> forAllContentLength()
contentLength to the
predicate for Media, which evaluates to false
unless the value of the feature contentLength satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByContentLength()
Media depending the
feature contentLength
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate contentMimeType()
Media testing
whether the value of the feature contentMimeType is
null or not.
StringTypePredicate thereExistsContentMimeType()
contentMimeType to the
predicate for Media, 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 Media, 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()
Media depending the
feature contentMimeType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate contentName()
Media testing
whether the value of the feature contentName is
null or not.
StringTypePredicate thereExistsContentName()
contentName to the
predicate for Media, 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 Media, 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()
Media depending the
feature contentName
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate description()
Media testing
whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate for Media, 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 Media, 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()
Media depending the
feature description
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 | |||||||||