Class WebApplicationUtil

java.lang.Object
org.camunda.bpm.engine.rest.util.WebApplicationUtil

public class WebApplicationUtil extends Object
  • Constructor Details

    • WebApplicationUtil

      public WebApplicationUtil()
  • Method Details

    • setApplicationServer

      public static void setApplicationServer(String serverInfo)
    • setLicenseKey

      public static void setLicenseKey(LicenseKeyDataImpl licenseKeyData)
    • setWebapp

      public static boolean setWebapp(String engineName, String webapp)
      Adds the web application name to the telemetry data of the engine.
      Parameters:
      engineName - the engine for which the web application usage should be indicated
      webapp - the web application that is used with the engine
      Returns:
      whether the web application was successfully added or not