Class WebserviceConstants


  • public final class WebserviceConstants
    extends java.lang.Object
    This util offers convenient configuration file usage.
    Author:
    sts
    • Field Detail

      • BASE_PATH

        public static final java.lang.String BASE_PATH
        The internal base path to the configuration files.
        See Also:
        Constant Field Values
      • CONNECTION_PARAM_NAME

        public static final java.lang.String CONNECTION_PARAM_NAME
        The param name of the SaClassicConnector in the request.
        See Also:
        Constant Field Values
      • SESSION_PARAM_NAME

        public static final java.lang.String SESSION_PARAM_NAME
        See Also:
        Constant Field Values
      • SOAP_POOL_PARAM_NAME

        public static final java.lang.String SOAP_POOL_PARAM_NAME
        See Also:
        Constant Field Values
      • CURRENT_REVISION

        public static final java.lang.Boolean CURRENT_REVISION
        The boolean flag weather to use the current document revision in designated SaClassicConnector calls.
      • AUTHENTICATION_PARAM_NAME

        public static final java.lang.String AUTHENTICATION_PARAM_NAME
        The param name of the : in the request (used for SIGNAVIO authentication).
        See Also:
        Constant Field Values
      • CONTENT_MERGE_MULTIPAGE_DOCS

        public static final java.lang.String CONTENT_MERGE_MULTIPAGE_DOCS
        Configuration parameter to enable or disable the automatic merging of multipage documents.
        See Also:
        Constant Field Values
      • DEFAULT_ENCODING

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

        public static final java.nio.charset.Charset DEFAULT_CHARSET
      • WORKFLOW_LOAD_HISTORY

        public static final java.lang.String WORKFLOW_LOAD_HISTORY
        See Also:
        Constant Field Values
      • WORKFLOW_LOAD_UNDEFINED

        public static final java.lang.String WORKFLOW_LOAD_UNDEFINED
        See Also:
        Constant Field Values
      • WS_SEND_STACK_TRACE

        public static final java.lang.String WS_SEND_STACK_TRACE
        See Also:
        Constant Field Values
      • HTMLGATEWAY_INLINE_TYPES

        public static final java.lang.String HTMLGATEWAY_INLINE_TYPES
        See Also:
        Constant Field Values
      • HTMLGATEWAY_DEFAULT_ELEMENT

        public static final java.lang.String HTMLGATEWAY_DEFAULT_ELEMENT
        See Also:
        Constant Field Values
      • ALLOW_ONLY_TECHNICAL_USERS

        public static final java.lang.String ALLOW_ONLY_TECHNICAL_USERS
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebserviceConstants

        public WebserviceConstants()