org.opencrx.kernel.activity1.cci2.IncidentQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* A {@code IncidentQuery} selects a set of instances of class {@code Incident} 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.988528348Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface IncidentQuery
extends org.opencrx.kernel.activity1.cci2.ActivityQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code caseOrigin} to the predicate. The predicate for {@code Incident} evaluates {@code true} if its value of feature {@code caseOrigin} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate caseOrigin(
);
/**
* Allows to adds a sort instruction for {@code Incident} depending the feature {@code caseOrigin}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCaseOrigin(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code caseType} to the predicate. The predicate for {@code Incident} evaluates {@code true} if its value of feature {@code caseType} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate caseType(
);
/**
* Allows to adds a sort instruction for {@code Incident} depending the feature {@code caseType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCaseType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code customerSatisfaction} to the predicate. The predicate for {@code Incident} evaluates {@code true} if its value of feature {@code customerSatisfaction} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate customerSatisfaction(
);
/**
* Allows to adds a sort instruction for {@code Incident} depending the feature {@code customerSatisfaction}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCustomerSatisfaction(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Incident} testing whether the feature {@code incidentParty} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate incidentParty(
);
/**
* Adds a condition for the feature {@code incidentParty} to the predicate for {@code Incident}, which evaluates to {@code false} unless the value of the feature {@code incidentParty} 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.IncidentPartyQuery thereExistsIncidentParty(
);
/**
* Adds a condition for the feature {@code incidentParty} to the predicate for {@code Incident}, which evaluates to {@code false} unless the value of the feature {@code incidentParty} 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.IncidentPartyQuery forAllIncidentParty(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reproducibility} to the predicate. The predicate for {@code Incident} evaluates {@code true} if its value of feature {@code reproducibility} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reproducibility(
);
/**
* Allows to adds a sort instruction for {@code Incident} depending the feature {@code reproducibility}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReproducibility(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code severity} to the predicate. The predicate for {@code Incident} evaluates {@code true} if its value of feature {@code severity} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate severity(
);
/**
* Allows to adds a sort instruction for {@code Incident} depending the feature {@code severity}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderBySeverity(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}