org.opencrx.kernel.admin1.cci2.CreateAdministratorParamsQuery Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.admin1.cci2;
/**
* A {@code CreateAdministratorParamsQuery} selects a set of instances of class {@code CreateAdministratorParams} 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.012862694Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateAdministratorParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code adminPrincipalName} to the predicate. The predicate for {@code CreateAdministratorParams} evaluates {@code true} if its value of feature {@code adminPrincipalName} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate adminPrincipalName(
);
/**
* Allows to adds a sort instruction for {@code CreateAdministratorParams} depending the feature {@code adminPrincipalName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByAdminPrincipalName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code initialPassword} to the predicate. The predicate for {@code CreateAdministratorParams} 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 CreateAdministratorParams} 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 CreateAdministratorParams} 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 CreateAdministratorParams} 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 segmentName} to the predicate. The predicate for {@code CreateAdministratorParams} evaluates {@code true} if its value of feature {@code segmentName} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate segmentName(
);
/**
* Allows to adds a sort instruction for {@code CreateAdministratorParams} depending the feature {@code segmentName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderBySegmentName(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}