org.opencrx.kernel.account1.cci2.OrganizationQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code OrganizationQuery} selects a set of instances of class {@code Organization} 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.689906041Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OrganizationQuery
extends org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnitQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code organizationState} to the predicate. The predicate for {@code Organization} evaluates {@code true} if its value of feature {@code organizationState} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate organizationState(
);
/**
* Allows to adds a sort instruction for {@code Organization} depending the feature {@code organizationState}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByOrganizationState(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Organization} testing whether the feature {@code organizationalUnit} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate organizationalUnit(
);
/**
* Adds a condition for the feature {@code organizationalUnit} to the predicate for {@code Organization}, which evaluates to {@code false} unless the value of the feature {@code organizationalUnit} 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.OrganizationalUnitQuery thereExistsOrganizationalUnit(
);
/**
* Adds a condition for the feature {@code organizationalUnit} to the predicate for {@code Organization}, which evaluates to {@code false} unless the value of the feature {@code organizationalUnit} 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.OrganizationalUnitQuery forAllOrganizationalUnit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Organization} testing whether the feature {@code ouRelationship} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate ouRelationship(
);
/**
* Adds a condition for the feature {@code ouRelationship} to the predicate for {@code Organization}, which evaluates to {@code false} unless the value of the feature {@code ouRelationship} 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.OrganizationalUnitRelationshipQuery thereExistsOuRelationship(
);
/**
* Adds a condition for the feature {@code ouRelationship} to the predicate for {@code Organization}, which evaluates to {@code false} unless the value of the feature {@code ouRelationship} 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.OrganizationalUnitRelationshipQuery forAllOuRelationship(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}