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

org.opencrx.kernel.home1.cci2.ImportUsersParamsQuery Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Thu Mar 26 09:33:33 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.home1.cci2;

/**
 */
public interface ImportUsersParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for ImportUsersParams testing whether the value of the feature item is null or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate item(
  );

  /**
   * Adds a condition for the feature item to the predicate for ImportUsersParams, which evaluates to false unless the value of the feature item satisfies the given condition.
   * 

Since the attribute is optional its value may be null, in which case the condition is not satisfied */ public org.w3c.cci2.AnyTypePredicate thereExistsItem( ); /** * Adds a condition for the feature item to the predicate for ImportUsersParams, which evaluates to false unless the value of the feature item satisfies the given condition. *

Since the attribute is optional its value may be null, in which case the condition is satisfied */ public org.w3c.cci2.AnyTypePredicate forAllItem( ); /** * Allows to adds a sort instruction for ImportUsersParams depending the feature item * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByItem( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for ImportUsersParams testing whether the value of the feature itemMimeType is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate itemMimeType( ); /** * Adds a condition for the feature itemMimeType to the predicate for ImportUsersParams, which evaluates to false unless the value of the feature itemMimeType satisfies the given condition. *

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

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

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

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy