org.apertereports.common
Interface ARConstants

All Known Implementing Classes:
TextUtils, TimeUtils

public interface ARConstants

Contains constant fields used in the report generation process.


Nested Class Summary
static class ARConstants.BooleanValues
          Represents a boolean report property.
static class ARConstants.ErrorCode
          Report generation error codes.
static class ARConstants.InputTypes
          Represents report parameter input types.
static class ARConstants.Keys
          Different types of report parameters.
static class ARConstants.Parameter
          Datasource parameter.
static class ARConstants.ReportMimeType
          Simple enum for report type conversion to a mime type.
static class ARConstants.ReportType
          Allowed report formats.
 
Field Summary
static Integer CACHE_MANAGER_CHECK_INTERVAL
          Cache manager's thread interval between each cache analysis.
static String DATETIME_PATTERN
          A simple datetime pattern.
static String FIELD_DELIMITER
          CSV field delimiter.
static SimpleDateFormat FILE_DATE_FORMAT
          A date format for writing in log files.
static String FILE_PREFIX
          File prefix for log purposes.
static String JMS_PROPERTY_REPORT_ORDER_ID
          Report order id property name.
static String JNDI_DEFAULT_CONTEXT
          Default context: java:comp/env
static String JNDI_JMS_CONNECTION_FACTORY_ID
          JMS connection factory id
static String JNDI_JMS_GENERATE_REPORT_QUEUE_ID
          JNDI JMS generate report queue id
static String JNDI_JMS_PROCESS_REPORT_QUEUE_ID
          JNDI JMS process report queue id
static String RECORD_DELIMITER
          CSV record delimiter.
static String SUBREPORT_MAP_PARAMETER_NAME
          Key used to pass map with compiled subreports to JasperFiller
static String WS_NAMESPACE
          Web service namespace.
static String WS_REQUEST_LOCAL_PART
          Web service request local part.
 

Field Detail

WS_NAMESPACE

static final String WS_NAMESPACE
Web service namespace.

See Also:
Constant Field Values

WS_REQUEST_LOCAL_PART

static final String WS_REQUEST_LOCAL_PART
Web service request local part.

See Also:
Constant Field Values

FILE_PREFIX

static final String FILE_PREFIX
File prefix for log purposes.

See Also:
Constant Field Values

FILE_DATE_FORMAT

static final SimpleDateFormat FILE_DATE_FORMAT
A date format for writing in log files.


FIELD_DELIMITER

static final String FIELD_DELIMITER
CSV field delimiter.

See Also:
Constant Field Values

RECORD_DELIMITER

static final String RECORD_DELIMITER
CSV record delimiter.

See Also:
Constant Field Values

CACHE_MANAGER_CHECK_INTERVAL

static final Integer CACHE_MANAGER_CHECK_INTERVAL
Cache manager's thread interval between each cache analysis. Set to 1 second (1000 milliseconds).


DATETIME_PATTERN

static final String DATETIME_PATTERN
A simple datetime pattern.

See Also:
Constant Field Values

JNDI_DEFAULT_CONTEXT

static final String JNDI_DEFAULT_CONTEXT
Default context: java:comp/env

See Also:
Constant Field Values

JNDI_JMS_PROCESS_REPORT_QUEUE_ID

static final String JNDI_JMS_PROCESS_REPORT_QUEUE_ID
JNDI JMS process report queue id

See Also:
Constant Field Values

JNDI_JMS_GENERATE_REPORT_QUEUE_ID

static final String JNDI_JMS_GENERATE_REPORT_QUEUE_ID
JNDI JMS generate report queue id

See Also:
Constant Field Values

JNDI_JMS_CONNECTION_FACTORY_ID

static final String JNDI_JMS_CONNECTION_FACTORY_ID
JMS connection factory id

See Also:
Constant Field Values

JMS_PROPERTY_REPORT_ORDER_ID

static final String JMS_PROPERTY_REPORT_ORDER_ID
Report order id property name.

See Also:
Constant Field Values

SUBREPORT_MAP_PARAMETER_NAME

static final String SUBREPORT_MAP_PARAMETER_NAME
Key used to pass map with compiled subreports to JasperFiller

See Also:
Constant Field Values


Copyright © 2011-2013. All Rights Reserved.