TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.birt.core.internal.impl
Interface IBIRTConstants


public interface IBIRTConstants


Field Summary
static java.lang.String CONTEXT_BIRT_HOME
          Indicates the file path location of the BIRT report engine.
static java.lang.String CONTEXT_CHILD_TEMPLATEFILE
          Represents a child BIRT template file
static java.lang.String CONTEXT_EMBEDDED
          Determines if the generated output should be generated as an embedded page.
static java.lang.String CONTEXT_IMG_DIR
          Context property that represents the location of any images associated with the report
static java.lang.String CONTEXT_MSG_BUNDLE
          A message bundle that contains the extenalized strings.
static java.lang.String CONTEXT_OUT_FILE
          Output file that specifies where to save the report
static java.lang.String CONTEXT_OUT_FOLDER
          Output folder that specifies where to store the report
static java.lang.String CONTEXT_OUTSTREAM
          Output stream that is used to write the report to.
static java.lang.String CONTEXT_RESOURCE_LOCATOR
          Birt resource locator object that implements org.eclipse.birt.report.model.api.IResourceLocator.
static java.lang.String CONTEXT_SORTABLE
          Determines if any tables in the template file should support sorting
static java.lang.String CONTEXT_TEMPLATE_FILE
          Represents the BIRT template file
 

Field Detail

CONTEXT_IMG_DIR

static final java.lang.String CONTEXT_IMG_DIR
Context property that represents the location of any images associated with the report

See Also:
Constant Field Values

CONTEXT_OUTSTREAM

static final java.lang.String CONTEXT_OUTSTREAM
Output stream that is used to write the report to.

See Also:
Constant Field Values

CONTEXT_OUT_FOLDER

static final java.lang.String CONTEXT_OUT_FOLDER
Output folder that specifies where to store the report

See Also:
Constant Field Values

CONTEXT_OUT_FILE

static final java.lang.String CONTEXT_OUT_FILE
Output file that specifies where to save the report

See Also:
Constant Field Values

CONTEXT_RESOURCE_LOCATOR

static final java.lang.String CONTEXT_RESOURCE_LOCATOR
Birt resource locator object that implements org.eclipse.birt.report.model.api.IResourceLocator. This class is used to lookup externalized strings in the report

See Also:
Constant Field Values

CONTEXT_TEMPLATE_FILE

static final java.lang.String CONTEXT_TEMPLATE_FILE
Represents the BIRT template file

See Also:
Constant Field Values

CONTEXT_CHILD_TEMPLATEFILE

static final java.lang.String CONTEXT_CHILD_TEMPLATEFILE
Represents a child BIRT template file

See Also:
Constant Field Values

CONTEXT_SORTABLE

static final java.lang.String CONTEXT_SORTABLE
Determines if any tables in the template file should support sorting

See Also:
Constant Field Values

CONTEXT_MSG_BUNDLE

static final java.lang.String CONTEXT_MSG_BUNDLE
A message bundle that contains the extenalized strings. This property can be set instead of the CONTEXT_RESOURCE_LOCATOR property.

See Also:
Constant Field Values

CONTEXT_EMBEDDED

static final java.lang.String CONTEXT_EMBEDDED
Determines if the generated output should be generated as an embedded page. That is, no html header tags will be emitted. Valid values are Boolean.TRUE or Boolean.FALSE

See Also:
Constant Field Values

CONTEXT_BIRT_HOME

static final java.lang.String CONTEXT_BIRT_HOME
Indicates the file path location of the BIRT report engine. This is only used when generating reports outside the eclipse environment.

See Also:
Constant Field Values

TPTP 4.5.0 Platform Project
Internal API Specification