All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.document1.cci2.MediaQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.document1.cci2;

/**
 * A {@code MediaQuery} selects a set of instances of class {@code Media} based on conditions to be met by their attributes. 
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.QueryMapper",
  date = "2023-10-28T12:15:35.249987575Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface MediaQuery
  extends org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code Media} testing whether the feature {@code content} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate content(
  );

  /**
   * Adds a condition for the feature {@code content} to the predicate for {@code Media}, which evaluates to {@code false} unless the values of the feature {@code 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 */ public org.w3c.cci2.AnyTypePredicate thereExistsContent( ); /** * Adds a condition for the feature {@code content} to the predicate for {@code Media}, which evaluates to {@code false} unless the values of the feature {@code 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 */ public org.w3c.cci2.AnyTypePredicate forAllContent( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Media} testing whether the value of the feature {@code contentLength} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate contentLength( ); /** * Adds a condition for the feature {@code contentLength} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentLength} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsContentLength( ); /** * Adds a condition for the feature {@code contentLength} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentLength} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllContentLength( ); /** * Allows to adds a sort instruction for {@code Media} depending the feature {@code contentLength} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByContentLength( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Media} testing whether the value of the feature {@code contentMimeType} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate contentMimeType( ); /** * Adds a condition for the feature {@code contentMimeType} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentMimeType} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsContentMimeType( ); /** * Adds a condition for the feature {@code contentMimeType} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentMimeType} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllContentMimeType( ); /** * Allows to adds a sort instruction for {@code Media} depending the feature {@code contentMimeType} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByContentMimeType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Media} testing whether the value of the feature {@code contentName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate contentName( ); /** * Adds a condition for the feature {@code contentName} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsContentName( ); /** * Adds a condition for the feature {@code contentName} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code contentName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllContentName( ); /** * Allows to adds a sort instruction for {@code Media} depending the feature {@code contentName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByContentName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Media} testing whether the value of the feature {@code description} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate description( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsDescription( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Media}, which evaluates to {@code false} unless the value of the feature {@code description} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllDescription( ); /** * Allows to adds a sort instruction for {@code Media} depending the feature {@code description} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDescription( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy