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 newCannedQueryConfigurationinstance.Deprecated.A CatalogConfiguration is a collection of one or moreReportConfigurations that all share the same directory path within the Pull Reports REST API.A CatalogConfigurationFactory is responsible for the creation of oneCatalogConfigurationduring Pull Reports initialization.A ColumnConfiguration represents one database column within aTableConfiguration.A ColumnConfiguration.Builder follows the builder pattern to create a newColumnConfigurationinstance.Deprecated.Please useColumnConfiguration.Builder.Represents one semicolon separated term within the Export Report "columns" parameter.A JoinColumnsRelationshipConfiguration represents the SQL join relationship configuration between twoTableConfigurations 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 newJoinColumnsRelationshipConfigurationinstance.Deprecated.A JoinTableRelationshipConfiguration represents a to-many SQL join relationship between twoTableConfigurations via an indirectionJoinTablewhich contains foreign keys into the two tables.A JoinTableRelationshipConfiguration.Builder follows the builder pattern to create a newJoinTableRelationshipConfigurationinstance.Deprecated.Please useJoinTableRelationshipConfiguration.BuilderA PlaceholderDefaultQueryLabelValuesProvider is a no operation, placeholderLabelValuesProviderto set as the LabelValuesProvider for aColumnConfigurationto indicate the returnedLabelValueList 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 newReportConfigurationinstance.Deprecated.Please useReportConfiguration.Builder.Contains the configuration for one table within aReportConfigurationorRelationshipConfiguration.A TableConfiguration.Builder follows the builder pattern to create a newTableConfigurationinstance.Deprecated.Please useTableConfiguration.Builder
CannedQueryConfiguration.Builder