org.opencrx.kernel.activity1.cci2.ActivityCreatorQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code ActivityCreatorQuery} selects a set of instances of class {@code ActivityCreator} 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.891654574Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityCreatorQuery
extends org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the feature {@code activityGroup} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate activityGroup(
);
/**
* Adds a condition for the feature {@code activityGroup} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code activityGroup} 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.ActivityGroupQuery thereExistsActivityGroup(
);
/**
* Adds a condition for the feature {@code activityGroup} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code activityGroup} 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.ActivityGroupQuery forAllActivityGroup(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the value of the feature {@code activityType} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate activityType(
);
/**
* Adds a condition for the feature {@code activityType} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code activityType} 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.ActivityTypeQuery thereExistsActivityType(
);
/**
* Adds a condition for the feature {@code activityType} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code activityType} 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.ActivityTypeQuery forAllActivityType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the value of the feature {@code baseDate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate baseDate(
);
/**
* Adds a condition for the feature {@code baseDate} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code baseDate} 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.ComparableTypePredicate thereExistsBaseDate(
);
/**
* Adds a condition for the feature {@code baseDate} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code baseDate} 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.ComparableTypePredicate forAllBaseDate(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code baseDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBaseDate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} 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 ActivityCreator}, 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 ActivityCreator}, 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 ActivityCreator} 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 ActivityCreator} testing whether the value of the feature {@code dueBy} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate dueBy(
);
/**
* Adds a condition for the feature {@code dueBy} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code dueBy} 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.ComparableTypePredicate thereExistsDueBy(
);
/**
* Adds a condition for the feature {@code dueBy} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code dueBy} 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.ComparableTypePredicate forAllDueBy(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code dueBy}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByDueBy(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code icalClass} to the predicate. The predicate for {@code ActivityCreator} evaluates {@code true} if its value of feature {@code icalClass} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate icalClass(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code icalClass}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIcalClass(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code icalType} to the predicate. The predicate for {@code ActivityCreator} evaluates {@code true} if its value of feature {@code icalType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate icalType(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code icalType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIcalType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code ActivityCreator} 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 ActivityCreator} 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 for the feature {@code priority} to the predicate. The predicate for {@code ActivityCreator} evaluates {@code true} if its value of feature {@code priority} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate priority(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code priority}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByPriority(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the feature {@code resource} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate resource(
);
/**
* Adds a condition for the feature {@code resource} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code resource} 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.ResourceQuery thereExistsResource(
);
/**
* Adds a condition for the feature {@code resource} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code resource} 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.ResourceQuery forAllResource(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the value of the feature {@code scheduledEnd} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate scheduledEnd(
);
/**
* Adds a condition for the feature {@code scheduledEnd} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code scheduledEnd} 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.ComparableTypePredicate thereExistsScheduledEnd(
);
/**
* Adds a condition for the feature {@code scheduledEnd} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code scheduledEnd} 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.ComparableTypePredicate forAllScheduledEnd(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code scheduledEnd}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByScheduledEnd(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ActivityCreator} testing whether the value of the feature {@code scheduledStart} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate scheduledStart(
);
/**
* Adds a condition for the feature {@code scheduledStart} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code scheduledStart} 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.ComparableTypePredicate thereExistsScheduledStart(
);
/**
* Adds a condition for the feature {@code scheduledStart} to the predicate for {@code ActivityCreator}, which evaluates to {@code false} unless the value of the feature {@code scheduledStart} 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.ComparableTypePredicate forAllScheduledStart(
);
/**
* Allows to adds a sort instruction for {@code ActivityCreator} depending the feature {@code scheduledStart}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByScheduledStart(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}