Uses of Class
com.almworks.jira.structure.api.query.StructureQueryBuilder
Packages that use StructureQueryBuilder
-
Uses of StructureQueryBuilder in com.almworks.jira.structure.api.query
Classes in com.almworks.jira.structure.api.query with type parameters of type StructureQueryBuilderModifier and TypeClassDescriptionclassStructureQueryBuilder<B extends StructureQueryBuilder<B>>StructureQueryBuilderallows you to build astructure querywith a fluent interface.static interfaceThis class allows to specify a basic constraint, either on its own, or as the last step of building arelational constraint.static classStructureQueryBuilder.OpStep<B extends StructureQueryBuilder<B>>This class lets you addoperatorto therelational constraintbeing built, or to combine the already added relation with another one viaStructureQueryBuilder.OpStep.or().static classThis class allows you to continue buildingrelational constraintby adding anotherrelation.protected static classstatic classStructureQueryBuilder.StartStep<B extends StructureQueryBuilder<B>>This class allows you to either build abasic constraintor start building a relational constraint.protected static classStructureQueryBuilder.StartStepHelper<B extends StructureQueryBuilder<B>>static classStructureQueryBuilder.Sub<B extends StructureQueryBuilder<B>>Object of this class contains the state of the builder inside the currently open parentheses; you can finish building the query in the parentheses and return to the main builder by callingStructureQueryBuilder.Sub.endsub(), or add more constraints inside the parentheses, connecting them withandoror.Subclasses of StructureQueryBuilder in com.almworks.jira.structure.api.queryModifier and TypeClassDescriptionstatic classObject of this class contains the state of the builder; you can finish building the query by callingStructureQueryBuilder.Head.end(), or add more constraints, connecting them withandoror.static classStructureQueryBuilder.Sub<B extends StructureQueryBuilder<B>>Object of this class contains the state of the builder inside the currently open parentheses; you can finish building the query in the parentheses and return to the main builder by callingStructureQueryBuilder.Sub.endsub(), or add more constraints inside the parentheses, connecting them withandoror.