Class NgClientConstants


  • public final class NgClientConstants
    extends java.lang.Object
    NGClient specific constants.
    • Field Detail

      • JNDI_CONFIG_LOOKUP_PREFIX

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

        public static final java.lang.String TITLE_PROPERTY_NAMES
        TitlePropertyNames parameter in web.xml.
        See Also:
        Constant Field Values
      • MAX_RANDOM_NR

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

        public static final int INITIAL_PAGESIZE
        default value for page size.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • DEFAULT_ENCODING

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

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

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

        public static final java.lang.String LOGIN_DEFAULT_LOCALE
        login defaultLocale .
        See Also:
        Constant Field Values
      • LOGIN_SUPPORTED_LOCALES

        public static final java.lang.String LOGIN_SUPPORTED_LOCALES
        login supportedLocales .
        See Also:
        Constant Field Values
      • REFRESH_WORKFLOW_FOLDER_TIME_PARAM

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

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

        public static final java.lang.String REFRESH_FOLDER_TIME_PARAM
        Param name for web.xml Folder Refresh timer.
        See Also:
        Constant Field Values
      • REFRESH_WORKFLOW_FOLDER_TIMER_NAME

        public static final java.lang.String REFRESH_WORKFLOW_FOLDER_TIMER_NAME
        Name for Workflow Folder Refresh Timer.
        See Also:
        Constant Field Values
      • REFRESH_FOLDER_TIMER_NAME

        public static final java.lang.String REFRESH_FOLDER_TIMER_NAME
        Name for Folder Refresh Timer.
        See Also:
        Constant Field Values
      • REFRESH_FOLDER_TIME_OFF

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

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

        public static final java.lang.String RESULT_SET_SORT_DEFAULT_CSS_CLASS_NATURAL
        Standard CSS class for result set view sorting.
        See Also:
        Constant Field Values
      • MAINTABVIEW_TAB_START_ID

        public static final java.lang.String MAINTABVIEW_TAB_START_ID
        TabId of the always visible start tab.
        See Also:
        Constant Field Values
      • MAX_LAUNCH_FAVORITES

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

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

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

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

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_PRINT_PDF_DISABLE_SKIPPED_ELEMENTS_WARNING

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

        public static final java.lang.String WEBCONFIG_MAX_UPLOAD_SIZE
        Max upload size in MB configured in web.xml.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • WEBCONFIG_WEAKSSL_UPLOAD

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

        public static final java.lang.String WEBCONFIG_UPLOAD_VARIANTS
        Variants of uploading a document via web client.
        See Also:
        Constant Field Values
      • WEBCONFIG_MAX_VIEW_SIZE

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

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

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_SUPPORTED_FORMATS

        public static final java.lang.String WEBCONFIG_SUPPORTED_FORMATS
        List of supported formats for the viewer.
        See Also:
        Constant Field Values
      • WEB_APP_SNOWBOUND_LICENSES_PATH

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

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_DISABLE_SIZE_LIMIT_NOTIFICATION

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

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

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

        public static final java.lang.String WEBCONFIG_ALWAYS_ATTACH_DOCUMENT_DOWNLOAD
        Setting for documents download always as attachment.
        See Also:
        Constant Field Values
      • WEBCONFIG_ALWAYS_DOWNLOAD_BIG_DOCUMENTS

        @Deprecated
        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_RENDER_ENGINE_OPTIONS

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

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

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

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

        public static final java.lang.String WEBCONFIG_REST_BASE_URL
        Setting for base url to rest webservices.
        See Also:
        Constant Field Values
      • WEBCONFIG_TIMEOUT_MAIL_LINK

        public static final java.lang.String WEBCONFIG_TIMEOUT_MAIL_LINK
        Timeout for mail links.
        See Also:
        Constant Field Values
      • WEBCONFIG_PREFIX_MAIL_LINK

        public static final java.lang.String WEBCONFIG_PREFIX_MAIL_LINK
        Prefix for mail links.
        See Also:
        Constant Field Values
      • WEBCONFIG_TARGET_PAGE_MAIL_LINK

        public static final java.lang.String WEBCONFIG_TARGET_PAGE_MAIL_LINK
        Target page for mail links.
        See Also:
        Constant Field Values
      • WEBCONFIG_USE_VIEWER_SESSION_MAP

        public static final java.lang.String WEBCONFIG_USE_VIEWER_SESSION_MAP
        Enable viewer-session-map for virtual viewer session handling.
        See Also:
        Constant Field Values
      • WEBCONFIG_STANDALONEVIEWER_SECURELINK_REQUIRED

        public static final java.lang.String WEBCONFIG_STANDALONEVIEWER_SECURELINK_REQUIRED
        See Also:
        Constant Field Values
      • WEBCONFIG_APPLET_READY_ATTEMPTS

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

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_POPUP_DOCUMENT_OPEN_DELAY

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_POPUP_VIEWER_INIT_DELAY

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_HIDE_EFILES_IN_OVERVIEW

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

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

        public static final java.lang.String WEBCONFIG_LOGOFF_URL
        Optional parameter to set URL to redirect to after logoff.
        See Also:
        Constant Field Values
      • WEBCONFIG_LOG_MANAGER_CLASS_NAME

        public static final java.lang.String WEBCONFIG_LOG_MANAGER_CLASS_NAME
        Optional parameter to define the log manager to use.
        See Also:
        Constant Field Values
      • WEBCONFIG_MERGE_MULTIPAGETIFF

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

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

        public static final java.lang.String WEBCONFIG_HIDDEN_FOLDERS
        Hidden folders in navigation view.
        See Also:
        Constant Field Values
      • WEBCONFIG_EFILE_COUNTER_ENABLED

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

        public static final java.lang.String WEBCONFIG_EXPORT_MAX_ELEMENTS
        Maximum allowed number of elements to export.
        See Also:
        Constant Field Values
      • WEBCONFIG_EXPORT_MAX_VALUE_LENGTH

        public static final java.lang.String WEBCONFIG_EXPORT_MAX_VALUE_LENGTH
        Maximum allowed length of an exported value.
        See Also:
        Constant Field Values
      • WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS

        public static final java.lang.String WEBCONFIG_EXPORT_CSV_REMOVE_LINE_BREAKS
        Configures removal of line breaks in CSV export.
        See Also:
        Constant Field Values
      • WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN

        public static final java.lang.String WEBCONFIG_EXPORT_EXCLUDE_COLUMNS_PATTERN
        Configurs pattern used to exclude fields.
        See Also:
        Constant Field Values
      • WEBCONFIG_LOGOFF_ON_CLOSE

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

        public static final java.lang.String WEBCONFIG_WATERMARK_ENABLED
        Parameter to enable watermarks on documents.
        See Also:
        Constant Field Values
      • WEBCONFIG_MAX_RECENT_EFILES

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

        public static final java.lang.String WEBCONFIG_IGNORE_NAME_OP_UPPER_SETTING
        Parameter to ignore NameOpUpper setting for queries.
        See Also:
        Constant Field Values
      • WEBCONFIG_REFRESH_RESULT_AFTER_UPDATE

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

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_HQL_CHARS_TO_ESCAPE

        public static final java.lang.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:
        Constant Field Values
      • WEBCONFIG_HQL_CHARS_TO_ESCAPE_MSSQL

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

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

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

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

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

        public static final java.lang.String WEBCONFIG_VIRTUAL_VIEWER_CLASS_NAME
        See Also:
        Constant Field Values
      • WEBCONFIG_VIEWER_POPUP_WIDTH

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

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

        public static final java.lang.String WEBCONFIG_SAPVIEWER_PDFJS
        Parameter to enable PDFJS in SAPViewer.
        See Also:
        Constant Field Values
      • NGAPPLET_RENDERMOLD

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

        public static final java.lang.String VIEWER_SESSION_MAP
        Map used to link viewers to their session.
        See Also:
        Constant Field Values
      • ANNOTATION_DOCUMENT_WIDTH

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

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

        public static final int ANNOTATION_DEFAULT_RESOLUTION
        DPI for annotation coordinats.
        See Also:
        Constant Field Values
      • DEFAULT_TIMEOUT_MAIL_LINK

        public static final int DEFAULT_TIMEOUT_MAIL_LINK
        Default timeout for mail links.
        See Also:
        Constant Field Values
      • DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL

        public static final java.lang.String DEFAULT_HQL_ESCAPE_CHARACTERS_MSSQL
        Characters to escape by default on MSSQL databases.
        See Also:
        Constant Field Values
      • DEFAULT_HQL_ESCAPE_CHARACTERS_ANSI_SQL

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

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

        public static final java.lang.String DISABLE_HQL_ESCAPE_KEYWORD
        Value of the escape-character properties to disable escaping.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • ANNOTATION_PPI

        public static final double ANNOTATION_PPI
        A physical inch consists of 72 points.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • IS_SINGLE_TENANT

        public static final java.lang.String IS_SINGLE_TENANT
        Name of session attribute for multi mandant status.
        See Also:
        Constant Field Values
      • ACL_STRING_SEPARATOR

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

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

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

        public static final java.lang.String SHAREBASE_ENABLE
        Sharebase settings
        See Also:
        Constant Field Values
      • SHAREBASE_API_URL

        public static final java.lang.String SHAREBASE_API_URL
        See Also:
        Constant Field Values
      • SHAREBASE_BEARER_TOKEN

        public static final java.lang.String SHAREBASE_BEARER_TOKEN
        See Also:
        Constant Field Values
      • SHAREBASE_PHOENIX_SCHEME_ENABLE

        public static final java.lang.String SHAREBASE_PHOENIX_SCHEME_ENABLE
        See Also:
        Constant Field Values
      • SHAREBASE_FETCH_DOC_ENABLE

        public static final java.lang.String SHAREBASE_FETCH_DOC_ENABLE
        See Also:
        Constant Field Values
      • SHAREBASE_DOC_FETCH_INTERVAL_MINS

        public static final java.lang.String SHAREBASE_DOC_FETCH_INTERVAL_MINS
        See Also:
        Constant Field Values
      • SHAREBASE_DOC_FETCH_EXPIRY_EXPIRY

        public static final java.lang.String SHAREBASE_DOC_FETCH_EXPIRY_EXPIRY
        See Also:
        Constant Field Values
      • SHAREBASE_DELETE_OLDER_THAN

        public static final java.lang.String SHAREBASE_DELETE_OLDER_THAN
        See Also:
        Constant Field Values
      • ONEDRIVE_ENABLE

        public static final java.lang.String ONEDRIVE_ENABLE
        OneDrive settings
        See Also:
        Constant Field Values
      • ONEDRIVE_API_URL

        public static final java.lang.String ONEDRIVE_API_URL
        See Also:
        Constant Field Values
      • DUPLICATE_SESSIONS_MODE

        public static final java.lang.String DUPLICATE_SESSIONS_MODE
        See Also:
        Constant Field Values
      • DUPLICATE_SESSIONS_USER_DIALOG

        public static final java.lang.String DUPLICATE_SESSIONS_USER_DIALOG
        See Also:
        Constant Field Values
      • INI_REVISION_DIALOG

        public static final java.lang.String INI_REVISION_DIALOG
        RevisionDialog section in ini.
        See Also:
        Constant Field Values
      • INI_FORM_TARGET

        public static final java.lang.String INI_FORM_TARGET
        FormTarget section in ini.
        See Also:
        Constant Field Values
      • INI_DOCFLOW

        public static final java.lang.String INI_DOCFLOW
        Docflow section in ini.
        See Also:
        Constant Field Values
      • INIENTRY_USE_DISPLAY_NAME

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

        public static final java.lang.String CONFIG_ENABLEJNDI
        System property used to disable JNDI in configuration.
        See Also:
        Constant Field Values
      • FORCE_SSO

        public static final java.lang.String FORCE_SSO
        When set to true will prevent users to login without SSO
        See Also:
        Constant Field Values
      • FORCE_LOGIN_SSOBUTTON

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

        public static final java.lang.String JCS_APP_ID
        Webclient's name as registered in JCS
        See Also:
        Constant Field Values
      • JCS_APP_SECRET

        public static final java.lang.String JCS_APP_SECRET
        Secret key as registered in JCS
        See Also:
        Constant Field Values
      • HYLAND_VIEWER_SECRET

        public static final java.lang.String HYLAND_VIEWER_SECRET
        Secret key as registered by HYLAND_VIEWER
        See Also:
        Constant Field Values
      • HYLAND_VIEWER_TOKEN_EXPIRATION

        public static final java.lang.String HYLAND_VIEWER_TOKEN_EXPIRATION
        Token expiration time for HYLAND_VIEWER request
        See Also:
        Constant Field Values
      • BLACKLISTED_MIME_TYPES

        public static final java.lang.String BLACKLISTED_MIME_TYPES
        Blacklisted MIME types
        See Also:
        Constant Field Values
      • SAPERION_SERVICE_ACCOUNT_USERNAME

        public static final java.lang.String SAPERION_SERVICE_ACCOUNT_USERNAME
        Service account username
        See Also:
        Constant Field Values
      • SAPERION_SERVICE_ACCOUNT_PASSWORD

        public static final java.lang.String SAPERION_SERVICE_ACCOUNT_PASSWORD
        Service account password
        See Also:
        Constant Field Values
      • SAPERION_SERVICE_ACCOUNT_TENANT

        public static final java.lang.String SAPERION_SERVICE_ACCOUNT_TENANT
        Service account tenant
        See Also:
        Constant Field Values
      • SAPERION_SERVICE_ACCOUNT_USER_TYPE

        public static final java.lang.String SAPERION_SERVICE_ACCOUNT_USER_TYPE
        Service account user type
        See Also:
        Constant Field Values
      • SHAREBASE_SERVICE_ACCOUNT_USERNAME

        public static final java.lang.String SHAREBASE_SERVICE_ACCOUNT_USERNAME
        Service account username
        See Also:
        Constant Field Values
      • SHAREBASE_SERVICE_ACCOUNT_PASSWORD

        public static final java.lang.String SHAREBASE_SERVICE_ACCOUNT_PASSWORD
        Service account password
        See Also:
        Constant Field Values
      • WEBCONFIG_DOWNLOAD_FILTER

        public static final java.lang.String WEBCONFIG_DOWNLOAD_FILTER
        Setting for downloading potentially unsafe content from Saperion
        See Also:
        Constant Field Values
      • WEBCONFIG_DOWNLOAD_FILTER_LIST

        public static final java.lang.String WEBCONFIG_DOWNLOAD_FILTER_LIST
        See Also:
        Constant Field Values
      • WEBCONFIG_RESTRICTED_FILE_DOWNLOAD_ACTION

        public static final java.lang.String WEBCONFIG_RESTRICTED_FILE_DOWNLOAD_ACTION
        See Also:
        Constant Field Values
      • ENABLE_RESULTLIST_DOUBLE_CLICK_OPTION

        public static final java.lang.String ENABLE_RESULTLIST_DOUBLE_CLICK_OPTION
        See Also:
        Constant Field Values
      • HIDE_DOCUMENT_STRUCTURE_IN_PREVIEW

        public static final java.lang.String HIDE_DOCUMENT_STRUCTURE_IN_PREVIEW
        Setting for hiding document structure in preview window
        See Also:
        Constant Field Values
      • MAX_NUMBER_OF_HYRCS_SESSIONS

        public static final java.lang.String MAX_NUMBER_OF_HYRCS_SESSIONS
        Maximum number of cached HyRCS sessions
        See Also:
        Constant Field Values