All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.home1.cci2.ChangePasswordParamsQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;

/**
 * A {@code ChangePasswordParamsQuery} selects a set of instances of class {@code ChangePasswordParams} 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.493798685Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ChangePasswordParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint for the feature {@code newPassword} to the predicate. The predicate for {@code ChangePasswordParams} evaluates {@code true} if its value of feature {@code newPassword} satisfies the selected condition.
   */
  public org.w3c.cci2.StringTypePredicate newPassword(
  );

  /**
   * Allows to adds a sort instruction for {@code ChangePasswordParams} depending the feature {@code newPassword}
   * Note: The order in which {@code orderBy…} instructions are given is relevant!
   */
    public org.w3c.cci2.StringTypeOrder orderByNewPassword(
  );

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint for the feature {@code newPasswordVerification} to the predicate. The predicate for {@code ChangePasswordParams} evaluates {@code true} if its value of feature {@code newPasswordVerification} satisfies the selected condition.
   */
  public org.w3c.cci2.StringTypePredicate newPasswordVerification(
  );

  /**
   * Allows to adds a sort instruction for {@code ChangePasswordParams} depending the feature {@code newPasswordVerification}
   * Note: The order in which {@code orderBy…} instructions are given is relevant!
   */
    public org.w3c.cci2.StringTypeOrder orderByNewPasswordVerification(
  );

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint for the feature {@code oldPassword} to the predicate. The predicate for {@code ChangePasswordParams} evaluates {@code true} if its value of feature {@code oldPassword} satisfies the selected condition.
   */
  public org.w3c.cci2.StringTypePredicate oldPassword(
  );

  /**
   * Allows to adds a sort instruction for {@code ChangePasswordParams} depending the feature {@code oldPassword}
   * Note: The order in which {@code orderBy…} instructions are given is relevant!
   */
    public org.w3c.cci2.StringTypeOrder orderByOldPassword(
  );

// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy