org.opencrx.kernel.activity1.cci2.LinkToAndFollowUpParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code LinkToAndFollowUpParamsQuery} selects a set of instances of class {@code LinkToAndFollowUpParams} 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.931529320Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LinkToAndFollowUpParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkToAndFollowUpParams} testing whether the value of the feature {@code activity} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate activity(
);
/**
* Adds a condition for the feature {@code activity} to the predicate for {@code LinkToAndFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code activity} 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.ActivityQuery thereExistsActivity(
);
/**
* Adds a condition for the feature {@code activity} to the predicate for {@code LinkToAndFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code activity} 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.ActivityQuery forAllActivity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkToAndFollowUpParams} testing whether the value of the feature {@code parentProcessInstance} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate parentProcessInstance(
);
/**
* Adds a condition for the feature {@code parentProcessInstance} to the predicate for {@code LinkToAndFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code parentProcessInstance} 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.home1.cci2.WfProcessInstanceQuery thereExistsParentProcessInstance(
);
/**
* Adds a condition for the feature {@code parentProcessInstance} to the predicate for {@code LinkToAndFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code parentProcessInstance} 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.home1.cci2.WfProcessInstanceQuery forAllParentProcessInstance(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkToAndFollowUpParams} 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 LinkToAndFollowUpParams}, 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 LinkToAndFollowUpParams}, 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/End
// ----------------------------------------------------------------------------
}