com.netgrif.application.engine.petrinet.domain.QTransition 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.petrinet.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;
/**
* QTransition is a Querydsl query type for Transition
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QTransition extends EntityPathBase {
private static final long serialVersionUID = -658886000L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QTransition transition = new QTransition("transition");
public final QNode _super;
// inherited
public final org.bson.types.QObjectId _id;
public final MapPath assignedUserPolicy = this.createMap("assignedUserPolicy", String.class, Boolean.class, BooleanPath.class);
public final QI18nString assignMessage;
public final EnumPath assignPolicy = createEnum("assignPolicy", com.netgrif.application.engine.petrinet.domain.policies.AssignPolicy.class);
public final QI18nString cancelMessage;
public final EnumPath dataFocusPolicy = createEnum("dataFocusPolicy", com.netgrif.application.engine.petrinet.domain.policies.DataFocusPolicy.class);
public final MapPath dataGroups = this.createMap("dataGroups", String.class, DataGroup.class, QDataGroup.class);
public final MapPath> dataSet = this.>createMap("dataSet", String.class, DataFieldLogic.class, SimplePath.class);
public final StringPath defaultRoleId = createString("defaultRoleId");
public final QI18nString delegateMessage;
public final MapPath events = this.createMap("events", com.netgrif.application.engine.petrinet.domain.events.EventType.class, com.netgrif.application.engine.petrinet.domain.events.Event.class, com.netgrif.application.engine.petrinet.domain.events.QEvent.class);
public final QI18nString finishMessage;
public final EnumPath finishPolicy = createEnum("finishPolicy", com.netgrif.application.engine.petrinet.domain.policies.FinishPolicy.class);
public final BooleanPath hasAutoTrigger = createBoolean("hasAutoTrigger");
public final StringPath icon = createString("icon");
public final ListPath immediateData = this.createList("immediateData", String.class, StringPath.class, PathInits.DIRECT2);
//inherited
public final StringPath importId;
public final com.netgrif.application.engine.petrinet.domain.layout.QTaskLayout layout;
public final ListPath negativeViewRoles = this.createList("negativeViewRoles", String.class, StringPath.class, PathInits.DIRECT2);
// inherited
public final org.bson.types.QObjectId objectId;
// inherited
public final QPosition position;
public final ListPath postAssignActions = this.createList("postAssignActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath postCancelActions = this.createList("postCancelActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath postDelegateActions = this.createList("postDelegateActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath postFinishActions = this.createList("postFinishActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath preAssignActions = this.createList("preAssignActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath preCancelActions = this.createList("preCancelActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath preDelegateActions = this.createList("preDelegateActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final ListPath preFinishActions = this.createList("preFinishActions", com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action.class, com.netgrif.application.engine.petrinet.domain.dataset.logic.action.QAction.class, PathInits.DIRECT2);
public final NumberPath priority = createNumber("priority", Integer.class);
public final MapPath, SimplePath>> roles = this., SimplePath>>createMap("roles", String.class, java.util.Map.class, SimplePath.class);
//inherited
public final StringPath stringId;
public final MapPath tags = this.createMap("tags", String.class, String.class, StringPath.class);
// inherited
public final QI18nString title;
public final ListPath triggers = this.createList("triggers", com.netgrif.application.engine.workflow.domain.triggers.Trigger.class, com.netgrif.application.engine.workflow.domain.triggers.QTrigger.class, PathInits.DIRECT2);
public final MapPath, SimplePath>> userRefs = this., SimplePath>>createMap("userRefs", String.class, java.util.Map.class, SimplePath.class);
public QTransition(String variable) {
this(Transition.class, forVariable(variable), INITS);
}
public QTransition(Path extends Transition> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QTransition(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QTransition(PathMetadata metadata, PathInits inits) {
this(Transition.class, metadata, inits);
}
public QTransition(Class extends Transition> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new QNode(type, metadata, inits);
this._id = _super._id;
this.assignMessage = inits.isInitialized("assignMessage") ? new QI18nString(forProperty("assignMessage")) : null;
this.cancelMessage = inits.isInitialized("cancelMessage") ? new QI18nString(forProperty("cancelMessage")) : null;
this.delegateMessage = inits.isInitialized("delegateMessage") ? new QI18nString(forProperty("delegateMessage")) : null;
this.finishMessage = inits.isInitialized("finishMessage") ? new QI18nString(forProperty("finishMessage")) : null;
this.importId = _super.importId;
this.layout = inits.isInitialized("layout") ? new com.netgrif.application.engine.petrinet.domain.layout.QTaskLayout(forProperty("layout")) : null;
this.objectId = _super.objectId;
this.position = _super.position;
this.stringId = _super.stringId;
this.title = _super.title;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy