![JAR search and dependency download from the Maven repository](/logo.png)
org.opencrx.kernel.activity1.cci2.ExternalActivityQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code ExternalActivityQuery} selects a set of instances of class {@code ExternalActivity} 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:34.858727604Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ExternalActivityQuery
extends org.opencrx.kernel.activity1.cci2.ActivityQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ExternalActivity} testing whether the value of the feature {@code reference} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate reference(
);
/**
* Adds a condition for the feature {@code reference} to the predicate for {@code ExternalActivity}, which evaluates to {@code false} unless the value of the feature {@code reference} 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 thereExistsReference(
);
/**
* Adds a condition for the feature {@code reference} to the predicate for {@code ExternalActivity}, which evaluates to {@code false} unless the value of the feature {@code reference} 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 forAllReference(
);
/**
* Allows to adds a sort instruction for {@code ExternalActivity} depending the feature {@code reference}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByReference(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}