org.opencrx.kernel.code1.cci2.ValidateObjectParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code ValidateObjectParamsQuery} selects a set of instances of class {@code ValidateObjectParams} 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.143577159Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValidateObjectParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the value of the feature {@code anchor} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate anchor(
);
/**
* Adds a condition for the feature {@code anchor} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code anchor} 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.ContextCapableQuery thereExistsAnchor(
);
/**
* Adds a condition for the feature {@code anchor} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code anchor} 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.ContextCapableQuery forAllAnchor(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the feature {@code exclude} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate exclude(
);
/**
* Adds a condition for the feature {@code exclude} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code exclude} 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.opencrx.kernel.code1.cci2.ValidatorConditionQuery thereExistsExclude(
);
/**
* Adds a condition for the feature {@code exclude} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code exclude} 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.opencrx.kernel.code1.cci2.ValidatorConditionQuery forAllExclude(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the feature {@code include} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate include(
);
/**
* Adds a condition for the feature {@code include} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code include} 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.opencrx.kernel.code1.cci2.ValidatorConditionQuery thereExistsInclude(
);
/**
* Adds a condition for the feature {@code include} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code include} 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.opencrx.kernel.code1.cci2.ValidatorConditionQuery forAllInclude(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the value of the feature {@code object} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate object(
);
/**
* Adds a condition for the feature {@code object} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code object} 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.ContextCapableQuery thereExistsObject(
);
/**
* Adds a condition for the feature {@code object} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code object} 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.ContextCapableQuery forAllObject(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the feature {@code selector} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate selector(
);
/**
* Adds a condition for the feature {@code selector} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code selector} 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 thereExistsSelector(
);
/**
* Adds a condition for the feature {@code selector} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the values of the feature {@code selector} 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 forAllSelector(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectParams} testing whether the value of the feature {@code validationTime} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate validationTime(
);
/**
* Adds a condition for the feature {@code validationTime} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code validationTime} 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.ComparableTypePredicate thereExistsValidationTime(
);
/**
* Adds a condition for the feature {@code validationTime} to the predicate for {@code ValidateObjectParams}, which evaluates to {@code false} unless the value of the feature {@code validationTime} 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.ComparableTypePredicate forAllValidationTime(
);
/**
* Allows to adds a sort instruction for {@code ValidateObjectParams} depending the feature {@code validationTime}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValidationTime(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}