org.openmdx.security.realm1.cci2.ValidationResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.QueryMapper 2.17.7
// Generated at 2020-11-27T16:04:30.449Z
//
// 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
// ----------------------------------------------------------------------------
}