org.opencrx.kernel.activity1.cci2.ActivityCreationActionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code ActivityCreationActionQuery} selects a set of instances of class {@code ActivityCreationAction} 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.036033834Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityCreationActionQuery
extends org.opencrx.kernel.activity1.cci2.ActivityProcessActionQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreationAction} testing whether the value of the feature {@code activityCreator} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate activityCreator(
);
/**
* Adds a condition for the feature {@code activityCreator} to the predicate for {@code ActivityCreationAction}, which evaluates to {@code false} unless the value of the feature {@code activityCreator} 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.activity1.cci2.ActivityCreatorQuery thereExistsActivityCreator(
);
/**
* Adds a condition for the feature {@code activityCreator} to the predicate for {@code ActivityCreationAction}, which evaluates to {@code false} unless the value of the feature {@code activityCreator} 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.activity1.cci2.ActivityCreatorQuery forAllActivityCreator(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreationAction} testing whether the value of the feature {@code activityDescription} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate activityDescription(
);
/**
* Adds a condition for the feature {@code activityDescription} to the predicate for {@code ActivityCreationAction}, which evaluates to {@code false} unless the value of the feature {@code activityDescription} 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 thereExistsActivityDescription(
);
/**
* Adds a condition for the feature {@code activityDescription} to the predicate for {@code ActivityCreationAction}, which evaluates to {@code false} unless the value of the feature {@code activityDescription} 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 forAllActivityDescription(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreationAction} depending the feature {@code activityDescription}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByActivityDescription(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code activityName} to the predicate. The predicate for {@code ActivityCreationAction} evaluates {@code true} if its value of feature {@code activityName} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate activityName(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreationAction} depending the feature {@code activityName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByActivityName(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}