public interface MediaQuery
extends org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
content()
Adds a constraint to the predicate for
Media testing whether the feature content has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
contentLength()
Adds a constraint to the predicate for
Media testing whether the value of the feature contentLength is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
contentMimeType()
Adds a constraint to the predicate for
Media testing whether the value of the feature contentMimeType is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
contentName()
Adds a constraint to the predicate for
Media testing whether the value of the feature contentName is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for
Media testing whether the value of the feature description is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.MultivaluedFeaturePredicate content()
Media testing whether the feature content has values or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.OptionalFeaturePredicate contentLength()
Media testing whether the value of the feature contentLength is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByContentLength()
Media depending the feature contentLength
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate contentMimeType()
Media testing whether the value of the feature contentMimeType is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByContentMimeType()
Media depending the feature contentMimeType
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate contentName()
Media testing whether the value of the feature contentName is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByContentName()
Media depending the feature contentName
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate description()
Media testing whether the value of the feature description is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByDescription()
Media depending the feature description
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.