org.opencrx.kernel.depot1.cci2.BookingQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code BookingQuery} selects a set of instances of class {@code Booking} 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.244148401Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BookingQuery
extends org.opencrx.kernel.base.cci2.PropertySetQuery,
org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.opencrx.kernel.generic.cci2.DescriptionContainerQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code bookingDate} to the predicate. The predicate for {@code Booking} 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 Booking} 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 Booking} 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 Booking} 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 to the predicate for {@code Booking} testing whether the value of the feature {@code bookingText} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate bookingText(
);
/**
* Adds a condition for the feature {@code bookingText} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code bookingText} 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.BookingTextQuery thereExistsBookingText(
);
/**
* Adds a condition for the feature {@code bookingText} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code bookingText} 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.BookingTextQuery forAllBookingText(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code bookingType} to the predicate. The predicate for {@code Booking} 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 Booking} 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 Booking} 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 Booking}, 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 Booking}, 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 Booking} 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 name} to the predicate. The predicate for {@code Booking} 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 Booking} 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 Booking} testing whether the feature {@code originContext} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate originContext(
);
/**
* Adds a condition for the feature {@code originContext} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code originContext} 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.BasicObjectQuery thereExistsOriginContext(
);
/**
* Adds a condition for the feature {@code originContext} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code originContext} 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.BasicObjectQuery forAllOriginContext(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Booking} testing whether the feature {@code originContextParams} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate originContextParams(
);
/**
* Adds a condition for the feature {@code originContextParams} to the predicate for {@code Booking}, which evaluates to {@code false} unless the values of the feature {@code originContextParams} 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 thereExistsOriginContextParams(
);
/**
* Adds a condition for the feature {@code originContextParams} to the predicate for {@code Booking}, which evaluates to {@code false} unless the values of the feature {@code originContextParams} 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 forAllOriginContextParams(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Booking} testing whether the value of the feature {@code position} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate position(
);
/**
* Adds a condition for the feature {@code position} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code position} 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.DepotPositionQuery thereExistsPosition(
);
/**
* Adds a condition for the feature {@code position} to the predicate for {@code Booking}, which evaluates to {@code false} unless the value of the feature {@code position} 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.DepotPositionQuery forAllPosition(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code valueDate} to the predicate. The predicate for {@code Booking} evaluates {@code true} if its value of feature {@code valueDate} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate valueDate(
);
/**
* Allows to adds a sort instruction for {@code Booking} depending the feature {@code valueDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValueDate(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}