org.opencrx.kernel.contract1.cci2.DeliveryRequestQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code DeliveryRequestQuery} selects a set of instances of class {@code DeliveryRequest} 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.550153430Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DeliveryRequestQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DeliveryRequest} testing whether the value of the feature {@code comments} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate comments(
);
/**
* Adds a condition for the feature {@code comments} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code comments} 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 thereExistsComments(
);
/**
* Adds a condition for the feature {@code comments} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code comments} 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 forAllComments(
);
/**
* Allows to adds a sort instruction for {@code DeliveryRequest} depending the feature {@code comments}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByComments(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DeliveryRequest} testing whether the value of the feature {@code earliestDeliveryAt} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate earliestDeliveryAt(
);
/**
* Adds a condition for the feature {@code earliestDeliveryAt} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code earliestDeliveryAt} 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 thereExistsEarliestDeliveryAt(
);
/**
* Adds a condition for the feature {@code earliestDeliveryAt} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code earliestDeliveryAt} 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 forAllEarliestDeliveryAt(
);
/**
* Allows to adds a sort instruction for {@code DeliveryRequest} depending the feature {@code earliestDeliveryAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByEarliestDeliveryAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DeliveryRequest} testing whether the value of the feature {@code latestDeliveryAt} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate latestDeliveryAt(
);
/**
* Adds a condition for the feature {@code latestDeliveryAt} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code latestDeliveryAt} 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 thereExistsLatestDeliveryAt(
);
/**
* Adds a condition for the feature {@code latestDeliveryAt} to the predicate for {@code DeliveryRequest}, which evaluates to {@code false} unless the value of the feature {@code latestDeliveryAt} 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 forAllLatestDeliveryAt(
);
/**
* Allows to adds a sort instruction for {@code DeliveryRequest} depending the feature {@code latestDeliveryAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLatestDeliveryAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code state} to the predicate. The predicate for {@code DeliveryRequest} evaluates {@code true} if its value of feature {@code state} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate state(
);
/**
* Allows to adds a sort instruction for {@code DeliveryRequest} depending the feature {@code state}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByState(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}