org.opencrx.kernel.home1.cci2.CreateUserParamsQuery Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* A {@code CreateUserParamsQuery} selects a set of instances of class {@code CreateUserParams} 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.524665448Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateUserParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code contact} to the predicate. The predicate for {@code CreateUserParams} evaluates {@code true} if its value of feature {@code contact} satisfies the selected condition.
*/
public org.opencrx.kernel.account1.cci2.ContactQuery contact(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code initialPassword} to the predicate. The predicate for {@code CreateUserParams} evaluates {@code true} if its value of feature {@code initialPassword} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate initialPassword(
);
/**
* Allows to adds a sort instruction for {@code CreateUserParams} depending the feature {@code initialPassword}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByInitialPassword(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code initialPasswordVerification} to the predicate. The predicate for {@code CreateUserParams} evaluates {@code true} if its value of feature {@code initialPasswordVerification} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate initialPasswordVerification(
);
/**
* Allows to adds a sort instruction for {@code CreateUserParams} depending the feature {@code initialPasswordVerification}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByInitialPasswordVerification(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code primaryUserGroup} to the predicate. The predicate for {@code CreateUserParams} evaluates {@code true} if its value of feature {@code primaryUserGroup} satisfies the selected condition.
*/
public org.opencrx.security.realm1.cci2.PrincipalGroupQuery primaryUserGroup(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code principalName} to the predicate. The predicate for {@code CreateUserParams} evaluates {@code true} if its value of feature {@code principalName} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate principalName(
);
/**
* Allows to adds a sort instruction for {@code CreateUserParams} 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
// ----------------------------------------------------------------------------
}