com.netgrif.application.engine.history.domain.taskevents.QCancelTaskEventLog 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;
/**
* QCancelTaskEventLog is a Querydsl query type for CancelTaskEventLog
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QCancelTaskEventLog extends EntityPathBase {
private static final long serialVersionUID = -1843667775L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QCancelTaskEventLog cancelTaskEventLog = new QCancelTaskEventLog("cancelTaskEventLog");
public final QTaskEventLog _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;
//inherited
public final StringPath impersonatorId;
// inherited
public final org.bson.types.QObjectId netId;
//inherited
public final StringPath stringId;
//inherited
public final StringPath taskId;
//inherited
public final StringPath taskTitle;
//inherited
public final StringPath transitionId;
//inherited
public final ListPath triggeredEvents;
// inherited
public final org.bson.types.QObjectId triggerId;
//inherited
public final StringPath userId;
public QCancelTaskEventLog(String variable) {
this(CancelTaskEventLog.class, forVariable(variable), INITS);
}
public QCancelTaskEventLog(Path extends CancelTaskEventLog> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QCancelTaskEventLog(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QCancelTaskEventLog(PathMetadata metadata, PathInits inits) {
this(CancelTaskEventLog.class, metadata, inits);
}
public QCancelTaskEventLog(Class extends CancelTaskEventLog> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new QTaskEventLog(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.impersonatorId = _super.impersonatorId;
this.netId = _super.netId;
this.stringId = _super.stringId;
this.taskId = _super.taskId;
this.taskTitle = _super.taskTitle;
this.transitionId = _super.transitionId;
this.triggeredEvents = _super.triggeredEvents;
this.triggerId = _super.triggerId;
this.userId = _super.userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy