org.opencrx.kernel.home1.cci2.CreateUserResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* A {@code CreateUserResultQuery} selects a set of instances of class {@code CreateUserResult} 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.535796859Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateUserResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreateUserResult} testing whether the value of the feature {@code createdUserHome} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate createdUserHome(
);
/**
* Adds a condition for the feature {@code createdUserHome} to the predicate for {@code CreateUserResult}, which evaluates to {@code false} unless the value of the feature {@code createdUserHome} 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.home1.cci2.UserHomeQuery thereExistsCreatedUserHome(
);
/**
* Adds a condition for the feature {@code createdUserHome} to the predicate for {@code CreateUserResult}, which evaluates to {@code false} unless the value of the feature {@code createdUserHome} 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.home1.cci2.UserHomeQuery forAllCreatedUserHome(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code status} to the predicate. The predicate for {@code CreateUserResult} evaluates {@code true} if its value of feature {@code status} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate status(
);
/**
* Allows to adds a sort instruction for {@code CreateUserResult} depending the feature {@code status}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStatus(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreateUserResult} testing whether the value of the feature {@code statusMessage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code CreateUserResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 thereExistsStatusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code CreateUserResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 forAllStatusMessage(
);
/**
* Allows to adds a sort instruction for {@code CreateUserResult} depending the feature {@code statusMessage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStatusMessage(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}