org.opencrx.kernel.activity1.cci2.ActivityGroupQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code ActivityGroupQuery} selects a set of instances of class {@code ActivityGroup} 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.741738970Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityGroupQuery
extends org.opencrx.kernel.activity1.cci2.ActivitiesSourceQuery,
org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code activityCreator} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate activityCreator(
);
/**
* Adds a condition for the feature {@code activityCreator} to the predicate for {@code ActivityGroup}, 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 ActivityGroup}, 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 ActivityGroup} testing whether the feature {@code activityFilter} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate activityFilter(
);
/**
* Adds a condition for the feature {@code activityFilter} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityFilter} 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.ActivityFilterGroupQuery thereExistsActivityFilter(
);
/**
* Adds a condition for the feature {@code activityFilter} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityFilter} 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.ActivityFilterGroupQuery forAllActivityFilter(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code activityGroupRelationship} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate activityGroupRelationship(
);
/**
* Adds a condition for the feature {@code activityGroupRelationship} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityGroupRelationship} 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.ActivityGroupRelationshipQuery thereExistsActivityGroupRelationship(
);
/**
* Adds a condition for the feature {@code activityGroupRelationship} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityGroupRelationship} 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.ActivityGroupRelationshipQuery forAllActivityGroupRelationship(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code activityGroupType} to the predicate. The predicate for {@code ActivityGroup} evaluates {@code true} if its value of feature {@code activityGroupType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate activityGroupType(
);
/**
* Allows to adds a sort instruction for {@code ActivityGroup} depending the feature {@code activityGroupType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByActivityGroupType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code activityNote} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate activityNote(
);
/**
* Adds a condition for the feature {@code activityNote} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityNote} 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.generic.cci2.NoteQuery thereExistsActivityNote(
);
/**
* Adds a condition for the feature {@code activityNote} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code activityNote} 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.generic.cci2.NoteQuery forAllActivityNote(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code assignedAccount} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate assignedAccount(
);
/**
* Adds a condition for the feature {@code assignedAccount} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code assignedAccount} 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.AccountAssignmentActivityGroupQuery thereExistsAssignedAccount(
);
/**
* Adds a condition for the feature {@code assignedAccount} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code assignedAccount} 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.AccountAssignmentActivityGroupQuery forAllAssignedAccount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the value of the feature {@code creationContext} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate creationContext(
);
/**
* Adds a condition for the feature {@code creationContext} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code creationContext} 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.openmdx.base.cci2.ContextCapableQuery thereExistsCreationContext(
);
/**
* Adds a condition for the feature {@code creationContext} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code creationContext} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.openmdx.base.cci2.ContextCapableQuery forAllCreationContext(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the value of the feature {@code defaultCreator} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate defaultCreator(
);
/**
* Adds a condition for the feature {@code defaultCreator} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code defaultCreator} 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 thereExistsDefaultCreator(
);
/**
* Adds a condition for the feature {@code defaultCreator} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code defaultCreator} 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 forAllDefaultCreator(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the value of the feature {@code description} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate description(
);
/**
* Adds a condition for the feature {@code description} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code description} 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 thereExistsDescription(
);
/**
* Adds a condition for the feature {@code description} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code description} 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 forAllDescription(
);
/**
* Allows to adds a sort instruction for {@code ActivityGroup} depending the feature {@code description}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByDescription(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code filteredActivity} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate filteredActivity(
);
/**
* Adds a condition for the feature {@code filteredActivity} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code filteredActivity} 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 thereExistsFilteredActivity(
);
/**
* Adds a condition for the feature {@code filteredActivity} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code filteredActivity} 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 forAllFilteredActivity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code followUp} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate followUp(
);
/**
* Adds a condition for the feature {@code followUp} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code followUp} 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.ActivityFollowUpQuery thereExistsFollowUp(
);
/**
* Adds a condition for the feature {@code followUp} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code followUp} 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.ActivityFollowUpQuery forAllFollowUp(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the value of the feature {@code mainActivity} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate mainActivity(
);
/**
* Adds a condition for the feature {@code mainActivity} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code mainActivity} 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 thereExistsMainActivity(
);
/**
* Adds a condition for the feature {@code mainActivity} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code mainActivity} 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 forAllMainActivity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code ActivityGroup} evaluates {@code true} if its value of feature {@code name} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate name(
);
/**
* Allows to adds a sort instruction for {@code ActivityGroup} depending the feature {@code name}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the value of the feature {@code targetGroupAccounts} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate targetGroupAccounts(
);
/**
* Adds a condition for the feature {@code targetGroupAccounts} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code targetGroupAccounts} 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.AbstractFilterAccountQuery thereExistsTargetGroupAccounts(
);
/**
* Adds a condition for the feature {@code targetGroupAccounts} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code targetGroupAccounts} 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.AbstractFilterAccountQuery forAllTargetGroupAccounts(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityGroup} testing whether the feature {@code workReportEntry} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate workReportEntry(
);
/**
* Adds a condition for the feature {@code workReportEntry} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code workReportEntry} 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.WorkAndExpenseRecordQuery thereExistsWorkReportEntry(
);
/**
* Adds a condition for the feature {@code workReportEntry} to the predicate for {@code ActivityGroup}, which evaluates to {@code false} unless the value of the feature {@code workReportEntry} 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.WorkAndExpenseRecordQuery forAllWorkReportEntry(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}