org.opencrx.kernel.depot1.cci2.CompoundBookingQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code CompoundBookingQuery} selects a set of instances of class {@code CompoundBooking} 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:36.182188530Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CompoundBookingQuery
extends org.opencrx.kernel.base.cci2.PropertySetQuery,
org.opencrx.kernel.depot1.cci2.BookingOriginQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery,
org.opencrx.kernel.generic.cci2.DescriptionContainerQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CompoundBooking} testing whether the feature {@code acceptedBy} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate acceptedBy(
);
/**
* Adds a condition for the feature {@code acceptedBy} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the values of the feature {@code acceptedBy} satisfy the given condition.
* Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
*/
public org.w3c.cci2.StringTypePredicate thereExistsAcceptedBy(
);
/**
* Adds a condition for the feature {@code acceptedBy} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the values of the feature {@code acceptedBy} satisfy the given condition.
*
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
*/
public org.w3c.cci2.StringTypePredicate forAllAcceptedBy(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CompoundBooking} testing whether the feature {@code booking} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate booking(
);
/**
* Adds a condition for the feature {@code booking} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code booking} 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.depot1.cci2.SingleBookingQuery thereExistsBooking(
);
/**
* Adds a condition for the feature {@code booking} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code booking} 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.depot1.cci2.SingleBookingQuery forAllBooking(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code bookingDate} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code bookingDate} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate bookingDate(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code bookingDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBookingDate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code bookingStatus} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code bookingStatus} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate bookingStatus(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code bookingStatus}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBookingStatus(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code bookingType} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code bookingType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate bookingType(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code bookingType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBookingType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CompoundBooking} 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 CompoundBooking}, 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 CompoundBooking}, 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 CompoundBooking} 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 for the feature {@code isLocked} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code isLocked} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate isLocked(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code isLocked}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsLocked(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code lockModifiedAt} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code lockModifiedAt} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate lockModifiedAt(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code lockModifiedAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLockModifiedAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code lockingReason} to the predicate. The predicate for {@code CompoundBooking} evaluates {@code true} if its value of feature {@code lockingReason} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate lockingReason(
);
/**
* Allows to adds a sort instruction for {@code CompoundBooking} depending the feature {@code lockingReason}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLockingReason(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code CompoundBooking} 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 CompoundBooking} 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 CompoundBooking} testing whether the value of the feature {@code origin} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate origin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.depot1.cci2.BookingOriginQuery thereExistsOrigin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.depot1.cci2.BookingOriginQuery forAllOrigin(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CompoundBooking} testing whether the value of the feature {@code reversalOf} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate reversalOf(
);
/**
* Adds a condition for the feature {@code reversalOf} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code reversalOf} 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.depot1.cci2.CompoundBookingQuery thereExistsReversalOf(
);
/**
* Adds a condition for the feature {@code reversalOf} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code reversalOf} 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.depot1.cci2.CompoundBookingQuery forAllReversalOf(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CompoundBooking} testing whether the value of the feature {@code wfProcess} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate wfProcess(
);
/**
* Adds a condition for the feature {@code wfProcess} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code wfProcess} 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 thereExistsWfProcess(
);
/**
* Adds a condition for the feature {@code wfProcess} to the predicate for {@code CompoundBooking}, which evaluates to {@code false} unless the value of the feature {@code wfProcess} 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 forAllWfProcess(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}