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

org.opencrx.kernel.base.cci2.CheckPermissionsParamsQuery 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:34 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.opencrx.kernel.base.cci2;

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

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

  /**
   * Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName 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 thereExistsPrincipalName( ); /** * Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName 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 forAllPrincipalName( ); /** * Allows to adds a sort instruction for CheckPermissionsParams depending the feature principalName * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPrincipalName( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy