Class SetLicenseKeyCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.LicenseCmd
org.camunda.bpm.engine.impl.cmd.SetLicenseKeyCmd
All Implemented Interfaces:
Command<Object>

public class SetLicenseKeyCmd extends LicenseCmd implements Command<Object>
  • Field Details

    • licenseKey

      protected String licenseKey
  • Constructor Details

    • SetLicenseKeyCmd

      public SetLicenseKeyCmd(String licenseKey)
  • Method Details