psdi.app.report

Interface ReportConstants

    • Field Detail

      • REPORT_APP_LOGGER

        static final java.lang.String REPORT_APP_LOGGER
        Report application logger.
        See Also:
        Constant Field Values
      • DQ_PROPNAME

        static final java.lang.String DQ_PROPNAME
        The name of the property used to toggle display of the REPORTADHOC.ADDDYNAMICQUERY field
        See Also:
        Constant Field Values
      • PARAMDELIMITER

        static final java.lang.String PARAMDELIMITER
        The delimiter used in the paramstring report parameter.
        See Also:
        Constant Field Values
      • DISPLAYWHERE

        static final java.lang.String DISPLAYWHERE
        Key values used in the paramstring report parameter.
        See Also:
        Constant Field Values
      • SORT

        static final java.lang.String SORT
        Indicates an order by field in a QBR.
        See Also:
        Constant Field Values
      • GROUP

        static final java.lang.String GROUP
        Indicates a group by field in a QBR.
        See Also:
        Constant Field Values
      • FILTER

        static final java.lang.String FILTER
        Indicates a filter field in a QBR.
        See Also:
        Constant Field Values
      • THREAD_AVAILABLE

        static final int THREAD_AVAILABLE
        Report engine state indicating that there is a thread available to process the report.
        See Also:
        Constant Field Values
      • ZERO_CONCURRENT_RUN

        static final int ZERO_CONCURRENT_RUN
        Report engine state indicating that no threads are allocated for report processing (the mxe.report.birt.maxconcurrentrun property is set to zero).
        See Also:
        Constant Field Values
      • OVERLOADED

        static final int OVERLOADED
        Report engine state indicating that all allocated threads are in use.
        See Also:
        Constant Field Values
      • REPORTS_DISABLED

        static final int REPORTS_DISABLED
        Report engine state indicating that all the administrator has disabled reporting.
        See Also:
        Constant Field Values
      • RELATION_NOT_USED

        static final int RELATION_NOT_USED
        Relationship status that indicates how a given relationship from the object structure is used in a QBR. Not used means it is not required for the current report.
        See Also:
        Constant Field Values
      • LINK_RELATION

        static final int LINK_RELATION
        Relationship status that indicates how a given relationship from the object structure is used in a QBR. A link relation is used in the SQL of a subreport to link to a single record in the master report.
        See Also:
        Constant Field Values
      • JOIN_RELATION

        static final int JOIN_RELATION
        Relationship status that indicates how a given relationship from the object structure is used in a QBR. A join relation is a conventional SQL join between two tables in the SQL for a given report.
        See Also:
        Constant Field Values
      • DPKEY_PREFIX

        static final java.lang.String DPKEY_PREFIX
        The prefix used in the directPrintKey
        See Also:
        Constant Field Values
      • LOOKUP_YORNLOOKUPLIST

        static final java.lang.String LOOKUP_YORNLOOKUPLIST
        See Also:
        Constant Field Values
      • BIRTDATATYPE_DATETIME

        static final java.lang.String BIRTDATATYPE_DATETIME
        See Also:
        Constant Field Values
      • BIRTCTRLTYPE_TEXTBOX

        static final java.lang.String BIRTCTRLTYPE_TEXTBOX
        See Also:
        Constant Field Values
      • INVALID_CHARS_PATTERN

        static final java.util.regex.Pattern INVALID_CHARS_PATTERN
      • EXPORT_ACTION_LIBRARY

        static final java.lang.String EXPORT_ACTION_LIBRARY
        See Also:
        Constant Field Values
      • EXPORT_ACTION_REPORT

        static final java.lang.String EXPORT_ACTION_REPORT
        See Also:
        Constant Field Values
      • EXPORT_ACTION_ALL_REPORTS

        static final java.lang.String EXPORT_ACTION_ALL_REPORTS
        See Also:
        Constant Field Values
      • ATTRIBUTE_BOUNDARY_CHARS

        static final java.lang.String ATTRIBUTE_BOUNDARY_CHARS
        See Also:
        Constant Field Values
      • ATTR_BOUNDARY_CHARS_PATTERN

        static final java.util.regex.Pattern ATTR_BOUNDARY_CHARS_PATTERN
      • SUPPORTED_EXP_TYPES

        static final java.lang.String[] SUPPORTED_EXP_TYPES
      • RPT_STATUS_CANCELLED

        static final java.lang.String RPT_STATUS_CANCELLED
        See Also:
        Constant Field Values
      • DATA_TYPE_INTEGER_BIRT

        static final java.lang.String DATA_TYPE_INTEGER_BIRT
        See Also:
        Constant Field Values
      • DATA_TYPE_DECIMAL_BIRT

        static final java.lang.String DATA_TYPE_DECIMAL_BIRT
        See Also:
        Constant Field Values
      • DATA_TYPE_FLOAT_BIRT

        static final java.lang.String DATA_TYPE_FLOAT_BIRT
        See Also:
        Constant Field Values
      • DATA_TYPE_DATETIME_BIRT

        static final java.lang.String DATA_TYPE_DATETIME_BIRT
        See Also:
        Constant Field Values
      • DATA_TYPE_STRING_BIRT

        static final java.lang.String DATA_TYPE_STRING_BIRT
        See Also:
        Constant Field Values
      • IMPORT_PARAM_ADMINONLY

        static final java.lang.String IMPORT_PARAM_ADMINONLY
        See Also:
        Constant Field Values
      • REPORT_CONTEXT_USER_STOPLIMIT

        static final java.lang.String REPORT_CONTEXT_USER_STOPLIMIT
        Report Stop Limit as configured in the user profile
        See Also:
        getMXSession().getProfile().getReportLimit("reportstoplimit");, Constant Field Values