org.opencrx.kernel.activity1.cci2.SubActivityTransitionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code SubActivityTransitionQuery} selects a set of instances of class {@code SubActivityTransition} 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.930210919Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SubActivityTransitionQuery
extends org.opencrx.kernel.activity1.cci2.ActivityProcessTransitionQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SubActivityTransition} 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 SubActivityTransition}, 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 SubActivityTransition}, 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 SubActivityTransition} testing whether the value of the feature {@code subActivityNamePattern} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate subActivityNamePattern(
);
/**
* Adds a condition for the feature {@code subActivityNamePattern} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code subActivityNamePattern} 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 thereExistsSubActivityNamePattern(
);
/**
* Adds a condition for the feature {@code subActivityNamePattern} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code subActivityNamePattern} 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 forAllSubActivityNamePattern(
);
/**
* Allows to adds a sort instruction for {@code SubActivityTransition} depending the feature {@code subActivityNamePattern}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderBySubActivityNamePattern(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SubActivityTransition} testing whether the value of the feature {@code templateNamePattern} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate templateNamePattern(
);
/**
* Adds a condition for the feature {@code templateNamePattern} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code templateNamePattern} 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 thereExistsTemplateNamePattern(
);
/**
* Adds a condition for the feature {@code templateNamePattern} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code templateNamePattern} 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 forAllTemplateNamePattern(
);
/**
* Allows to adds a sort instruction for {@code SubActivityTransition} depending the feature {@code templateNamePattern}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTemplateNamePattern(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SubActivityTransition} testing whether the value of the feature {@code useCreatorAsTemplate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate useCreatorAsTemplate(
);
/**
* Adds a condition for the feature {@code useCreatorAsTemplate} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code useCreatorAsTemplate} 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.BooleanTypePredicate thereExistsUseCreatorAsTemplate(
);
/**
* Adds a condition for the feature {@code useCreatorAsTemplate} to the predicate for {@code SubActivityTransition}, which evaluates to {@code false} unless the value of the feature {@code useCreatorAsTemplate} 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.BooleanTypePredicate forAllUseCreatorAsTemplate(
);
/**
* Allows to adds a sort instruction for {@code SubActivityTransition} depending the feature {@code useCreatorAsTemplate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByUseCreatorAsTemplate(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}