Package com.day.cq.reporting.helpers
Class Const
- java.lang.Object
-
- com.day.cq.reporting.helpers.Const
-
public class Const extends Object
This class provides several constants to be used in the context of reporting.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNN_COL_SORTINGpath from a column's setting to the sorting subnodestatic StringNN_COLDEFSName of the node that contains column definitions (used by the column's component node)static StringNN_COLUMNSName of the node that contains the columns of a report (relative to the report's component node)static StringNN_DATAName of the root node for data-related configurationstatic StringNN_DEFAULTSName of the node that contains the default settings of a column (used by the column's component node)static StringNN_DPP_AGGREGATEDName of the sub-node that contains the data processor for aggregated statestatic StringNN_FILTERSName of the root node for filter configuration/definitionstatic StringNN_GENERICName of generic config nodestatic StringNN_PREPROCESSINGName of the root node for data preprocessing definitionsstatic StringNN_PROP_CONSTRAINTSName of the node that defines property constraintsstatic StringNN_QUERYBUILDERName of query builder-related config nodesstatic StringNN_RESOLVER_CONFIGName of the node that may contain additional resolver configurationstatic StringNN_SETTINGSName of the node that contains the column settings (used by the column's instance node)static StringNN_SNAPSHOT_DATANode name: Snapshot datastatic StringNN_SNAPSHOT_TOTALSNode name: Totals for data columns of a snapshotstatic StringNN_SNAPSHOT_TYPEINFONode name: Type info for snapshotstatic StringNT_FROZEN_REPORTNode type for frozen reportsstatic StringPATH_COL_FILTERSPath to a column component's filter settingsstatic StringPATH_COL_QUERYBUILDERPath to a column component's query builder settingsstatic StringPATH_DATAPath to a column component's data settingsstatic StringPATH_PREPROCESSINGPath to a column's preprocessing data configurationstatic StringPATH_REP_QUERYBUILDERPath to a report's query builder settingsstatic StringPMODE_SERVERProcessing mode: Serversidestatic StringPMODE_SERVER_INTERACTIVEProcessing mode: Serverside; interactive modestatic StringPN_AGGREGATEName of the property that defines a column's aggregate type by defaultstatic StringPN_COL_ISSORTEDName of the property that determines if a column is sortedstatic StringPN_COL_SORTDIRName of the property that determines the sorting direction (if sorted) of a columnstatic StringPN_DATA_CUSTOM_ROOTName of the property that determines the custom root path of a report's datastatic StringPN_DATA_FLATNESSName of the property that determines the path flatness of a reportstatic StringPN_DATA_ROOTName of the property that determines the root path of a report's datastatic StringPN_DPP_FORMATName of the property that contains the data format for a data preprocessorstatic StringPN_DPP_REGEX_PATTERNName of the property that contains the regex pattern for a data preprocessorstatic StringPN_DPP_REGEX_REPLACEName of the property that contains the replace string/pattern for a data preprocessorstatic StringPN_FILTER_ACTIVEName of the property that defines if a filter is activestatic StringPN_FILTER_IDName of the property that defines a filter's ID (used for internal referencingstatic StringPN_FILTER_TYPEName of the property that defines a filter's typestatic StringPN_FILTER_VALUEName of the property that defines the filter value (format is specific for the implementing filter)static StringPN_FILTERING_PHASEName of the property that defines the phase the filter is bound tostatic StringPN_IS_GROUPABLEName of the property that defines if the column is groupablestatic StringPN_IS_GROUPEDName of the property that defines if a column is groupedstatic StringPN_MANDATORY_PROPSName of the property that defines properties that are required for a node to be included in result setsstatic StringPN_NODETYPESName of the property that defines the node types to be included in result setsstatic StringPN_PROPNAMEName of properties that define a property namestatic StringPN_PROPVALUEName of properties that define a property valuestatic StringPN_REPORT_CLASSName of the property that determines the class of a reportstatic StringPN_REPORTING_VERSIONName of the property (on the report node) that holds the version of reporting the report was created forstatic StringPN_RESOLVERName of the property that defines a resolver to be used for the column's values.static StringPN_RESOLVER_I18NName of the property that may define if a resolved value has to be internationalizedstatic StringPN_RESOLVER_PATHName of the property that may contain a path used by a resolverstatic StringPN_RESOLVER_PROPERTY_NAMEName of the property that may contain a property name used by a resolverstatic StringPN_RESOLVER_SUB_PATHName of the property that may contain a sub path used by a resolverstatic StringPN_SECONDARY_VALUE_PROPERTYName of the property that defines the property name(s) to get secondary data fromstatic StringPN_SECONDARY_VALUE_SUBPATHName of the property that defines the subpath to get the data fromstatic StringPN_SERVER_PROCMODEName of the property (on the report node) that defines the current server processing modestatic StringPN_SNAPSHOT_DATA_COLSProperty name: Data column names (type info)static StringPN_SNAPSHOT_DATA_SORTINGProperty name: Data column sorting (type info)static StringPN_SNAPSHOT_DATA_TITLESProperty name: Data column titles (type info)static StringPN_SNAPSHOT_DATA_TYPESProperty name: Data column types (type info)static StringPN_SNAPSHOT_GROUPED_COLSProperty name: Grouped column names (type info)static StringPN_SNAPSHOT_GROUPED_TITLESProperty name: Grouped column titles (type info)static StringPN_SNAPSHOT_GROUPED_TYPESProperty name: Grouped column types (type info)static StringPN_SNAPSHOT_HAS_GROUPED_COLSProperty name: Flag if snapshot contains grouped columns;false, if no data is availablestatic StringPN_SNAPSHOT_REPORT_DATAIDName of the property (on the report node) that holds a unique identifier to separate the different versions of a reportstatic StringPN_SNAPSHOT_REPORT_PATHName 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 StringPN_SNAPSHOT_RUNNERName of the property (on finished report nodes) that defines the user to be used for taking snapshotsstatic StringPN_SNAPSHOT_TIMEProperty name: Time of a snapshotstatic StringPN_SNAPSHOTSName of the property (on the report node) that defines the current snapshot mode of the reportstatic StringPN_TREETRAVERSALName of the property that defines if tree traversal be done instead of query for result setsstatic StringPN_TYPEName of the property that defines a column's value typestatic StringPN_VALUE_PROPERTYName of the property that defines the property name(s) to get the data fromstatic StringPN_VALUE_SUBPATHName of the property that defines the subpath to get the data fromstatic StringRENDER_TYPE_CHARTSelector for rendering a chart view onlystatic StringRENDER_TYPE_TABULARSelector for rendering the tabular view only
-
-
-
Field Detail
-
PN_AGGREGATE
public static final String PN_AGGREGATE
Name of the property that defines a column's aggregate type by default- See Also:
- Constant Field Values
-
PN_TYPE
public static final String PN_TYPE
Name of the property that defines a column's value type- See Also:
- Constant Field Values
-
PN_IS_GROUPED
public static final String PN_IS_GROUPED
Name of the property that defines if a column is grouped- See Also:
- Constant Field Values
-
PN_REPORT_CLASS
public static final String PN_REPORT_CLASS
Name of the property that determines the class of a report- See Also:
- Constant Field Values
-
PN_DATA_ROOT
public static final String PN_DATA_ROOT
Name of the property that determines the root path of a report's data- See Also:
- Constant Field Values
-
PN_DATA_CUSTOM_ROOT
public static final String PN_DATA_CUSTOM_ROOT
Name of the property that determines the custom root path of a report's data- See Also:
- Constant Field Values
-
PN_DATA_FLATNESS
public static final String PN_DATA_FLATNESS
Name of the property that determines the path flatness of a report- See Also:
- Constant Field Values
-
PN_VALUE_SUBPATH
public static final String PN_VALUE_SUBPATH
Name of the property that defines the subpath to get the data from- See Also:
- Constant Field Values
-
PN_VALUE_PROPERTY
public static final String PN_VALUE_PROPERTY
Name of the property that defines the property name(s) to get the data from- See Also:
- Constant Field Values
-
PN_SECONDARY_VALUE_SUBPATH
public static final String PN_SECONDARY_VALUE_SUBPATH
Name of the property that defines the subpath to get the data from- See Also:
- Constant Field Values
-
PN_SECONDARY_VALUE_PROPERTY
public static final String PN_SECONDARY_VALUE_PROPERTY
Name of the property that defines the property name(s) to get secondary data from- See Also:
- Constant Field Values
-
PN_IS_GROUPABLE
public static final String PN_IS_GROUPABLE
Name of the property that defines if the column is groupable- See Also:
- Constant Field Values
-
PN_RESOLVER
public static final String PN_RESOLVER
Name of the property that defines a resolver to be used for the column's values.- See Also:
- Constant Field Values
-
NN_RESOLVER_CONFIG
public static final String NN_RESOLVER_CONFIG
Name of the node that may contain additional resolver configuration- See Also:
- Constant Field Values
-
PN_RESOLVER_PATH
public static final String PN_RESOLVER_PATH
Name of the property that may contain a path used by a resolver- See Also:
- Constant Field Values
-
PN_RESOLVER_PROPERTY_NAME
public static final String PN_RESOLVER_PROPERTY_NAME
Name of the property that may contain a property name used by a resolver- See Also:
- Constant Field Values
-
PN_RESOLVER_SUB_PATH
public static final String PN_RESOLVER_SUB_PATH
Name of the property that may contain a sub path used by a resolver- See Also:
- Constant Field Values
-
PN_RESOLVER_I18N
public static final String PN_RESOLVER_I18N
Name of the property that may define if a resolved value has to be internationalized- See Also:
- Constant Field Values
-
NN_COL_SORTING
public static final String NN_COL_SORTING
path from a column's setting to the sorting subnode- See Also:
- Constant Field Values
-
PN_COL_ISSORTED
public static final String PN_COL_ISSORTED
Name of the property that determines if a column is sorted- See Also:
- Constant Field Values
-
PN_COL_SORTDIR
public static final String PN_COL_SORTDIR
Name of the property that determines the sorting direction (if sorted) of a column- See Also:
- Constant Field Values
-
NN_COLUMNS
public static final String NN_COLUMNS
Name of the node that contains the columns of a report (relative to the report's component node)- See Also:
- Constant Field Values
-
NN_COLDEFS
public static final String NN_COLDEFS
Name of the node that contains column definitions (used by the column's component node)- See Also:
- Constant Field Values
-
NN_DEFAULTS
public static final String NN_DEFAULTS
Name of the node that contains the default settings of a column (used by the column's component node)- See Also:
- Constant Field Values
-
NN_SETTINGS
public static final String NN_SETTINGS
Name of the node that contains the column settings (used by the column's instance node)- See Also:
- Constant Field Values
-
NN_GENERIC
public static final String NN_GENERIC
Name of generic config node- See Also:
- Constant Field Values
-
NN_QUERYBUILDER
public static final String NN_QUERYBUILDER
Name of query builder-related config nodes- See Also:
- Constant Field Values
-
NN_FILTERS
public static final String NN_FILTERS
Name of the root node for filter configuration/definition- See Also:
- Constant Field Values
-
NN_DATA
public static final String NN_DATA
Name of the root node for data-related configuration- See Also:
- Constant Field Values
-
NN_PREPROCESSING
public static final String NN_PREPROCESSING
Name of the root node for data preprocessing definitions- See Also:
- Constant Field Values
-
NN_PROP_CONSTRAINTS
public static final String NN_PROP_CONSTRAINTS
Name of the node that defines property constraints- See Also:
- Constant Field Values
-
PN_PROPNAME
public static final String PN_PROPNAME
Name of properties that define a property name- See Also:
- Constant Field Values
-
PN_PROPVALUE
public static final String PN_PROPVALUE
Name of properties that define a property value- See Also:
- Constant Field Values
-
PN_NODETYPES
public static final String PN_NODETYPES
Name of the property that defines the node types to be included in result sets- See Also:
- Constant Field Values
-
PN_TREETRAVERSAL
public static final String PN_TREETRAVERSAL
Name of the property that defines if tree traversal be done instead of query for result sets- See Also:
- Constant Field Values
-
PN_MANDATORY_PROPS
public static final String PN_MANDATORY_PROPS
Name of the property that defines properties that are required for a node to be included in result sets- See Also:
- Constant Field Values
-
PN_FILTER_ID
public static final String PN_FILTER_ID
Name of the property that defines a filter's ID (used for internal referencing- See Also:
- Constant Field Values
-
PN_FILTER_TYPE
public static final String PN_FILTER_TYPE
Name of the property that defines a filter's type- See Also:
- Constant Field Values
-
PN_FILTERING_PHASE
public static final String PN_FILTERING_PHASE
Name of the property that defines the phase the filter is bound to- See Also:
- Constant Field Values
-
PN_FILTER_ACTIVE
public static final String PN_FILTER_ACTIVE
Name of the property that defines if a filter is active- See Also:
- Constant Field Values
-
PN_FILTER_VALUE
public static final String PN_FILTER_VALUE
Name of the property that defines the filter value (format is specific for the implementing filter)- See Also:
- Constant Field Values
-
PN_DPP_REGEX_PATTERN
public static final String PN_DPP_REGEX_PATTERN
Name of the property that contains the regex pattern for a data preprocessor- See Also:
- Constant Field Values
-
PN_DPP_REGEX_REPLACE
public static final String PN_DPP_REGEX_REPLACE
Name of the property that contains the replace string/pattern for a data preprocessor- See Also:
- Constant Field Values
-
PN_DPP_FORMAT
public static final String PN_DPP_FORMAT
Name of the property that contains the data format for a data preprocessor- See Also:
- Constant Field Values
-
NN_DPP_AGGREGATED
public static final String NN_DPP_AGGREGATED
Name of the sub-node that contains the data processor for aggregated state- See Also:
- Constant Field Values
-
PN_SERVER_PROCMODE
public static final String PN_SERVER_PROCMODE
Name of the property (on the report node) that defines the current server processing mode- See Also:
- Constant Field Values
-
PN_SNAPSHOTS
public static final String PN_SNAPSHOTS
Name of the property (on the report node) that defines the current snapshot mode of the report- See Also:
- Constant Field Values
-
PN_SNAPSHOT_REPORT_PATH
public static final String 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:
- Constant Field Values
-
PN_SNAPSHOT_REPORT_DATAID
public static final String 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:
- Constant Field Values
-
PN_REPORTING_VERSION
public static final String PN_REPORTING_VERSION
Name of the property (on the report node) that holds the version of reporting the report was created for- See Also:
- Constant Field Values
-
PN_SNAPSHOT_RUNNER
public static final String PN_SNAPSHOT_RUNNER
Name of the property (on finished report nodes) that defines the user to be used for taking snapshots- See Also:
- Constant Field Values
-
NN_SNAPSHOT_DATA
public static final String NN_SNAPSHOT_DATA
Node name: Snapshot data- See Also:
- Constant Field Values
-
NN_SNAPSHOT_TYPEINFO
public static final String NN_SNAPSHOT_TYPEINFO
Node name: Type info for snapshot- See Also:
- Constant Field Values
-
NN_SNAPSHOT_TOTALS
public static final String NN_SNAPSHOT_TOTALS
Node name: Totals for data columns of a snapshot- See Also:
- Constant Field Values
-
PN_SNAPSHOT_TIME
public static final String PN_SNAPSHOT_TIME
Property name: Time of a snapshot- See Also:
- Constant Field Values
-
PN_SNAPSHOT_GROUPED_COLS
public static final String PN_SNAPSHOT_GROUPED_COLS
Property name: Grouped column names (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_GROUPED_TYPES
public static final String PN_SNAPSHOT_GROUPED_TYPES
Property name: Grouped column types (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_GROUPED_TITLES
public static final String PN_SNAPSHOT_GROUPED_TITLES
Property name: Grouped column titles (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_DATA_COLS
public static final String PN_SNAPSHOT_DATA_COLS
Property name: Data column names (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_DATA_TYPES
public static final String PN_SNAPSHOT_DATA_TYPES
Property name: Data column types (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_DATA_TITLES
public static final String PN_SNAPSHOT_DATA_TITLES
Property name: Data column titles (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_DATA_SORTING
public static final String PN_SNAPSHOT_DATA_SORTING
Property name: Data column sorting (type info)- See Also:
- Constant Field Values
-
PN_SNAPSHOT_HAS_GROUPED_COLS
public static final String PN_SNAPSHOT_HAS_GROUPED_COLS
Property name: Flag if snapshot contains grouped columns;false, if no data is available- See Also:
- Constant Field Values
-
PATH_REP_QUERYBUILDER
public static final String PATH_REP_QUERYBUILDER
Path to a report's query builder settings- See Also:
- Constant Field Values
-
PATH_COL_QUERYBUILDER
public static final String PATH_COL_QUERYBUILDER
Path to a column component's query builder settings- See Also:
- Constant Field Values
-
PATH_COL_FILTERS
public static final String PATH_COL_FILTERS
Path to a column component's filter settings- See Also:
- Constant Field Values
-
PATH_DATA
public static final String PATH_DATA
Path to a column component's data settings- See Also:
- Constant Field Values
-
PATH_PREPROCESSING
public static final String PATH_PREPROCESSING
Path to a column's preprocessing data configuration- See Also:
- Constant Field Values
-
PMODE_SERVER
public static final String PMODE_SERVER
Processing mode: Serverside- See Also:
- Constant Field Values
-
PMODE_SERVER_INTERACTIVE
public static final String PMODE_SERVER_INTERACTIVE
Processing mode: Serverside; interactive mode- See Also:
- Constant Field Values
-
RENDER_TYPE_TABULAR
public static final String RENDER_TYPE_TABULAR
Selector for rendering the tabular view only- See Also:
- Constant Field Values
-
RENDER_TYPE_CHART
public static final String RENDER_TYPE_CHART
Selector for rendering a chart view only- See Also:
- Constant Field Values
-
NT_FROZEN_REPORT
public static final String NT_FROZEN_REPORT
Node type for frozen reports- See Also:
- Constant Field Values
-
-