Class A_CmsWorkflowManager

    • Field Detail

      • m_parameters

        protected java.util.Map<java.lang.String,​java.lang.String> m_parameters
        The map of configuration parameters.
    • Method Detail

      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets the parameters of the workflow manager.

        Specified by:
        getParameters in interface I_CmsWorkflowManager
        Returns:
        the configuration parameters of the workflow manager
      • setParameters

        public void setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Sets the configuration parameters of the workflow manager.

        Specified by:
        setParameters in interface I_CmsWorkflowManager
        Parameters:
        parameters - the map of configuration parameters
      • getLocale

        protected java.util.Locale getLocale​(CmsObject userCms)
        Gets the locale to use for a given CMS context.

        Parameters:
        userCms - the CMS context
        Returns:
        the locale to use
      • getParameter

        protected java.lang.String getParameter​(java.lang.String key,
                                                java.lang.String defaultValue)
        Gets the configuration parameter for a given key, and if it doesn't find one, returns a default value.

        Parameters:
        key - the configuration key
        defaultValue - the default value to use when the configuration entry isn't found
        Returns:
        the configuration value