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

org.openmdx.security.realm1.cci2.ValidationResultQuery Maven / Gradle / Ivy

// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.cci2;

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

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   */
  public org.w3c.cci2.BooleanTypePredicate accepted(
  );

  /**
   * Allows to adds a sort instruction for ValidationResult depending the feature accepted
   * Note: The order in which orderBy… instructions are given is relevant!
   */
    public org.w3c.cci2.SimpleTypeOrder orderByAccepted(
  );

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

  /**
   * Adds a condition for the feature challenge to the predicate for ValidationResult, which evaluates to false unless the value of the feature challenge 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 thereExistsChallenge( ); /** * Adds a condition for the feature challenge to the predicate for ValidationResult, which evaluates to false unless the value of the feature challenge 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 forAllChallenge( ); /** * Allows to adds a sort instruction for ValidationResult depending the feature challenge * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByChallenge( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for ValidationResult testing whether the value of the feature code is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate code( ); /** * Adds a condition for the feature code to the predicate for ValidationResult, which evaluates to false unless the value of the feature code 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.ComparableTypePredicate thereExistsCode( ); /** * Adds a condition for the feature code to the predicate for ValidationResult, which evaluates to false unless the value of the feature code 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.ComparableTypePredicate forAllCode( ); /** * Allows to adds a sort instruction for ValidationResult depending the feature code * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByCode( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for ValidationResult testing whether the value of the feature state is null or not. */ public org.w3c.cci2.OptionalFeaturePredicate state( ); /** * Adds a condition for the feature state to the predicate for ValidationResult, which evaluates to false unless the value of the feature state 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 thereExistsState( ); /** * Adds a condition for the feature state to the predicate for ValidationResult, which evaluates to false unless the value of the feature state 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 forAllState( ); /** * Allows to adds a sort instruction for ValidationResult depending the feature state * Note: The order in which orderBy… instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByState( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy