org.opencrx.kernel.base.cci2.CheckPermissionsParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
/**
* A {@code CheckPermissionsParamsQuery} selects a set of instances of class {@code CheckPermissionsParams} 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.828007230Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CheckPermissionsParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CheckPermissionsParams} testing whether the value of the feature {@code objectIdentity} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate objectIdentity(
);
/**
* Adds a condition for the feature {@code objectIdentity} to the predicate for {@code CheckPermissionsParams}, which evaluates to {@code false} unless the value of the feature {@code objectIdentity} 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 thereExistsObjectIdentity(
);
/**
* Adds a condition for the feature {@code objectIdentity} to the predicate for {@code CheckPermissionsParams}, which evaluates to {@code false} unless the value of the feature {@code objectIdentity} 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 forAllObjectIdentity(
);
/**
* Allows to adds a sort instruction for {@code CheckPermissionsParams} depending the feature {@code objectIdentity}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByObjectIdentity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CheckPermissionsParams} testing whether the value of the feature {@code principalName} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate principalName(
);
/**
* Adds a condition for the feature {@code principalName} to the predicate for {@code CheckPermissionsParams}, which evaluates to {@code false} unless the value of the feature {@code principalName} 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 thereExistsPrincipalName(
);
/**
* Adds a condition for the feature {@code principalName} to the predicate for {@code CheckPermissionsParams}, which evaluates to {@code false} unless the value of the feature {@code principalName} 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 forAllPrincipalName(
);
/**
* Allows to adds a sort instruction for {@code CheckPermissionsParams} depending the feature {@code principalName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPrincipalName(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}