Package org.camunda.bpm.engine.rest.util
Class WebApplicationUtil
java.lang.Object
org.camunda.bpm.engine.rest.util.WebApplicationUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetApplicationServer(String serverInfo) static voidsetLicenseKey(LicenseKeyDataImpl licenseKeyData) static booleanAdds the web application name to the telemetry data of the engine. 
- 
Constructor Details
- 
WebApplicationUtil
public WebApplicationUtil() 
 - 
 - 
Method Details
- 
setApplicationServer
 - 
setLicenseKey
 - 
setWebapp
Adds the web application name to the telemetry data of the engine.- Parameters:
 engineName- the engine for which the web application usage should be indicatedwebapp- the web application that is used with the engine- Returns:
 - whether the web application was successfully added or not
 
 
 -