com.netgrif.application.engine.history.domain.caseevents.QCaseEventLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine.history.domain.caseevents;
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;
/**
* QCaseEventLog is a Querydsl query type for CaseEventLog
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QCaseEventLog extends EntityPathBase {
private static final long serialVersionUID = 599360071L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QCaseEventLog caseEventLog = new QCaseEventLog("caseEventLog");
public final com.netgrif.application.engine.history.domain.petrinetevents.QPetriNetEventLog _super;
public final MapPath> activePlaces = this.>createMap("activePlaces", String.class, Integer.class, NumberPath.class);
public final StringPath caseId = createString("caseId");
public final StringPath caseTitle = createString("caseTitle");
public final MapPath> consumedTokens = this.>createMap("consumedTokens", String.class, Integer.class, NumberPath.class);
//inherited
public final EnumPath eventPhase;
// inherited
public final org.bson.types.QObjectId id;
// inherited
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 QCaseEventLog(String variable) {
this(CaseEventLog.class, forVariable(variable), INITS);
}
public QCaseEventLog(Path extends CaseEventLog> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QCaseEventLog(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QCaseEventLog(PathMetadata metadata, PathInits inits) {
this(CaseEventLog.class, metadata, inits);
}
public QCaseEventLog(Class extends CaseEventLog> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new com.netgrif.application.engine.history.domain.petrinetevents.QPetriNetEventLog(type, metadata, inits);
this.eventPhase = _super.eventPhase;
this.id = _super.id;
this.netId = _super.netId;
this.stringId = _super.stringId;
this.triggeredEvents = _super.triggeredEvents;
this.triggerId = _super.triggerId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy