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

com.netgrif.application.engine.history.domain.petrinetevents.QPetriNetEventLog 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.history.domain.petrinetevents;

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;


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

    private static final long serialVersionUID = -875514169L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QPetriNetEventLog petriNetEventLog = new QPetriNetEventLog("petriNetEventLog");

    public final com.netgrif.application.engine.history.domain.baseevent.QEventLog _super;

    //inherited
    public final EnumPath eventPhase;

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

    public final org.bson.types.QObjectId netId;

    //inherited
    public final StringPath stringId;

    //inherited
    public final ListPath triggeredEvents;

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

    public QPetriNetEventLog(String variable) {
        this(PetriNetEventLog.class, forVariable(variable), INITS);
    }

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

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

    public QPetriNetEventLog(PathMetadata metadata, PathInits inits) {
        this(PetriNetEventLog.class, metadata, inits);
    }

    public QPetriNetEventLog(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new com.netgrif.application.engine.history.domain.baseevent.QEventLog(type, metadata, inits);
        this.eventPhase = _super.eventPhase;
        this.id = _super.id;
        this.netId = inits.isInitialized("netId") ? new org.bson.types.QObjectId(forProperty("netId")) : null;
        this.stringId = _super.stringId;
        this.triggeredEvents = _super.triggeredEvents;
        this.triggerId = _super.triggerId;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy