org.opencrx.kernel.activity1.cci2.ActivityFollowUpQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code ActivityFollowUpQuery} selects a set of instances of class {@code ActivityFollowUp} 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.883693573Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityFollowUpQuery
extends org.opencrx.kernel.base.cci2.AssignableQuery,
org.opencrx.kernel.base.cci2.NoteQuery,
org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityFollowUp} 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 ActivityFollowUp}, 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 ActivityFollowUp}, 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 ActivityFollowUp} testing whether the value of the feature {@code assignedTo} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate assignedTo(
);
/**
* Adds a condition for the feature {@code assignedTo} to the predicate for {@code ActivityFollowUp}, which evaluates to {@code false} unless the value of the feature {@code assignedTo} 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.account1.cci2.ContactQuery thereExistsAssignedTo(
);
/**
* Adds a condition for the feature {@code assignedTo} to the predicate for {@code ActivityFollowUp}, which evaluates to {@code false} unless the value of the feature {@code assignedTo} 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.account1.cci2.ContactQuery forAllAssignedTo(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityFollowUp} 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 ActivityFollowUp}, 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 ActivityFollowUp}, 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
// ----------------------------------------------------------------------------
}