Package com.day.cq.reporting.helpers
Class Const
java.lang.Object
com.day.cq.reporting.helpers.Const
This class provides several constants to be used in the context of reporting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
path from a column's setting to the sorting subnodestatic final String
Name of the node that contains column definitions (used by the column's component node)static final String
Name of the node that contains the columns of a report (relative to the report's component node)static final String
Name of the root node for data-related configurationstatic final String
Name of the node that contains the default settings of a column (used by the column's component node)static final String
Name of the sub-node that contains the data processor for aggregated statestatic final String
Name of the root node for filter configuration/definitionstatic final String
Name of generic config nodestatic final String
Name of the root node for data preprocessing definitionsstatic final String
Name of the node that defines property constraintsstatic final String
Name of query builder-related config nodesstatic final String
Name of the node that may contain additional resolver configurationstatic final String
Name of the node that contains the column settings (used by the column's instance node)static final String
Node name: Snapshot datastatic final String
Node name: Totals for data columns of a snapshotstatic final String
Node name: Type info for snapshotstatic final String
Node type for frozen reportsstatic final String
Path to a column component's filter settingsstatic final String
Path to a column component's query builder settingsstatic final String
Path to a column component's data settingsstatic final String
Path to a column's preprocessing data configurationstatic final String
Path to a report's query builder settingsstatic final String
Processing mode: Serversidestatic final String
Processing mode: Serverside; interactive modestatic final String
Name of the property that defines a column's aggregate type by defaultstatic final String
Name of the property that determines if a column is sortedstatic final String
Name of the property that determines the sorting direction (if sorted) of a columnstatic final String
Name of the property that determines the custom root path of a report's datastatic final String
Name of the property that determines the path flatness of a reportstatic final String
Name of the property that determines the root path of a report's datastatic final String
Name of the property that contains the data format for a data preprocessorstatic final String
Name of the property that contains the regex pattern for a data preprocessorstatic final String
Name of the property that contains the replace string/pattern for a data preprocessorstatic final String
Name of the property that defines if a filter is activestatic final String
Name of the property that defines a filter's ID (used for internal referencingstatic final String
Name of the property that defines a filter's typestatic final String
Name of the property that defines the filter value (format is specific for the implementing filter)static final String
Name of the property that defines the phase the filter is bound tostatic final String
Name of the property that defines if the column is groupablestatic final String
Name of the property that defines if a column is groupedstatic final String
Name of the property that defines properties that are required for a node to be included in result setsstatic final String
Name of the property that defines the node types to be included in result setsstatic final String
Name of properties that define a property namestatic final String
Name of properties that define a property valuestatic final String
Name of the property that determines the class of a reportstatic final String
Name of the property (on the report node) that holds the version of reporting the report was created forstatic final String
Name of the property that defines a resolver to be used for the column's values.static final String
Name of the property that may define if a resolved value has to be internationalizedstatic final String
Name of the property that may contain a path used by a resolverstatic final String
Name of the property that may contain a property name used by a resolverstatic final String
Name of the property that may contain a sub path used by a resolverstatic final String
Name of the property that defines the property name(s) to get secondary data fromstatic final String
Name of the property that defines the subpath to get the data fromstatic final String
Name of the property (on the report node) that defines the current server processing modestatic final String
Property name: Data column names (type info)static final String
Property name: Data column sorting (type info)static final String
Property name: Data column titles (type info)static final String
Property name: Data column types (type info)static final String
Property name: Grouped column names (type info)static final String
Property name: Grouped column titles (type info)static final String
Property name: Grouped column types (type info)static final String
Property name: Flag if snapshot contains grouped columns;false
, if no data is availablestatic final String
Name of the property (on the report node) that holds a unique identifier to separate the different versions of a reportstatic final String
Name of the property (on the report node) that holds the path of the versioned report node that contains the definition snapshots are currently taken forstatic final String
Name of the property (on finished report nodes) that defines the user to be used for taking snapshotsstatic final String
Property name: Time of a snapshotstatic final String
Name of the property (on the report node) that defines the current snapshot mode of the reportstatic final String
Name of the property that defines if tree traversal be done instead of query for result setsstatic final String
Name of the property that defines a column's value typestatic final String
Name of the property that defines the property name(s) to get the data fromstatic final String
Name of the property that defines the subpath to get the data fromstatic final String
Selector for rendering a chart view onlystatic final String
Selector for rendering the tabular view only -
Method Summary
-
Field Details
-
PN_AGGREGATE
Name of the property that defines a column's aggregate type by default- See Also:
-
PN_TYPE
Name of the property that defines a column's value type- See Also:
-
PN_IS_GROUPED
Name of the property that defines if a column is grouped- See Also:
-
PN_REPORT_CLASS
Name of the property that determines the class of a report- See Also:
-
PN_DATA_ROOT
Name of the property that determines the root path of a report's data- See Also:
-
PN_DATA_CUSTOM_ROOT
Name of the property that determines the custom root path of a report's data- See Also:
-
PN_DATA_FLATNESS
Name of the property that determines the path flatness of a report- See Also:
-
PN_VALUE_SUBPATH
Name of the property that defines the subpath to get the data from- See Also:
-
PN_VALUE_PROPERTY
Name of the property that defines the property name(s) to get the data from- See Also:
-
PN_SECONDARY_VALUE_SUBPATH
Name of the property that defines the subpath to get the data from- See Also:
-
PN_SECONDARY_VALUE_PROPERTY
Name of the property that defines the property name(s) to get secondary data from- See Also:
-
PN_IS_GROUPABLE
Name of the property that defines if the column is groupable- See Also:
-
PN_RESOLVER
Name of the property that defines a resolver to be used for the column's values.- See Also:
-
NN_RESOLVER_CONFIG
Name of the node that may contain additional resolver configuration- See Also:
-
PN_RESOLVER_PATH
Name of the property that may contain a path used by a resolver- See Also:
-
PN_RESOLVER_PROPERTY_NAME
Name of the property that may contain a property name used by a resolver- See Also:
-
PN_RESOLVER_SUB_PATH
Name of the property that may contain a sub path used by a resolver- See Also:
-
PN_RESOLVER_I18N
Name of the property that may define if a resolved value has to be internationalized- See Also:
-
NN_COL_SORTING
path from a column's setting to the sorting subnode- See Also:
-
PN_COL_ISSORTED
Name of the property that determines if a column is sorted- See Also:
-
PN_COL_SORTDIR
Name of the property that determines the sorting direction (if sorted) of a column- See Also:
-
NN_COLUMNS
Name of the node that contains the columns of a report (relative to the report's component node)- See Also:
-
NN_COLDEFS
Name of the node that contains column definitions (used by the column's component node)- See Also:
-
NN_DEFAULTS
Name of the node that contains the default settings of a column (used by the column's component node)- See Also:
-
NN_SETTINGS
Name of the node that contains the column settings (used by the column's instance node)- See Also:
-
NN_GENERIC
Name of generic config node- See Also:
-
NN_QUERYBUILDER
Name of query builder-related config nodes- See Also:
-
NN_FILTERS
Name of the root node for filter configuration/definition- See Also:
-
NN_DATA
Name of the root node for data-related configuration- See Also:
-
NN_PREPROCESSING
Name of the root node for data preprocessing definitions- See Also:
-
NN_PROP_CONSTRAINTS
Name of the node that defines property constraints- See Also:
-
PN_PROPNAME
Name of properties that define a property name- See Also:
-
PN_PROPVALUE
Name of properties that define a property value- See Also:
-
PN_NODETYPES
Name of the property that defines the node types to be included in result sets- See Also:
-
PN_TREETRAVERSAL
Name of the property that defines if tree traversal be done instead of query for result sets- See Also:
-
PN_MANDATORY_PROPS
Name of the property that defines properties that are required for a node to be included in result sets- See Also:
-
PN_FILTER_ID
Name of the property that defines a filter's ID (used for internal referencing- See Also:
-
PN_FILTER_TYPE
Name of the property that defines a filter's type- See Also:
-
PN_FILTERING_PHASE
Name of the property that defines the phase the filter is bound to- See Also:
-
PN_FILTER_ACTIVE
Name of the property that defines if a filter is active- See Also:
-
PN_FILTER_VALUE
Name of the property that defines the filter value (format is specific for the implementing filter)- See Also:
-
PN_DPP_REGEX_PATTERN
Name of the property that contains the regex pattern for a data preprocessor- See Also:
-
PN_DPP_REGEX_REPLACE
Name of the property that contains the replace string/pattern for a data preprocessor- See Also:
-
PN_DPP_FORMAT
Name of the property that contains the data format for a data preprocessor- See Also:
-
NN_DPP_AGGREGATED
Name of the sub-node that contains the data processor for aggregated state- See Also:
-
PN_SERVER_PROCMODE
Name of the property (on the report node) that defines the current server processing mode- See Also:
-
PN_SNAPSHOTS
Name of the property (on the report node) that defines the current snapshot mode of the report- See Also:
-
PN_SNAPSHOT_REPORT_PATH
Name of the property (on the report node) that holds the path of the versioned report node that contains the definition snapshots are currently taken for- See Also:
-
PN_SNAPSHOT_REPORT_DATAID
Name of the property (on the report node) that holds a unique identifier to separate the different versions of a report- See Also:
-
PN_REPORTING_VERSION
Name of the property (on the report node) that holds the version of reporting the report was created for- See Also:
-
PN_SNAPSHOT_RUNNER
Name of the property (on finished report nodes) that defines the user to be used for taking snapshots- See Also:
-
NN_SNAPSHOT_DATA
Node name: Snapshot data- See Also:
-
NN_SNAPSHOT_TYPEINFO
Node name: Type info for snapshot- See Also:
-
NN_SNAPSHOT_TOTALS
Node name: Totals for data columns of a snapshot- See Also:
-
PN_SNAPSHOT_TIME
Property name: Time of a snapshot- See Also:
-
PN_SNAPSHOT_GROUPED_COLS
Property name: Grouped column names (type info)- See Also:
-
PN_SNAPSHOT_GROUPED_TYPES
Property name: Grouped column types (type info)- See Also:
-
PN_SNAPSHOT_GROUPED_TITLES
Property name: Grouped column titles (type info)- See Also:
-
PN_SNAPSHOT_DATA_COLS
Property name: Data column names (type info)- See Also:
-
PN_SNAPSHOT_DATA_TYPES
Property name: Data column types (type info)- See Also:
-
PN_SNAPSHOT_DATA_TITLES
Property name: Data column titles (type info)- See Also:
-
PN_SNAPSHOT_DATA_SORTING
Property name: Data column sorting (type info)- See Also:
-
PN_SNAPSHOT_HAS_GROUPED_COLS
Property name: Flag if snapshot contains grouped columns;false
, if no data is available- See Also:
-
PATH_REP_QUERYBUILDER
Path to a report's query builder settings- See Also:
-
PATH_COL_QUERYBUILDER
Path to a column component's query builder settings- See Also:
-
PATH_COL_FILTERS
Path to a column component's filter settings- See Also:
-
PATH_DATA
Path to a column component's data settings- See Also:
-
PATH_PREPROCESSING
Path to a column's preprocessing data configuration- See Also:
-
PMODE_SERVER
Processing mode: Serverside- See Also:
-
PMODE_SERVER_INTERACTIVE
Processing mode: Serverside; interactive mode- See Also:
-
RENDER_TYPE_TABULAR
Selector for rendering the tabular view only- See Also:
-
RENDER_TYPE_CHART
Selector for rendering a chart view only- See Also:
-
NT_FROZEN_REPORT
Node type for frozen reports- See Also:
-