org.opencrx.kernel.document1.cci2
Interface MediaQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery
All Known Subinterfaces:
DocumentAttachmentQuery, MediaContentQuery, MediaQuery, MediaQuery

public interface MediaQuery
extends BasicObjectQuery


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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

content

MultivaluedFeaturePredicate content()
Adds a constraint to the predicate for Media testing whether the feature content has values or not.


thereExistsContent

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllContent

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByContent

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!


contentLength

OptionalFeaturePredicate contentLength()
Adds a constraint to the predicate for Media testing whether the value of the feature contentLength is null or not.


thereExistsContentLength

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContentLength

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByContentLength

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!


contentMimeType

OptionalFeaturePredicate contentMimeType()
Adds a constraint to the predicate for Media testing whether the value of the feature contentMimeType is null or not.


thereExistsContentMimeType

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContentMimeType

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByContentMimeType

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!


contentName

OptionalFeaturePredicate contentName()
Adds a constraint to the predicate for Media testing whether the value of the feature contentName is null or not.


thereExistsContentName

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContentName

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByContentName

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!


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for Media testing whether the value of the feature description is null or not.


thereExistsDescription

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllDescription

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByDescription

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!



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.