org.opencrx.kernel.ras1.cci2.AssetQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* A {@code AssetQuery} selects a set of instances of class {@code Asset} 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.478021403Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AssetQuery
extends org.opencrx.kernel.product1.cci2.ProductQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Asset} testing whether the feature {@code classificationElement} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate classificationElement(
);
/**
* Adds a condition for the feature {@code classificationElement} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code classificationElement} 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.opencrx.kernel.ras1.cci2.ClassificationElementQuery thereExistsClassificationElement(
);
/**
* Adds a condition for the feature {@code classificationElement} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code classificationElement} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.ClassificationElementQuery forAllClassificationElement(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Asset} testing whether the feature {@code definingProfile} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate definingProfile(
);
/**
* Adds a condition for the feature {@code definingProfile} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code definingProfile} 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.opencrx.kernel.ras1.cci2.ProfileQuery thereExistsDefiningProfile(
);
/**
* Adds a condition for the feature {@code definingProfile} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code definingProfile} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.ProfileQuery forAllDefiningProfile(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Asset} testing whether the value of the feature {@code profile} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate profile(
);
/**
* Adds a condition for the feature {@code profile} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code profile} 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.opencrx.kernel.ras1.cci2.ProfileQuery thereExistsProfile(
);
/**
* Adds a condition for the feature {@code profile} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code profile} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.ProfileQuery forAllProfile(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Asset} testing whether the feature {@code solutionPart} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate solutionPart(
);
/**
* Adds a condition for the feature {@code solutionPart} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code solutionPart} 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.opencrx.kernel.ras1.cci2.SolutionPartQuery thereExistsSolutionPart(
);
/**
* Adds a condition for the feature {@code solutionPart} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code solutionPart} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.ras1.cci2.SolutionPartQuery forAllSolutionPart(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Asset} testing whether the value of the feature {@code version} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate version(
);
/**
* Adds a condition for the feature {@code version} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code version} 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 thereExistsVersion(
);
/**
* Adds a condition for the feature {@code version} to the predicate for {@code Asset}, which evaluates to {@code false} unless the value of the feature {@code version} 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 forAllVersion(
);
/**
* Allows to adds a sort instruction for {@code Asset} depending the feature {@code version}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByVersion(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}