Class UserPortalConstants


  • public final class UserPortalConstants
    extends Object
    • Field Detail

      • MAX_CONNECT_TIMEOUT

        public static final Duration MAX_CONNECT_TIMEOUT
        The max timeout for connecting to a server.
      • MAX_READ_TIMEOUT

        public static final Duration MAX_READ_TIMEOUT
        The max timeout for connecting to a server.
      • RESOURCE_LINK_DOWNLOAD

        public static final String RESOURCE_LINK_DOWNLOAD
        The name of the resource link that points to a download link for the resource, for the REST API.
        See Also:
        Constant Field Values
      • RESOURCE_LINK_PROVIDE

        public static final String RESOURCE_LINK_PROVIDE
        The name of the resource link that points to the provide URL of a form.
        See Also:
        Constant Field Values
      • RESOURCE_LINK_PROCESS

        public static final String RESOURCE_LINK_PROCESS
        The name of the resource link that points to the process URL of a form record.
        See Also:
        Constant Field Values
      • RESOURCE_LINK_SELF

        public static final String RESOURCE_LINK_SELF
        The name of the resource link that points to the resource itself, for the REST API.
        See Also:
        Constant Field Values
      • REST_API_PATH

        public static final String REST_API_PATH
        The relative path to the REST API application.
        See Also:
        Constant Field Values
      • REST_API_PATH_PUBLIC

        public static final String REST_API_PATH_PUBLIC
        The relative path to the public part of the REST API application.
        See Also:
        Constant Field Values
      • USER_PORTAL_EXTERNAL_PATH

        public static final String USER_PORTAL_EXTERNAL_PATH
        The external path of the user portal, i.e. the start of user portal URLs in the browser.
        See Also:
        Constant Field Values
      • USER_PORTAL_INTERNAL_PATH

        public static final String USER_PORTAL_INTERNAL_PATH
        The internal path of the user portal, i.e. the start of user portal URLs as used internally.
        See Also:
        Constant Field Values
      • USER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAME

        public static final String USER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAME
        the name of the cookie that stores if the response to a workflow trigger has been completed
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserPortalConstants

        public UserPortalConstants()