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

org.openmdx.security.realm1.cci2.CredentialQuery Maven / Gradle / Ivy

// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.cci2;

/**
 */
public interface CredentialQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   */
  public org.w3c.cci2.BooleanTypePredicate locked(
  );

  /**
   * Allows to adds a sort instruction for Credential depending the feature locked
   * Note: The order in which orderBy… instructions are given is relevant!
   */
    public org.w3c.cci2.SimpleTypeOrder orderByLocked(
  );

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.security.realm1.cci2.SubjectQuery subject(
  );

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy