public final class NgClientConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACL_STRING_SEPARATOR
Separator used to set multiple ACLs when archiving or updating.
|
static int |
ANNOTATION_DEFAULT_RESOLUTION
DPI for annotation coordinats.
|
static double |
ANNOTATION_DOCUMENT_HEIGHT
Document height for annotation coordinates (pixels).
|
static double |
ANNOTATION_DOCUMENT_WIDTH
Document width for annotation coordinates (pixels).
|
static double |
ANNOTATION_FACTOR_PX_TO_PT
Calculation pixel to Pt as follows.
Pt = px * PxToPtConvertFactor * ResolutionFactor = px * 0.75 * (ScreenResolution / DocumentResolution) = px * 0.75 * (72/300) = px * 0.75 * 0.24 = px * 0.18 |
static double |
ANNOTATION_FONT_HEIGHT_FACTOR
Factor needed to scale font-heights for the ViewOne annotation ini format.
|
static double |
ANNOTATION_PPI
A physical inch consists of 72 points.
|
static String |
CONFIG_ENABLEJNDI
System property used to disable JNDI in configuration.
|
static String |
DB_SETTINGS_SECTION
Name of the section to be used for database-settings.
|
static Charset |
DEFAULT_CHARSET
default charset for webclient with always supported UTF-8 encoding.
|
static String |
DEFAULT_ENCODING
default charset for webclient with always supported UTF-8 encoding.
|
static int |
DEFAULT_FRACTION_DIGITS
Default number of fraction-digits for float-values.
|
static char |
DEFAULT_HQL_ESCAPE_CHAR
Default escape-character for HQL like statements.
|
static String |
DEFAULT_HQL_ESCAPE_CHARACTERS_ANSI_SQL
Characters to escape by default on ANSI SQL databases.
|
static String |
DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL
Characters to escape by default on MSSQL databases.
|
static String |
DEFAULT_LOG_MANAGER
If the web.xml does not provide a log manager take this one.
|
static int |
DEFAULT_TIMEOUT_MAIL_LINK
Default timeout for mail links.
|
static String |
DISABLE_HQL_ESCAPE_KEYWORD
Value of the escape-character properties to disable escaping.
|
static Set<Integer> |
FORMATS_WITH_CONFIGURABLE_RESOLUTION
Set of formats with configurable resolution in VirtualViewer.
|
static String |
INI_DOCFLOW
Docflow section in ini.
|
static String |
INI_FORM_TARGET
FormTarget section in ini.
|
static String |
INI_REVISION_DIALOG
RevisionDialog section in ini.
|
static String |
INIENTRY_USE_DISPLAY_NAME
Ini-entry to enable displayname in user-dialogs for workflow.
|
static int |
INITIAL_PAGESIZE
default value for page size.
|
static String |
IS_SINGLE_TENANT
Name of session attribute for multi mandant status.
|
static String |
JNDI_CONFIG_LOOKUP_PREFIX
JNDI path-prefix for web client configuration resources.
|
static String |
LOGIN_DEFAULT_LOCALE
login defaultLocale .
|
static String |
LOGIN_SUPPORTED_LOCALES
login supportedLocales .
|
static String |
MAINTABVIEW_TAB_START_ID
TabId of the always visible start tab.
|
static int |
MAX_LAUNCH_FAVORITES
Constant defining how many business cases show up in recently-launched-menu.
|
static int |
MAX_RANDOM_NR
Maximum random number for viewer ID generator.
|
static String |
NGAPPLET_RENDERMOLD
Common parameter-name for the render-mold of the NgApplet component.
|
static int |
NO_UPLOAD_LIMIT_IN_BYTES
Byte count of -1 since it is recognized as -1MB in first step of initialization.
|
static int |
REFRESH_FOLDER_TIME_OFF
Interval for Turning off Folder Refresh.
|
static String |
REFRESH_FOLDER_TIME_PARAM
Param name for web.xml Folder Refresh timer.
|
static String |
REFRESH_FOLDER_TIMER_NAME
Name for Folder Refresh Timer.
|
static String |
REFRESH_WORKFLOW_FOLDER_TIME_PARAM
Param name for web.xml Workflow Folder Refresh timer.
|
static String |
REFRESH_WORKFLOW_FOLDER_TIMER_NAME
Name for Workflow Folder Refresh Timer.
|
static String |
RESULT_SET_SORT_DEFAULT_CSS_CLASS_NATURAL
Standard CSS class for result set view sorting.
|
static int |
SEARCH_FIRST_VIEWABLE_DOCUMENT
Indicator to look for the first viewable structure element on openDocument.
|
static String |
SHOWDEFAULTCOMMANDACTIONCELL
Constant to define if for workflow items the next default command action cell should be
displayed as configured in web.xml.
|
static String |
SV_SELECTED_IMAGE
Variable that represents a cover page that shall be shown firstly as part of a structured
document.
|
static String |
TITLE_PROPERTY_NAMES
TitlePropertyNames parameter in web.xml.
|
static String |
VIEWER_SESSION_MAP
Map used to link viewers to their session.
|
static String |
WEB_APP_SNOWBOUND_LICENSES_PATH
Parameter in SnowboundVirtualViewer.conf that stores the path to license files.
|
static String |
WEBCONFIG_ALWAYS_ATTACH_DOCUMENT_DOWNLOAD
Setting for documents download always as attachment.
|
static String |
WEBCONFIG_ALWAYS_DOWNLOAD_BIG_DOCUMENTS
Deprecated.
no longer used. Will be removed in 8.1.
|
static String |
WEBCONFIG_APPLET_READY_ATTEMPTS
Optional parameter to define how often the viewer applet tries to find out if it is ready.
|
static String |
WEBCONFIG_APPLET_READY_TIMEOUT
Optional parameter to define the timeout between two tries to find out if the viewer applet
is ready.
|
static String |
WEBCONFIG_CLIENT_SIDE_FUNCTIONS_LIMIT
Parameter to define the maximum number of hits in a query result to use client side paging for.
|
static String |
WEBCONFIG_CLIENT_URL
The URL used by the clients to reach the webclient.
|
static String |
WEBCONFIG_DEFAULT_VIEWER_CLASS
Parameter to define the default viewer's class name.
|
static String |
WEBCONFIG_DISABLE_SIZE_LIMIT_NOTIFICATION
Setting to disable size-limit-notification in viewer.
|
static String |
WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS
Configures removal of line breaks in CSV export.
|
static String |
WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN
Configurs pattern used to exclude fields.
|
static String |
WEBCONFIG_EXPORT_MAX_ELEMENTS
Maximum allowed number of elements to export.
|
static String |
WEBCONFIG_EXPORT_MAX_VALUE_LENGTH
Maximum allowed length of an exported value.
|
static String |
WEBCONFIG_HELP_URL
URL of the help-page that will be opened when the user clicks the help-button.
|
static String |
WEBCONFIG_HIDDEN_FOLDERS
Hidden folders in navigation view.
|
static String |
WEBCONFIG_HIDE_EFILES_IN_OVERVIEW
Optional parameter to define whether to hide register nodes in navigation overview or not.
|
static String |
WEBCONFIG_HQL_CHARS_TO_ESCAPE
Parameter to define chars to escape in HQL queries for other database types than Oracle and MSSQL.
|
static String |
WEBCONFIG_HQL_CHARS_TO_ESCAPE_MSSQL
Parameter to define chars to escape in HQL queries for MSSQL databases.
|
static String |
WEBCONFIG_HQL_CHARS_TO_ESCAPE_ORACLE
Parameter to define chars to escape in HQL queries for Oracle databases.
|
static String |
WEBCONFIG_HQL_ESCAPE_CHARACTER
Parameter to define the escape character in HQL queries.
|
static String |
WEBCONFIG_IGNORE_NAME_OP_UPPER_SETTING
Parameter to ignore NameOpUpper setting for queries.
|
static String |
WEBCONFIG_LOG_MANAGER_CLASS_NAME
Optional parameter to define the log manager to use.
|
static String |
WEBCONFIG_LOGOFF_ON_CLOSE
Parameter to enable automatic logout when browser window is closed.
|
static String |
WEBCONFIG_LOGOFF_URL
Optional parameter to set URL to redirect to after logoff.
|
static String |
WEBCONFIG_MAX_RECENT_EFILES
Parameter to limit max size or recent eFiles shown below eFile app.
|
static String |
WEBCONFIG_MAX_UPLOAD_SIZE
Max upload size in MB configured in web.xml.
|
static String |
WEBCONFIG_MAX_VIEW_SIZE
Maximum size of documents that can be opened by viewer applet.
|
static String |
WEBCONFIG_MERGE_MULTIPAGETIFF
If true, multipage tiff documents will be shown as single file.
|
static String |
WEBCONFIG_NEW_SESSION_AFTER_LOGIN
Optional parameter to define whether to renew http-session after login.
|
static int |
WEBCONFIG_NO_UPLOAD_LIMIT
-1 in web.xml's MaxUploadSize configuration means no upload limit.
|
static String |
WEBCONFIG_POPUP_DOCUMENT_OPEN_DELAY
Optional parameter to define how long the client will delay the opening of a document in a
popup mask.
|
static String |
WEBCONFIG_POPUP_VIEWER_INIT_DELAY
Optional parameter to define how long the client will delay the initialization of the viewer
applet in a popup mask.
|
static String |
WEBCONFIG_PREFIX_MAIL_LINK
Prefix for mail links.
|
static String |
WEBCONFIG_PRINT_PDF_DISABLE_SKIPPED_ELEMENTS_WARNING
If true, no warning will be shown when some elements must be skipped.
|
static String |
WEBCONFIG_PRINT_PDF_MAX_ELEMENTS
Maximum number of elements that can be printed as pdf.
|
static String |
WEBCONFIG_PRINT_PDF_MAX_IN_MEM_SIZE
Maximum size (in bytes) of generated PDF to be kept in memory and not in a tempfile.
|
static String |
WEBCONFIG_REFRESH_RESULT_AFTER_UPDATE
Parameter to enable or disable automatic refresh of result lists.
|
static String |
WEBCONFIG_RENDER_ENGINE_CLASS
Setting to configure the class name of the render-engine to be used.
|
static String |
WEBCONFIG_RENDER_ENGINE_OPTIONS
Setting to configure parameters for the render-engine.
|
static String |
WEBCONFIG_RENDER_ENGINE_THREADS
Setting to configure the number of parallel threads for the render-engine.
|
static String |
WEBCONFIG_REST_BASE_URL
Setting for base url to rest webservices.
|
static String |
WEBCONFIG_SAP_VIEWER_HELP_URL
URL of the help-page that will be opened when the user clicks the help-button in the SAPViewer.
|
static String |
WEBCONFIG_STANDALONEVIEWER_SECURELINK_REQUIRED |
static String |
WEBCONFIG_SUPPORTED_FORMATS
List of supported formats for the viewer.
|
static String |
WEBCONFIG_TARGET_PAGE_MAIL_LINK
Target page for mail links.
|
static String |
WEBCONFIG_TEMPORARY_DOCUMENT_PREVIEW
Setting to configure if temporary documents should be shown in viewer at archiving time.
|
static String |
WEBCONFIG_TIMEOUT_MAIL_LINK
Timeout for mail links.
|
static String |
WEBCONFIG_UPLOAD_VARIANTS
Variants of uploading a document via web client.
|
static String |
WEBCONFIG_USE_VIEWER_SESSION_MAP
Enable viewer-session-map for virtual viewer session handling.
|
static String |
WEBCONFIG_USE_ZK_DOWNLOAD_MODE
Setting to enable ZK download mode instead of Saperion download mode.
|
static String |
WEBCONFIG_USER_SELECT_DIALOG_SHOWS_DESCRIPTION
If true, the UserSelectionDialog will show the description of selected users.
|
static String |
WEBCONFIG_VIEWER_POPUP_HEIGHT
Parameter to set the height of viewer-popup windows.
|
static String |
WEBCONFIG_VIEWER_POPUP_WIDTH
Parameter to set the width of viewer-popup windows.
|
static String |
WEBCONFIG_WATERMARK_ENABLED
Parameter to enable watermarks on documents.
|
static String |
WEBCONFIG_WEAKSSL_UPLOAD
Allow secure upload for unsigned certificates configured in web.xml.
|
static String |
WEBCONFIG_ZK_ALWAYS_DOWNLOADS_ZIP
Setting for ZK downloader to deliver ZIPs even if only one entry is downloaded.
|
public static final Set<Integer> FORMATS_WITH_CONFIGURABLE_RESOLUTION
public static final String JNDI_CONFIG_LOOKUP_PREFIX
public static final String TITLE_PROPERTY_NAMES
public static final int MAX_RANDOM_NR
public static final int INITIAL_PAGESIZE
public static final int SEARCH_FIRST_VIEWABLE_DOCUMENT
public static final String DEFAULT_ENCODING
public static final Charset DEFAULT_CHARSET
public static final String SV_SELECTED_IMAGE
public static final String LOGIN_DEFAULT_LOCALE
public static final String LOGIN_SUPPORTED_LOCALES
public static final String REFRESH_WORKFLOW_FOLDER_TIME_PARAM
public static final String REFRESH_FOLDER_TIME_PARAM
public static final String REFRESH_WORKFLOW_FOLDER_TIMER_NAME
public static final String REFRESH_FOLDER_TIMER_NAME
public static final int REFRESH_FOLDER_TIME_OFF
public static final String DEFAULT_LOG_MANAGER
public static final String RESULT_SET_SORT_DEFAULT_CSS_CLASS_NATURAL
public static final String MAINTABVIEW_TAB_START_ID
public static final int MAX_LAUNCH_FAVORITES
public static final String WEBCONFIG_CLIENT_URL
public static final String WEBCONFIG_PRINT_PDF_MAX_ELEMENTS
public static final String WEBCONFIG_PRINT_PDF_MAX_IN_MEM_SIZE
public static final String WEBCONFIG_PRINT_PDF_DISABLE_SKIPPED_ELEMENTS_WARNING
public static final String WEBCONFIG_MAX_UPLOAD_SIZE
public static final int WEBCONFIG_NO_UPLOAD_LIMIT
public static final int NO_UPLOAD_LIMIT_IN_BYTES
public static final String WEBCONFIG_WEAKSSL_UPLOAD
public static final String WEBCONFIG_UPLOAD_VARIANTS
public static final String WEBCONFIG_MAX_VIEW_SIZE
public static final String WEBCONFIG_HELP_URL
public static final String WEBCONFIG_SAP_VIEWER_HELP_URL
public static final String WEBCONFIG_SUPPORTED_FORMATS
public static final String WEB_APP_SNOWBOUND_LICENSES_PATH
public static final String SHOWDEFAULTCOMMANDACTIONCELL
public static final String WEBCONFIG_DISABLE_SIZE_LIMIT_NOTIFICATION
public static final String WEBCONFIG_USE_ZK_DOWNLOAD_MODE
public static final String WEBCONFIG_ZK_ALWAYS_DOWNLOADS_ZIP
public static final String WEBCONFIG_ALWAYS_ATTACH_DOCUMENT_DOWNLOAD
@Deprecated public static final String WEBCONFIG_ALWAYS_DOWNLOAD_BIG_DOCUMENTS
public static final String WEBCONFIG_RENDER_ENGINE_OPTIONS
public static final String WEBCONFIG_RENDER_ENGINE_THREADS
public static final String WEBCONFIG_RENDER_ENGINE_CLASS
public static final String WEBCONFIG_TEMPORARY_DOCUMENT_PREVIEW
public static final String WEBCONFIG_REST_BASE_URL
public static final String WEBCONFIG_TIMEOUT_MAIL_LINK
public static final String WEBCONFIG_PREFIX_MAIL_LINK
public static final String WEBCONFIG_TARGET_PAGE_MAIL_LINK
public static final String WEBCONFIG_USE_VIEWER_SESSION_MAP
public static final String WEBCONFIG_STANDALONEVIEWER_SECURELINK_REQUIRED
public static final String WEBCONFIG_APPLET_READY_ATTEMPTS
public static final String WEBCONFIG_APPLET_READY_TIMEOUT
public static final String WEBCONFIG_POPUP_DOCUMENT_OPEN_DELAY
public static final String WEBCONFIG_POPUP_VIEWER_INIT_DELAY
public static final String WEBCONFIG_HIDE_EFILES_IN_OVERVIEW
public static final String WEBCONFIG_NEW_SESSION_AFTER_LOGIN
public static final String WEBCONFIG_LOGOFF_URL
public static final String WEBCONFIG_LOG_MANAGER_CLASS_NAME
public static final String WEBCONFIG_MERGE_MULTIPAGETIFF
public static final String WEBCONFIG_USER_SELECT_DIALOG_SHOWS_DESCRIPTION
public static final String WEBCONFIG_HIDDEN_FOLDERS
public static final String WEBCONFIG_EXPORT_MAX_ELEMENTS
public static final String WEBCONFIG_EXPORT_MAX_VALUE_LENGTH
public static final String WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS
public static final String WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN
public static final String WEBCONFIG_LOGOFF_ON_CLOSE
public static final String WEBCONFIG_WATERMARK_ENABLED
public static final String WEBCONFIG_MAX_RECENT_EFILES
public static final String WEBCONFIG_IGNORE_NAME_OP_UPPER_SETTING
public static final String WEBCONFIG_REFRESH_RESULT_AFTER_UPDATE
public static final String WEBCONFIG_CLIENT_SIDE_FUNCTIONS_LIMIT
public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE
public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE_MSSQL
public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE_ORACLE
public static final String WEBCONFIG_HQL_ESCAPE_CHARACTER
public static final String WEBCONFIG_DEFAULT_VIEWER_CLASS
public static final String WEBCONFIG_VIEWER_POPUP_WIDTH
public static final String WEBCONFIG_VIEWER_POPUP_HEIGHT
public static final String NGAPPLET_RENDERMOLD
public static final String VIEWER_SESSION_MAP
public static final double ANNOTATION_DOCUMENT_WIDTH
public static final double ANNOTATION_DOCUMENT_HEIGHT
public static final int ANNOTATION_DEFAULT_RESOLUTION
public static final int DEFAULT_TIMEOUT_MAIL_LINK
public static final String DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL
public static final String DEFAULT_HQL_ESCAPE_CHARACTERS_ANSI_SQL
public static final char DEFAULT_HQL_ESCAPE_CHAR
public static final String DISABLE_HQL_ESCAPE_KEYWORD
public static final double ANNOTATION_FONT_HEIGHT_FACTOR
public static final double ANNOTATION_PPI
public static final double ANNOTATION_FACTOR_PX_TO_PT
public static final String IS_SINGLE_TENANT
public static final String ACL_STRING_SEPARATOR
public static final String DB_SETTINGS_SECTION
public static final int DEFAULT_FRACTION_DIGITS
public static final String INI_REVISION_DIALOG
public static final String INI_FORM_TARGET
public static final String INI_DOCFLOW
public static final String INIENTRY_USE_DISPLAY_NAME
public static final String CONFIG_ENABLEJNDI
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.