Class EngineConstants
java.lang.Object
org.eclipse.birt.report.engine.api.EngineConstants
Defines various constants that engine host may need to use
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Deprecated.use APPCONTEXT_CHART_RESOLUTION instead of APPCONTEXT_CHART_PRINT_RESOLUTIONstatic final String
static final String
static final String
static final String
The Engine task owning the application contextstatic final String
static final String
the max page break interval limit.static final String
static final String
The name of the key set in appContext to specify the "__format" value in user's request parameter.static final String
static final String
This property is a key for putting max row number of extended item in app context or global variables.static final String
This property is a key for putting max variable size of extended item in app context or global variables.static final String
This property is a key for putting the start date of fiscal year in app context or global variables.static final String
static final String
this option is used to control refreshing data.static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPCONTEXT_HTML_RENDER_CONTEXT
- See Also:
-
APPCONTEXT_PDF_RENDER_CONTEXT
- See Also:
-
APPCONTEXT_DATASET_CACHE_OPTION
- See Also:
-
APPCONTEXT_BIRT_VIEWER_HTTPSERVET_REQUEST
- See Also:
-
APPCONTEXT_CLASSLOADER_KEY
- See Also:
-
APPCONTEXT_CHART_RESOLUTION
- See Also:
-
APPCONTEXT_CHART_PRINT_RESOLUTION
Deprecated.use APPCONTEXT_CHART_RESOLUTION instead of APPCONTEXT_CHART_PRINT_RESOLUTION- See Also:
-
PROPERTY_EXTENDED_ITEM_MAX_ROW
This property is a key for putting max row number of extended item in app context or global variables.- See Also:
-
PROPERTY_EXTENDED_ITEM_MAX_VARIABLE_SIZE
This property is a key for putting max variable size of extended item in app context or global variables.- See Also:
-
PROPERTY_FISCAL_YEAR_START_DATE
This property is a key for putting the start date of fiscal year in app context or global variables. The date format pattern must be yyyy-MM-dd. Default value July 1st of current year will be used if not set.- See Also:
-
PROPERTYSEPARATOR
-
WEBAPP_CLASSPATH_KEY
- See Also:
-
WORKSPACE_CLASSPATH_KEY
- See Also:
-
PROJECT_CLASSPATH_KEY
- See Also:
-
USER_ACL_KEY
- See Also:
-
APPCONTEXT_URL_PARAM_FORMAT_KEY
The name of the key set in appContext to specify the "__format" value in user's request parameter.- See Also:
-
REFRESH_DATA
this option is used to control refreshing data. If this option is set to True, the original datasource should be ignore. the default value is false;- See Also:
-
APPCONTEXT_MAX_PAGE_BREAK_INTERVAL
the max page break interval limit. It limits maximum page size to avoid OOM- See Also:
-
APPCONTEXT_ENGINE_TASK
The Engine task owning the application context- See Also:
-
-
Constructor Details
-
EngineConstants
public EngineConstants()
-