Package com.pullreports.model.config
package com.pullreports.model.config
-
ClassDescriptionContains the configuration for one
CannedQuery
.A CannedQueryConfiguration.Builder follows the builder pattern to create a newCannedQueryConfiguration
instance.Deprecated.A CatalogConfiguration is a collection of one or moreReportConfiguration
s that all share the same directory path within the Pull Reports REST API.A CatalogConfigurationFactory is responsible for the creation of oneCatalogConfiguration
during Pull Reports initialization.A ColumnConfiguration represents one database column within aTableConfiguration
.A ColumnConfiguration.Builder follows the builder pattern to create a newColumnConfiguration
instance.Deprecated.Please useColumnConfiguration.Builder
.Represents one semicolon separated term within the Export Report "columns" parameter.A JoinColumnsRelationshipConfiguration represents the SQL join relationship configuration between twoTableConfiguration
s in which one table has one or more foreign key columns to the second table.A JoinColumnsRelationshipConfiguration.Builder follows the builder pattern to create a newJoinColumnsRelationshipConfiguration
instance.Deprecated.A JoinTableRelationshipConfiguration represents a to-many SQL join relationship between twoTableConfiguration
s via an indirectionJoinTable
which contains foreign keys into the two tables.A JoinTableRelationshipConfiguration.Builder follows the builder pattern to create a newJoinTableRelationshipConfiguration
instance.Deprecated.Please useJoinTableRelationshipConfiguration.Builder
A PlaceholderDefaultQueryLabelValuesProvider is a no operation, placeholderLabelValuesProvider
to set as the LabelValuesProvider for aColumnConfiguration
to indicate the returnedLabelValue
List labels and values should be the distinct column values as queried from the database.A PreFilter applies a filter condition to all Pull Reports Export Report REST API requests to the containing Table.Abstract super class of the two types of join relationships.RelationshipConfiguration.Builder<T extends RelationshipConfiguration.Builder,P extends RelationshipConfiguration> Abstract super class of the Builders for the two types of join relationships.Contains the configuration for one Pull Report.A ReportConfiguration.Builder follows the builder pattern to create a newReportConfiguration
instance.Deprecated.Please useReportConfiguration.Builder
.Contains the configuration for one table within aReportConfiguration
orRelationshipConfiguration
.A TableConfiguration.Builder follows the builder pattern to create a newTableConfiguration
instance.Deprecated.Please useTableConfiguration.Builder
CannedQueryConfiguration.Builder