com.netgrif.application.engine.history.domain.taskevents.QTaskEventLog 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.taskevents;
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;
/**
* QTaskEventLog is a Querydsl query type for TaskEventLog
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QTaskEventLog extends EntityPathBase {
private static final long serialVersionUID = 2067155751L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QTaskEventLog taskEventLog = new QTaskEventLog("taskEventLog");
public final com.netgrif.application.engine.history.domain.caseevents.QCaseEventLog _super;
//inherited
public final MapPath> activePlaces;
//inherited
public final StringPath caseId;
//inherited
public final StringPath caseTitle;
//inherited
public final MapPath> consumedTokens;
//inherited
public final EnumPath eventPhase;
// inherited
public final org.bson.types.QObjectId id;
public final StringPath impersonatorId = createString("impersonatorId");
// inherited
public final org.bson.types.QObjectId netId;
//inherited
public final StringPath stringId;
public final StringPath taskId = createString("taskId");
public final StringPath taskTitle = createString("taskTitle");
public final StringPath transitionId = createString("transitionId");
//inherited
public final ListPath triggeredEvents;
// inherited
public final org.bson.types.QObjectId triggerId;
public final StringPath userId = createString("userId");
public QTaskEventLog(String variable) {
this(TaskEventLog.class, forVariable(variable), INITS);
}
public QTaskEventLog(Path extends TaskEventLog> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QTaskEventLog(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QTaskEventLog(PathMetadata metadata, PathInits inits) {
this(TaskEventLog.class, metadata, inits);
}
public QTaskEventLog(Class extends TaskEventLog> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new com.netgrif.application.engine.history.domain.caseevents.QCaseEventLog(type, metadata, inits);
this.activePlaces = _super.activePlaces;
this.caseId = _super.caseId;
this.caseTitle = _super.caseTitle;
this.consumedTokens = _super.consumedTokens;
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