org.opencrx.kernel.activity1.cci2.EMailQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code EMailQuery} selects a set of instances of class {@code EMail} 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:35.031652886Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface EMailQuery
extends org.opencrx.kernel.activity1.cci2.ActivityQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code deliveryReceiptRequested} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate deliveryReceiptRequested(
);
/**
* Adds a condition for the feature {@code deliveryReceiptRequested} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code deliveryReceiptRequested} 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.BooleanTypePredicate thereExistsDeliveryReceiptRequested(
);
/**
* Adds a condition for the feature {@code deliveryReceiptRequested} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code deliveryReceiptRequested} 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.BooleanTypePredicate forAllDeliveryReceiptRequested(
);
/**
* Allows to adds a sort instruction for {@code EMail} depending the feature {@code deliveryReceiptRequested}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByDeliveryReceiptRequested(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the feature {@code emailRecipient} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate emailRecipient(
);
/**
* Adds a condition for the feature {@code emailRecipient} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code emailRecipient} 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.AbstractEMailRecipientQuery thereExistsEmailRecipient(
);
/**
* Adds a condition for the feature {@code emailRecipient} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code emailRecipient} 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.AbstractEMailRecipientQuery forAllEmailRecipient(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code gateway} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate gateway(
);
/**
* Adds a condition for the feature {@code gateway} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code gateway} 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 thereExistsGateway(
);
/**
* Adds a condition for the feature {@code gateway} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code gateway} 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 forAllGateway(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code messageBody} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate messageBody(
);
/**
* Adds a condition for the feature {@code messageBody} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code messageBody} 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 thereExistsMessageBody(
);
/**
* Adds a condition for the feature {@code messageBody} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code messageBody} 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 forAllMessageBody(
);
/**
* Allows to adds a sort instruction for {@code EMail} depending the feature {@code messageBody}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByMessageBody(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code messageSubject} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate messageSubject(
);
/**
* Adds a condition for the feature {@code messageSubject} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code messageSubject} 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 thereExistsMessageSubject(
);
/**
* Adds a condition for the feature {@code messageSubject} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code messageSubject} 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 forAllMessageSubject(
);
/**
* Allows to adds a sort instruction for {@code EMail} depending the feature {@code messageSubject}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByMessageSubject(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code readReceiptRequested} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate readReceiptRequested(
);
/**
* Adds a condition for the feature {@code readReceiptRequested} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code readReceiptRequested} 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.BooleanTypePredicate thereExistsReadReceiptRequested(
);
/**
* Adds a condition for the feature {@code readReceiptRequested} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code readReceiptRequested} 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.BooleanTypePredicate forAllReadReceiptRequested(
);
/**
* Allows to adds a sort instruction for {@code EMail} depending the feature {@code readReceiptRequested}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReadReceiptRequested(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code sendDate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate sendDate(
);
/**
* Adds a condition for the feature {@code sendDate} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code sendDate} 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 thereExistsSendDate(
);
/**
* Adds a condition for the feature {@code sendDate} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code sendDate} 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 forAllSendDate(
);
/**
* Allows to adds a sort instruction for {@code EMail} depending the feature {@code sendDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderBySendDate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code EMail} testing whether the value of the feature {@code sender} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate sender(
);
/**
* Adds a condition for the feature {@code sender} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code sender} 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.AccountAddressQuery thereExistsSender(
);
/**
* Adds a condition for the feature {@code sender} to the predicate for {@code EMail}, which evaluates to {@code false} unless the value of the feature {@code sender} 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.AccountAddressQuery forAllSender(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}