Package org.camunda.bpm.engine.impl.cmd
Class LicenseCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.LicenseCmd
-
- Direct Known Subclasses:
DeleteLicenseKeyCmd
,GetLicenseKeyCmd
,SetLicenseKeyCmd
public class LicenseCmd extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
LICENSE_KEY_BYTE_ARRAY_ID
static String
LICENSE_KEY_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description LicenseCmd()
-
-
-
Field Detail
-
LICENSE_KEY_PROPERTY_NAME
public static final String LICENSE_KEY_PROPERTY_NAME
- See Also:
- Constant Field Values
-
LICENSE_KEY_BYTE_ARRAY_ID
public static final String LICENSE_KEY_BYTE_ARRAY_ID
- See Also:
- Constant Field Values
-
-