org.opencrx.kernel.base.cci2.UpdateIndexParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
/**
* A {@code UpdateIndexParamsQuery} selects a set of instances of class {@code UpdateIndexParams} 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.855417685Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface UpdateIndexParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code UpdateIndexParams} testing whether the feature {@code indexedAttributesExclude} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate indexedAttributesExclude(
);
/**
* Adds a condition for the feature {@code indexedAttributesExclude} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the values of the feature {@code indexedAttributesExclude} 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 thereExistsIndexedAttributesExclude(
);
/**
* Adds a condition for the feature {@code indexedAttributesExclude} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the values of the feature {@code indexedAttributesExclude} 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 forAllIndexedAttributesExclude(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code UpdateIndexParams} testing whether the feature {@code indexedAttributesInclude} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate indexedAttributesInclude(
);
/**
* Adds a condition for the feature {@code indexedAttributesInclude} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the values of the feature {@code indexedAttributesInclude} 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 thereExistsIndexedAttributesInclude(
);
/**
* Adds a condition for the feature {@code indexedAttributesInclude} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the values of the feature {@code indexedAttributesInclude} 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 forAllIndexedAttributesInclude(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code UpdateIndexParams} testing whether the value of the feature {@code keywordLengthMax} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate keywordLengthMax(
);
/**
* Adds a condition for the feature {@code keywordLengthMax} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the value of the feature {@code keywordLengthMax} 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 thereExistsKeywordLengthMax(
);
/**
* Adds a condition for the feature {@code keywordLengthMax} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the value of the feature {@code keywordLengthMax} 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 forAllKeywordLengthMax(
);
/**
* Allows to adds a sort instruction for {@code UpdateIndexParams} depending the feature {@code keywordLengthMax}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByKeywordLengthMax(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code UpdateIndexParams} testing whether the value of the feature {@code keywordLengthMin} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate keywordLengthMin(
);
/**
* Adds a condition for the feature {@code keywordLengthMin} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the value of the feature {@code keywordLengthMin} 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 thereExistsKeywordLengthMin(
);
/**
* Adds a condition for the feature {@code keywordLengthMin} to the predicate for {@code UpdateIndexParams}, which evaluates to {@code false} unless the value of the feature {@code keywordLengthMin} 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 forAllKeywordLengthMin(
);
/**
* Allows to adds a sort instruction for {@code UpdateIndexParams} depending the feature {@code keywordLengthMin}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByKeywordLengthMin(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}