org.opencrx.kernel.activity1.cci2.MailingQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code MailingQuery} selects a set of instances of class {@code Mailing} 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.664273531Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface MailingQuery
extends org.opencrx.kernel.activity1.cci2.ActivityQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Mailing} testing whether the value of the feature {@code document} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate document(
);
/**
* Adds a condition for the feature {@code document} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code document} 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 thereExistsDocument(
);
/**
* Adds a condition for the feature {@code document} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code document} 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 forAllDocument(
);
/**
* Allows to adds a sort instruction for {@code Mailing} depending the feature {@code document}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByDocument(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Mailing} testing whether the feature {@code mailingRecipient} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate mailingRecipient(
);
/**
* Adds a condition for the feature {@code mailingRecipient} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code mailingRecipient} 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.AbstractMailingRecipientQuery thereExistsMailingRecipient(
);
/**
* Adds a condition for the feature {@code mailingRecipient} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code mailingRecipient} 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.AbstractMailingRecipientQuery forAllMailingRecipient(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Mailing} 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 Mailing}, 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.PostalAddressQuery thereExistsSender(
);
/**
* Adds a condition for the feature {@code sender} to the predicate for {@code Mailing}, 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.PostalAddressQuery forAllSender(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Mailing} testing whether the value of the feature {@code template} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate template(
);
/**
* Adds a condition for the feature {@code template} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code template} 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 thereExistsTemplate(
);
/**
* Adds a condition for the feature {@code template} to the predicate for {@code Mailing}, which evaluates to {@code false} unless the value of the feature {@code template} 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 forAllTemplate(
);
/**
* Allows to adds a sort instruction for {@code Mailing} depending the feature {@code template}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTemplate(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}