org.opencrx.kernel.activity1.cci2.LinkedActivityFollowUpActionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code LinkedActivityFollowUpActionQuery} selects a set of instances of class {@code LinkedActivityFollowUpAction} 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.933530980Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LinkedActivityFollowUpActionQuery
extends org.opencrx.kernel.activity1.cci2.ActivityProcessActionQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code activityLinkType} to the predicate. The predicate for {@code LinkedActivityFollowUpAction} evaluates {@code true} if its value of feature {@code activityLinkType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate activityLinkType(
);
/**
* Allows to adds a sort instruction for {@code LinkedActivityFollowUpAction} depending the feature {@code activityLinkType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByActivityLinkType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkedActivityFollowUpAction} testing whether the value of the feature {@code transition} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate transition(
);
/**
* Adds a condition for the feature {@code transition} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transition} 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.ActivityProcessTransitionQuery thereExistsTransition(
);
/**
* Adds a condition for the feature {@code transition} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transition} 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.ActivityProcessTransitionQuery forAllTransition(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkedActivityFollowUpAction} testing whether the value of the feature {@code transitionText} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate transitionText(
);
/**
* Adds a condition for the feature {@code transitionText} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transitionText} 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 thereExistsTransitionText(
);
/**
* Adds a condition for the feature {@code transitionText} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transitionText} 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 forAllTransitionText(
);
/**
* Allows to adds a sort instruction for {@code LinkedActivityFollowUpAction} depending the feature {@code transitionText}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTransitionText(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkedActivityFollowUpAction} testing whether the value of the feature {@code transitionTitle} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate transitionTitle(
);
/**
* Adds a condition for the feature {@code transitionTitle} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transitionTitle} 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 thereExistsTransitionTitle(
);
/**
* Adds a condition for the feature {@code transitionTitle} to the predicate for {@code LinkedActivityFollowUpAction}, which evaluates to {@code false} unless the value of the feature {@code transitionTitle} 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 forAllTransitionTitle(
);
/**
* Allows to adds a sort instruction for {@code LinkedActivityFollowUpAction} depending the feature {@code transitionTitle}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTransitionTitle(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}