Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • org.joget.commons.util.SetupManager
  • Under wflow-commons module
  • Utility Service method used to manage system settings

Code Sample

Code Block
languagejava
import org.joget.commons.util.SetupManager;
import org.joget.apps.app.service.AppUtil;
 
SetupManager setupManager = (SetupManager) AppUtil.getApplicationContext().getBean("setupManager");
 
//Get the system setting
String systemDateFormat = setupManager.getSettingValue("systemDateFormat");

Fields

DIRECTORY_PROFILES
public static final java.lang.String DIRECTORY_PROFILES = "app_profiles";

...