Class NgClientConstants

java.lang.Object
com.saperion.ngc.util.NgClientConstants

public final class NgClientConstants extends Object
NGClient specific constants.
  • Field Details

    • JNDI_CONFIG_LOOKUP_PREFIX

      public static final String JNDI_CONFIG_LOOKUP_PREFIX
      JNDI path-prefix for web client configuration resources.
      See Also:
    • TITLE_PROPERTY_NAMES

      public static final String TITLE_PROPERTY_NAMES
      TitlePropertyNames parameter in web.xml.
      See Also:
    • MAX_RANDOM_NR

      public static final int MAX_RANDOM_NR
      Maximum random number for viewer ID generator.
      See Also:
    • INITIAL_PAGESIZE

      public static final int INITIAL_PAGESIZE
      default value for page size.
      See Also:
    • SEARCH_FIRST_VIEWABLE_DOCUMENT

      public static final int SEARCH_FIRST_VIEWABLE_DOCUMENT
      Indicator to look for the first viewable structure element on openDocument.
      See Also:
    • DEFAULT_ENCODING

      public static final String DEFAULT_ENCODING
      default charset for webclient with always supported UTF-8 encoding.
      See Also:
    • DEFAULT_CHARSET

      public static final Charset DEFAULT_CHARSET
      default charset for webclient with always supported UTF-8 encoding.
    • SV_SELECTED_IMAGE

      public static final String SV_SELECTED_IMAGE
      Variable that represents a cover page that shall be shown firstly as part of a structured document.
      See Also:
    • LOGIN_DEFAULT_LOCALE

      public static final String LOGIN_DEFAULT_LOCALE
      login defaultLocale .
      See Also:
    • LOGIN_SUPPORTED_LOCALES

      public static final String LOGIN_SUPPORTED_LOCALES
      login supportedLocales .
      See Also:
    • REFRESH_WORKFLOW_FOLDER_TIME_PARAM

      public static final String REFRESH_WORKFLOW_FOLDER_TIME_PARAM
      Param name for web.xml Workflow Folder Refresh timer.
      See Also:
    • ARCHIVE_READONLY_FIELDS

      public static final String ARCHIVE_READONLY_FIELDS
      Set to true for archiving value of readonly fields from Index mask, default is true.
      See Also:
    • REFRESH_FOLDER_TIME_PARAM

      public static final String REFRESH_FOLDER_TIME_PARAM
      Param name for web.xml Folder Refresh timer.
      See Also:
    • REFRESH_WORKFLOW_FOLDER_TIMER_NAME

      public static final String REFRESH_WORKFLOW_FOLDER_TIMER_NAME
      Name for Workflow Folder Refresh Timer.
      See Also:
    • REFRESH_FOLDER_TIMER_NAME

      public static final String REFRESH_FOLDER_TIMER_NAME
      Name for Folder Refresh Timer.
      See Also:
    • REFRESH_FOLDER_TIME_OFF

      public static final int REFRESH_FOLDER_TIME_OFF
      Interval for Turning off Folder Refresh.
      See Also:
    • DEFAULT_LOG_MANAGER

      public static final String DEFAULT_LOG_MANAGER
      If the web.xml does not provide a log manager take this one.
      See Also:
    • RESULT_SET_SORT_DEFAULT_CSS_CLASS_NATURAL

      public static final String RESULT_SET_SORT_DEFAULT_CSS_CLASS_NATURAL
      Standard CSS class for result set view sorting.
      See Also:
    • MAINTABVIEW_TAB_START_ID

      public static final String MAINTABVIEW_TAB_START_ID
      TabId of the always visible start tab.
      See Also:
    • MAX_LAUNCH_FAVORITES

      public static final int MAX_LAUNCH_FAVORITES
      Constant defining how many business cases show up in recently-launched-menu.
      See Also:
    • WEBCONFIG_CLIENT_URL

      public static final String WEBCONFIG_CLIENT_URL
      The URL used by the clients to reach the webclient.
      See Also:
    • WEBCONFIG_SSO_LOGOUT_URL

      public static final String WEBCONFIG_SSO_LOGOUT_URL
      The URL the client will be redirected to after logging off from a SSO session.
      See Also:
    • WEBCONFIG_PRINT_PDF_MAX_ELEMENTS

      public static final String WEBCONFIG_PRINT_PDF_MAX_ELEMENTS
      Maximum number of elements that can be printed as pdf. 0 = disabled, -1 no limit.
      See Also:
    • WEBCONFIG_PRINT_PDF_MAX_IN_MEM_SIZE

      public static final 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.
      See Also:
    • WEBCONFIG_PRINT_PDF_DISABLE_SKIPPED_ELEMENTS_WARNING

      public static final String WEBCONFIG_PRINT_PDF_DISABLE_SKIPPED_ELEMENTS_WARNING
      If true, no warning will be shown when some elements must be skipped.
      See Also:
    • WEBCONFIG_MAX_UPLOAD_SIZE

      public static final String WEBCONFIG_MAX_UPLOAD_SIZE
      Max upload size in MB configured in web.xml.
      See Also:
    • WEBCONFIG_NO_UPLOAD_LIMIT

      public static final int WEBCONFIG_NO_UPLOAD_LIMIT
      -1 in web.xml's MaxUploadSize configuration means no upload limit.
      See Also:
    • NO_UPLOAD_LIMIT_IN_BYTES

      public static final int NO_UPLOAD_LIMIT_IN_BYTES
      Byte count of -1 since it is recognized as -1MB in first step of initialization.
      See Also:
    • WEBCONFIG_WEAKSSL_UPLOAD

      public static final String WEBCONFIG_WEAKSSL_UPLOAD
      Allow secure upload for unsigned certificates configured in web.xml.
      See Also:
    • WEBCONFIG_UPLOAD_VARIANTS

      public static final String WEBCONFIG_UPLOAD_VARIANTS
      Variants of uploading a document via web client.
      See Also:
    • WEBCONFIG_MAX_VIEW_SIZE

      public static final String WEBCONFIG_MAX_VIEW_SIZE
      Maximum size of documents that can be opened by viewer applet. 0 means no limit.
      See Also:
    • WEBCONFIG_HELP_URL

      public static final String WEBCONFIG_HELP_URL
      URL of the help-page that will be opened when the user clicks the help-button.
      See Also:
    • WEBCONFIG_SAP_VIEWER_HELP_URL

      public static final 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.
      See Also:
    • WEBCONFIG_SUPPORTED_FORMATS

      public static final String WEBCONFIG_SUPPORTED_FORMATS
      List of supported formats for the viewer.
      See Also:
    • WEB_APP_SNOWBOUND_LICENSES_PATH

      public static final String WEB_APP_SNOWBOUND_LICENSES_PATH
      Parameter in SnowboundVirtualViewer.conf that stores the path to license files.
      See Also:
    • SHOWDEFAULTCOMMANDACTIONCELL

      public static final String SHOWDEFAULTCOMMANDACTIONCELL
      Constant to define if for workflow items the next default command action cell should be displayed as configured in web.xml.
      See Also:
    • WEBCONFIG_DISABLE_SIZE_LIMIT_NOTIFICATION

      public static final String WEBCONFIG_DISABLE_SIZE_LIMIT_NOTIFICATION
      Setting to disable size-limit-notification in viewer.
      See Also:
    • WEBCONFIG_USE_ZK_DOWNLOAD_MODE

      public static final String WEBCONFIG_USE_ZK_DOWNLOAD_MODE
      Setting to enable ZK download mode instead of Saperion download mode.
      See Also:
    • WEBCONFIG_ZK_ALWAYS_DOWNLOADS_ZIP

      public static final String WEBCONFIG_ZK_ALWAYS_DOWNLOADS_ZIP
      Setting for ZK downloader to deliver ZIPs even if only one entry is downloaded.
      See Also:
    • WEBCONFIG_ALWAYS_ATTACH_DOCUMENT_DOWNLOAD

      public static final String WEBCONFIG_ALWAYS_ATTACH_DOCUMENT_DOWNLOAD
      Setting for documents download always as attachment.
      See Also:
    • WEBCONFIG_ALWAYS_DOWNLOAD_BIG_DOCUMENTS

      @Deprecated public static final String WEBCONFIG_ALWAYS_DOWNLOAD_BIG_DOCUMENTS
      Deprecated.
      no longer used. Will be removed in 8.1.
      Setting to force downloading of big documents.
      See Also:
    • WEBCONFIG_RENDER_ENGINE_OPTIONS

      public static final String WEBCONFIG_RENDER_ENGINE_OPTIONS
      Setting to configure parameters for the render-engine.
      See Also:
    • WEBCONFIG_RENDER_ENGINE_THREADS

      public static final String WEBCONFIG_RENDER_ENGINE_THREADS
      Setting to configure the number of parallel threads for the render-engine.
      See Also:
    • WEBCONFIG_RENDER_ENGINE_CLASS

      public static final String WEBCONFIG_RENDER_ENGINE_CLASS
      Setting to configure the class name of the render-engine to be used.
      See Also:
    • WEBCONFIG_TEMPORARY_DOCUMENT_PREVIEW

      public static final String WEBCONFIG_TEMPORARY_DOCUMENT_PREVIEW
      Setting to configure if temporary documents should be shown in viewer at archiving time.
      See Also:
    • WEBCONFIG_REST_BASE_URL

      public static final String WEBCONFIG_REST_BASE_URL
      Setting for base url to rest webservices.
      See Also:
    • WEBCONFIG_USE_VIEWER_SESSION_MAP

      public static final String WEBCONFIG_USE_VIEWER_SESSION_MAP
      Enable viewer-session-map for virtual viewer session handling.
      See Also:
    • WEBCONFIG_APPLET_READY_ATTEMPTS

      public static final String WEBCONFIG_APPLET_READY_ATTEMPTS
      Optional parameter to define how often the viewer applet tries to find out if it is ready.
      See Also:
    • WEBCONFIG_APPLET_READY_TIMEOUT

      public static final String WEBCONFIG_APPLET_READY_TIMEOUT
      Optional parameter to define the timeout between two tries to find out if the viewer applet is ready.
      See Also:
    • WEBCONFIG_POPUP_DOCUMENT_OPEN_DELAY

      public static final 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.
      See Also:
    • WEBCONFIG_POPUP_VIEWER_INIT_DELAY

      public static final 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.
      See Also:
    • WEBCONFIG_HIDE_EFILES_IN_OVERVIEW

      public static final String WEBCONFIG_HIDE_EFILES_IN_OVERVIEW
      Optional parameter to define whether to hide register nodes in navigation overview or not.
      See Also:
    • WEBCONFIG_NEW_SESSION_AFTER_LOGIN

      public static final String WEBCONFIG_NEW_SESSION_AFTER_LOGIN
      Optional parameter to define whether to renew http-session after login.
      See Also:
    • WEBCONFIG_LOGOFF_URL

      public static final String WEBCONFIG_LOGOFF_URL
      Optional parameter to set URL to redirect to after logoff.
      See Also:
    • WEBCONFIG_LOG_MANAGER_CLASS_NAME

      public static final String WEBCONFIG_LOG_MANAGER_CLASS_NAME
      Optional parameter to define the log manager to use.
      See Also:
    • WEBCONFIG_MERGE_MULTIPAGETIFF

      public static final String WEBCONFIG_MERGE_MULTIPAGETIFF
      If true, multipage tiff documents will be shown as single file.
      See Also:
    • WEBCONFIG_USER_SELECT_DIALOG_SHOWS_DESCRIPTION

      public static final String WEBCONFIG_USER_SELECT_DIALOG_SHOWS_DESCRIPTION
      If true, the UserSelectionDialog will show the description of selected users.
      See Also:
    • WEBCONFIG_HIDDEN_FOLDERS

      public static final String WEBCONFIG_HIDDEN_FOLDERS
      Hidden folders in navigation view.
      See Also:
    • WEBCONFIG_EFILE_COUNTER_ENABLED

      public static final String WEBCONFIG_EFILE_COUNTER_ENABLED
      Disable counter values for eFiles and their registers in navigation tree.
      See Also:
    • WEBCONFIG_EXPORT_MAX_ELEMENTS

      public static final String WEBCONFIG_EXPORT_MAX_ELEMENTS
      Maximum allowed number of elements to export.
      See Also:
    • WEBCONFIG_EXPORT_MAX_VALUE_LENGTH

      public static final String WEBCONFIG_EXPORT_MAX_VALUE_LENGTH
      Maximum allowed length of an exported value.
      See Also:
    • WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS

      public static final String WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS
      Configures removal of line breaks in CSV export.
      See Also:
    • WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN

      public static final String WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN
      Configurs pattern used to exclude fields.
      See Also:
    • WEBCONFIG_LOGOFF_ON_CLOSE

      public static final String WEBCONFIG_LOGOFF_ON_CLOSE
      Parameter to enable automatic logout when browser window is closed.
      See Also:
    • WEBCONFIG_WATERMARK_ENABLED

      public static final String WEBCONFIG_WATERMARK_ENABLED
      Parameter to enable watermarks on documents.
      See Also:
    • WEBCONFIG_MAX_RECENT_EFILES

      public static final String WEBCONFIG_MAX_RECENT_EFILES
      Parameter to limit max size or recent eFiles shown below eFile app.
      See Also:
    • WEBCONFIG_IGNORE_NAME_OP_UPPER_SETTING

      public static final String WEBCONFIG_IGNORE_NAME_OP_UPPER_SETTING
      Parameter to ignore NameOpUpper setting for queries.
      See Also:
    • WEBCONFIG_REFRESH_RESULT_AFTER_UPDATE

      public static final String WEBCONFIG_REFRESH_RESULT_AFTER_UPDATE
      Parameter to enable or disable automatic refresh of result lists.
      See Also:
    • WEBCONFIG_CLIENT_SIDE_FUNCTIONS_LIMIT

      public static final String WEBCONFIG_CLIENT_SIDE_FUNCTIONS_LIMIT
      Parameter to define the maximum number of hits in a query result to use client side paging for.
      See Also:
    • WEBCONFIG_HQL_CHARS_TO_ESCAPE

      public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE
      Parameter to define chars to escape in HQL queries for other database types than Oracle and MSSQL.
      See Also:
    • WEBCONFIG_HQL_CHARS_TO_ESCAPE_MSSQL

      public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE_MSSQL
      Parameter to define chars to escape in HQL queries for MSSQL databases.
      See Also:
    • WEBCONFIG_HQL_CHARS_TO_ESCAPE_ORACLE

      public static final String WEBCONFIG_HQL_CHARS_TO_ESCAPE_ORACLE
      Parameter to define chars to escape in HQL queries for Oracle databases.
      See Also:
    • WEBCONFIG_HQL_ESCAPE_CHARACTER

      public static final String WEBCONFIG_HQL_ESCAPE_CHARACTER
      Parameter to define the escape character in HQL queries.
      See Also:
    • WEBCONFIG_DEFAULT_VIEWER_CLASS

      public static final String WEBCONFIG_DEFAULT_VIEWER_CLASS
      Parameter to define the default viewer's class name.
      See Also:
    • WEBCONFIG_DEFAULT_VIEWER_CLASS_NAME

      public static final String WEBCONFIG_DEFAULT_VIEWER_CLASS_NAME
      Parameter to define the fully qualified default viewer's class name.
      See Also:
    • WEBCONFIG_VIRTUAL_VIEWER_CLASS_NAME

      public static final String WEBCONFIG_VIRTUAL_VIEWER_CLASS_NAME
      See Also:
    • WEBCONFIG_VIEWER_POPUP_WIDTH

      public static final String WEBCONFIG_VIEWER_POPUP_WIDTH
      Parameter to set the width of viewer-popup windows.
      See Also:
    • WEBCONFIG_VIEWER_POPUP_HEIGHT

      public static final String WEBCONFIG_VIEWER_POPUP_HEIGHT
      Parameter to set the height of viewer-popup windows.
      See Also:
    • WEBCONFIG_SAPVIEWER_PDFJS

      public static final String WEBCONFIG_SAPVIEWER_PDFJS
      Parameter to enable PDFJS in SAPViewer.
      See Also:
    • NGAPPLET_RENDERMOLD

      public static final String NGAPPLET_RENDERMOLD
      Common parameter-name for the render-mold of the NgApplet component.
      See Also:
    • VIEWER_SESSION_MAP

      public static final String VIEWER_SESSION_MAP
      Map used to link viewers to their session.
      See Also:
    • ANNOTATION_DOCUMENT_WIDTH

      public static final double ANNOTATION_DOCUMENT_WIDTH
      Document width for annotation coordinates (pixels).
      See Also:
    • ANNOTATION_DOCUMENT_HEIGHT

      public static final double ANNOTATION_DOCUMENT_HEIGHT
      Document height for annotation coordinates (pixels).
      See Also:
    • ANNOTATION_DEFAULT_RESOLUTION

      public static final int ANNOTATION_DEFAULT_RESOLUTION
      DPI for annotation coordinats.
      See Also:
    • DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL

      public static final String DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL
      Characters to escape by default on MSSQL databases.
      See Also:
    • DEFAULT_HQL_ESCAPE_CHARACTERS_ANSI_SQL

      public static final String DEFAULT_HQL_ESCAPE_CHARACTERS_ANSI_SQL
      Characters to escape by default on ANSI SQL databases.
      See Also:
    • DEFAULT_HQL_ESCAPE_CHAR

      public static final char DEFAULT_HQL_ESCAPE_CHAR
      Default escape-character for HQL like statements.
      See Also:
    • DISABLE_HQL_ESCAPE_KEYWORD

      public static final String DISABLE_HQL_ESCAPE_KEYWORD
      Value of the escape-character properties to disable escaping.
      See Also:
    • ANNOTATION_FONT_HEIGHT_FACTOR

      public static final double ANNOTATION_FONT_HEIGHT_FACTOR
      Factor needed to scale font-heights for the ViewOne annotation ini format. The factor represents a screen dimension of 640/480 pixels.
      See Also:
    • ANNOTATION_PPI

      public static final double ANNOTATION_PPI
      A physical inch consists of 72 points.
      See Also:
    • ANNOTATION_FACTOR_PX_TO_PT

      public static final 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
      See Also:
    • IS_SINGLE_TENANT

      public static final String IS_SINGLE_TENANT
      Name of session attribute for multi mandant status.
      See Also:
    • ACL_STRING_SEPARATOR

      public static final String ACL_STRING_SEPARATOR
      Separator used to set multiple ACLs when archiving or updating.
      See Also:
    • DB_SETTINGS_SECTION

      public static final String DB_SETTINGS_SECTION
      Name of the section to be used for database-settings. Add user-id to distinguish users.
      See Also:
    • DEFAULT_FRACTION_DIGITS

      public static final int DEFAULT_FRACTION_DIGITS
      Default number of fraction-digits for float-values.
      See Also:
    • SHAREBASE_ENABLE

      public static final String SHAREBASE_ENABLE
      Sharebase settings
      See Also:
    • SHAREBASE_API_URL

      public static final String SHAREBASE_API_URL
      See Also:
    • SHAREBASE_BEARER_TOKEN

      public static final String SHAREBASE_BEARER_TOKEN
      See Also:
    • SHAREBASE_PHOENIX_SCHEME_ENABLE

      public static final String SHAREBASE_PHOENIX_SCHEME_ENABLE
      See Also:
    • SHAREBASE_FETCH_DOC_ENABLE

      public static final String SHAREBASE_FETCH_DOC_ENABLE
      See Also:
    • SHAREBASE_DOC_FETCH_INTERVAL_MINS

      public static final String SHAREBASE_DOC_FETCH_INTERVAL_MINS
      See Also:
    • SHAREBASE_DOC_FETCH_EXPIRY_EXPIRY

      public static final String SHAREBASE_DOC_FETCH_EXPIRY_EXPIRY
      See Also:
    • SHAREBASE_DELETE_OLDER_THAN

      public static final String SHAREBASE_DELETE_OLDER_THAN
      See Also:
    • ONEDRIVE_ENABLE

      public static final String ONEDRIVE_ENABLE
      OneDrive settings
      See Also:
    • ONEDRIVE_API_URL

      public static final String ONEDRIVE_API_URL
      See Also:
    • DUPLICATE_SESSIONS_MODE

      public static final String DUPLICATE_SESSIONS_MODE
      See Also:
    • DUPLICATE_SESSIONS_USER_DIALOG

      public static final String DUPLICATE_SESSIONS_USER_DIALOG
      See Also:
    • INI_REVISION_DIALOG

      public static final String INI_REVISION_DIALOG
      RevisionDialog section in ini.
      See Also:
    • INI_FORM_TARGET

      public static final String INI_FORM_TARGET
      FormTarget section in ini.
      See Also:
    • INI_DOCFLOW

      public static final String INI_DOCFLOW
      Docflow section in ini.
      See Also:
    • INIENTRY_USE_DISPLAY_NAME

      public static final String INIENTRY_USE_DISPLAY_NAME
      Ini-entry to enable displayname in user-dialogs for workflow.
      See Also:
    • CONFIG_ENABLEJNDI

      public static final String CONFIG_ENABLEJNDI
      System property used to disable JNDI in configuration.
      See Also:
    • FORCE_SSO

      public static final String FORCE_SSO
      When set to true will prevent users to login without SSO
      See Also:
    • FORCE_LOGIN_SSOBUTTON

      public static final String FORCE_LOGIN_SSOBUTTON
      When set to true will always show Relogin with SSO Button in login dialog
      See Also:
    • JCS_APP_ID

      public static final String JCS_APP_ID
      Webclient's name as registered in JCS
      See Also:
    • JCS_APP_SECRET

      public static final String JCS_APP_SECRET
      Secret key as registered in JCS
      See Also:
    • HYLAND_VIEWER_SECRET

      public static final String HYLAND_VIEWER_SECRET
      Secret key as registered by HYLAND_VIEWER
      See Also:
    • HYLAND_VIEWER_TOKEN_EXPIRATION

      public static final String HYLAND_VIEWER_TOKEN_EXPIRATION
      Token expiration time for HYLAND_VIEWER request
      See Also:
    • BLACKLISTED_MIME_TYPES

      public static final String BLACKLISTED_MIME_TYPES
      Blacklisted MIME types
      See Also:
    • SAPERION_SERVICE_ACCOUNT_USERNAME

      public static final String SAPERION_SERVICE_ACCOUNT_USERNAME
      Service account username
      See Also:
    • SAPERION_SERVICE_ACCOUNT_PASSWORD

      public static final String SAPERION_SERVICE_ACCOUNT_PASSWORD
      Service account password
      See Also:
    • SAPERION_SERVICE_ACCOUNT_TENANT

      public static final String SAPERION_SERVICE_ACCOUNT_TENANT
      Service account tenant
      See Also:
    • SAPERION_SERVICE_ACCOUNT_USER_TYPE

      public static final String SAPERION_SERVICE_ACCOUNT_USER_TYPE
      Service account user type
      See Also:
    • SHAREBASE_SERVICE_ACCOUNT_USERNAME

      public static final String SHAREBASE_SERVICE_ACCOUNT_USERNAME
      Service account username
      See Also:
    • SHAREBASE_SERVICE_ACCOUNT_PASSWORD

      public static final String SHAREBASE_SERVICE_ACCOUNT_PASSWORD
      Service account password
      See Also:
    • WEBCONFIG_DOWNLOAD_FILTER

      public static final String WEBCONFIG_DOWNLOAD_FILTER
      Setting for downloading potentially unsafe content from Saperion
      See Also:
    • WEBCONFIG_DOWNLOAD_FILTER_LIST

      public static final String WEBCONFIG_DOWNLOAD_FILTER_LIST
      See Also:
    • WEBCONFIG_RESTRICTED_FILE_DOWNLOAD_ACTION

      public static final String WEBCONFIG_RESTRICTED_FILE_DOWNLOAD_ACTION
      See Also:
    • ENABLE_RESULTLIST_DOUBLE_CLICK_OPTION

      public static final String ENABLE_RESULTLIST_DOUBLE_CLICK_OPTION
      See Also:
    • HIDE_DOCUMENT_STRUCTURE_IN_PREVIEW

      public static final String HIDE_DOCUMENT_STRUCTURE_IN_PREVIEW
      Setting for hiding document structure in preview window
      See Also:
    • MAX_NUMBER_OF_HYRCS_SESSIONS

      public static final String MAX_NUMBER_OF_HYRCS_SESSIONS
      Maximum number of cached HyRCS sessions
      See Also: