org.opencrx.kernel.ras1.cci2.ArtifactQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.ras1.cci2;
/**
* A {@code ArtifactQuery} selects a set of instances of class {@code Artifact} 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.472535774Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ArtifactQuery
extends org.opencrx.kernel.ras1.cci2.SolutionPartQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} testing whether the feature {@code artifactContext} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate artifactContext(
);
/**
* Adds a condition for the feature {@code artifactContext} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code artifactContext} 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.ArtifactContextQuery thereExistsArtifactContext(
);
/**
* Adds a condition for the feature {@code artifactContext} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code artifactContext} 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.ArtifactContextQuery forAllArtifactContext(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code artifactType} to the predicate. The predicate for {@code Artifact} evaluates {@code true} if its value of feature {@code artifactType} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate artifactType(
);
/**
* Allows to adds a sort instruction for {@code Artifact} depending the feature {@code artifactType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByArtifactType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} testing whether the feature {@code dependency} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate dependency(
);
/**
* Adds a condition for the feature {@code dependency} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code dependency} 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.ArtifactDependencyQuery thereExistsDependency(
);
/**
* Adds a condition for the feature {@code dependency} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code dependency} 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.ArtifactDependencyQuery forAllDependency(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} testing whether the value of the feature {@code digestName} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate digestName(
);
/**
* Adds a condition for the feature {@code digestName} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code digestName} 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 thereExistsDigestName(
);
/**
* Adds a condition for the feature {@code digestName} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code digestName} 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 forAllDigestName(
);
/**
* Allows to adds a sort instruction for {@code Artifact} depending the feature {@code digestName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByDigestName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} testing whether the value of the feature {@code digestValue} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate digestValue(
);
/**
* Adds a condition for the feature {@code digestValue} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code digestValue} 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 thereExistsDigestValue(
);
/**
* Adds a condition for the feature {@code digestValue} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code digestValue} 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 forAllDigestValue(
);
/**
* Allows to adds a sort instruction for {@code Artifact} depending the feature {@code digestValue}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByDigestValue(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} 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 Artifact}, 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 Artifact}, 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 Artifact} depending the feature {@code version}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByVersion(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Artifact} testing whether the feature {@code vp} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate vp(
);
/**
* Adds a condition for the feature {@code vp} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code vp} 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.VariabilityPointQuery thereExistsVp(
);
/**
* Adds a condition for the feature {@code vp} to the predicate for {@code Artifact}, which evaluates to {@code false} unless the value of the feature {@code vp} 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.VariabilityPointQuery forAllVp(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}