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

com.netgrif.application.engine.workflow.web.responsebodies.QDataFieldsResource 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.workflow.web.responsebodies;

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;


/**
 * QDataFieldsResource is a Querydsl query type for DataFieldsResource
 */
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QDataFieldsResource extends BeanPath {

    private static final long serialVersionUID = 1582933165L;

    public static final QDataFieldsResource dataFieldsResource = new QDataFieldsResource("dataFieldsResource");

    public final org.springframework.hateoas.QCollectionModel _super = new org.springframework.hateoas.QCollectionModel(this);

    public final CollectionPath> content = this.>createCollection("content", LocalisedField.class, SimplePath.class, PathInits.DIRECT2);

    //inherited
    public final SimplePath fallbackType = _super.fallbackType;

    //inherited
    public final SimplePath fullType = _super.fullType;

    //inherited
    public final SimplePath links = _super.links;

    //inherited
    public final SimplePath resolvableType = _super.resolvableType;

    public QDataFieldsResource(String variable) {
        super(DataFieldsResource.class, forVariable(variable));
    }

    public QDataFieldsResource(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QDataFieldsResource(PathMetadata metadata) {
        super(DataFieldsResource.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy