org.opencrx.kernel.code1.cci2.BasicValidatorConditionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code BasicValidatorConditionQuery} selects a set of instances of class {@code BasicValidatorCondition} 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.145713619Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BasicValidatorConditionQuery
extends org.opencrx.kernel.code1.cci2.ValidatorConditionQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code aggregateFunction} to the predicate. The predicate for {@code BasicValidatorCondition} evaluates {@code true} if its value of feature {@code aggregateFunction} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate aggregateFunction(
);
/**
* Allows to adds a sort instruction for {@code BasicValidatorCondition} depending the feature {@code aggregateFunction}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByAggregateFunction(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BasicValidatorCondition} testing whether the feature {@code conditionArgument} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate conditionArgument(
);
/**
* Adds a condition for the feature {@code conditionArgument} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the values of the feature {@code conditionArgument} 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.StringTypePredicate thereExistsConditionArgument(
);
/**
* Adds a condition for the feature {@code conditionArgument} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the values of the feature {@code conditionArgument} 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.StringTypePredicate forAllConditionArgument(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code conditionType} to the predicate. The predicate for {@code BasicValidatorCondition} evaluates {@code true} if its value of feature {@code conditionType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate conditionType(
);
/**
* Allows to adds a sort instruction for {@code BasicValidatorCondition} depending the feature {@code conditionType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByConditionType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BasicValidatorCondition} testing whether the value of the feature {@code featurePath} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate featurePath(
);
/**
* Adds a condition for the feature {@code featurePath} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code featurePath} 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 thereExistsFeaturePath(
);
/**
* Adds a condition for the feature {@code featurePath} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code featurePath} 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 forAllFeaturePath(
);
/**
* Allows to adds a sort instruction for {@code BasicValidatorCondition} depending the feature {@code featurePath}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByFeaturePath(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BasicValidatorCondition} testing whether the value of the feature {@code objectQuery} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate objectQuery(
);
/**
* Adds a condition for the feature {@code objectQuery} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code objectQuery} 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 thereExistsObjectQuery(
);
/**
* Adds a condition for the feature {@code objectQuery} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code objectQuery} 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 forAllObjectQuery(
);
/**
* Allows to adds a sort instruction for {@code BasicValidatorCondition} depending the feature {@code objectQuery}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByObjectQuery(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BasicValidatorCondition} testing whether the feature {@code scope} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate scope(
);
/**
* Adds a condition for the feature {@code scope} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code scope} 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.openmdx.base.cci2.ExtentCapableQuery thereExistsScope(
);
/**
* Adds a condition for the feature {@code scope} to the predicate for {@code BasicValidatorCondition}, which evaluates to {@code false} unless the value of the feature {@code scope} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.openmdx.base.cci2.ExtentCapableQuery forAllScope(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}