Package com.pullreports.model
package com.pullreports.model
-
ClassDescriptionAccessControlVoters control access to their parent object within the Pull Reports REST API.A CannedQueriesProvider provides a list of
CannedQuery
s.The Cardinality Enum sets the multiplicity of aRelationshipConfiguration.Builder
in regard to its parent table.The unique identifier of aCatalog
in a Pull Reports installation.Represents a database column within aTable
.A Join Enum represents a SQL join clause between twoTableConfiguration
s via aRelationshipConfiguration
.A JoinColumn specifies the database columns involved in a SQL join between twoTableConfiguration
s via aRelationshipConfiguration
.A JoinTable specifies the indirection table between twoTableConfiguration
s via aJoinTableRelationshipConfiguration
.A LabelValue represents one label/value pair in the Pull Reports Ad Hoc Creator Filter web form, value select list.A LabelValuesProvider is responsible for creatingLabelValue
Lists for aColumn
.The ParamType Enum contains the possible values for theColumn
paramType property.The unique identifier of aCannedQuery
within aReport
.LabelValuesProvider which retrieves label values from a SQL query.The unique identifier of aReport
within aCatalog
.A Subquery returns a query which represents the containingTableConfiguration
within the Pull Reports Export Report REST API.Implement SubqueryProvider to provide aSubquery
to aTableConfiguration.Builder.setSubqueryProvider(SubqueryProvider)
.The unique identifier of aTable
within aRelationship
.LabelValuesProvider which retrieves label values from a SQL query on a single database table definition.