org.opencrx.security.realm1.cci2.PrincipalGroupQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.security.realm1.cci2;
/**
* A {@code PrincipalGroupQuery} selects a set of instances of class {@code PrincipalGroup} 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.326466054Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PrincipalGroupQuery
extends org.opencrx.kernel.base.cci2.PrincipalGroupQuery,
org.openmdx.security.realm1.cci2.GroupQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PrincipalGroup} testing whether the feature {@code grantedRole} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate grantedRole(
);
/**
* Adds a condition for the feature {@code grantedRole} to the predicate for {@code PrincipalGroup}, which evaluates to {@code false} unless the value of the feature {@code grantedRole} 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.security.realm1.cci2.RoleQuery thereExistsGrantedRole(
);
/**
* Adds a condition for the feature {@code grantedRole} to the predicate for {@code PrincipalGroup}, which evaluates to {@code false} unless the value of the feature {@code grantedRole} 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.security.realm1.cci2.RoleQuery forAllGrantedRole(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PrincipalGroup} testing whether the value of the feature {@code isFinal} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate isFinal(
);
/**
* Adds a condition for the feature {@code isFinal} to the predicate for {@code PrincipalGroup}, which evaluates to {@code false} unless the value of the feature {@code isFinal} 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 thereExistsIsFinal(
);
/**
* Adds a condition for the feature {@code isFinal} to the predicate for {@code PrincipalGroup}, which evaluates to {@code false} unless the value of the feature {@code isFinal} 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 forAllIsFinal(
);
/**
* Allows to adds a sort instruction for {@code PrincipalGroup} depending the feature {@code isFinal}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsFinal(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}