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

com.netgrif.application.engine.ldap.domain.QLdapUser Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
package com.netgrif.application.engine.ldap.domain;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;


/**
 * QLdapUser is a Querydsl query type for LdapUser
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QLdapUser extends EntityPathBase {

    private static final long serialVersionUID = 1800800621L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QLdapUser ldapUser = new QLdapUser("ldapUser");

    public final com.netgrif.application.engine.auth.domain.QUser _super;

    // inherited
    public final org.bson.types.QObjectId _id;

    //inherited
    public final BooleanPath active;

    //inherited
    public final SetPath authorities;

    //inherited
    public final StringPath avatar;

    public final StringPath commonName = createString("commonName");

    public final StringPath dn = createString("dn");

    //inherited
    public final StringPath email;

    //inherited
    public final DateTimePath expirationDate;

    //inherited
    public final StringPath fullName;

    public final StringPath homeDirectory = createString("homeDirectory");

    //inherited
    public final StringPath id;

    // inherited
    public final com.netgrif.application.engine.auth.domain.QIUser impersonated;

    //inherited
    public final BooleanPath impersonating;

    public final SetPath memberOf = this.createSet("memberOf", String.class, StringPath.class, PathInits.DIRECT2);

    //inherited
    public final StringPath name;

    //inherited
    public final SetPath nextGroups;

    //inherited
    public final StringPath password;

    //inherited
    public final SetPath processRoles;

    // inherited
    public final com.netgrif.application.engine.auth.domain.QIUser selfOrImpersonated;

    //inherited
    public final EnumPath state;

    public final StringPath stringId = createString("stringId");

    //inherited
    public final StringPath surname;

    //inherited
    public final StringPath telNumber;

    //inherited
    public final StringPath token;

    public final StringPath uid = createString("uid");

    public QLdapUser(String variable) {
        this(LdapUser.class, forVariable(variable), INITS);
    }

    public QLdapUser(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QLdapUser(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QLdapUser(PathMetadata metadata, PathInits inits) {
        this(LdapUser.class, metadata, inits);
    }

    public QLdapUser(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new com.netgrif.application.engine.auth.domain.QUser(type, metadata, inits);
        this._id = _super._id;
        this.active = _super.active;
        this.authorities = _super.authorities;
        this.avatar = _super.avatar;
        this.email = _super.email;
        this.expirationDate = _super.expirationDate;
        this.fullName = _super.fullName;
        this.id = _super.id;
        this.impersonated = _super.impersonated;
        this.impersonating = _super.impersonating;
        this.name = _super.name;
        this.nextGroups = _super.nextGroups;
        this.password = _super.password;
        this.processRoles = _super.processRoles;
        this.selfOrImpersonated = _super.selfOrImpersonated;
        this.state = _super.state;
        this.surname = _super.surname;
        this.telNumber = _super.telNumber;
        this.token = _super.token;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy