Class JsonPropertyStorageConstants
- java.lang.Object
-
- com.atlassian.confluence.plugins.contentproperty.JsonPropertyStorageConstants
-
public class JsonPropertyStorageConstants extends Object
Constants for the Content Property Storage Plugin- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_PROPERTY_TYPE_PLUGIN_MODULE_KEY
static String
PLUGIN_KEY
-
Constructor Summary
Constructors Constructor Description JsonPropertyStorageConstants()
-
-
-
Field Detail
-
PLUGIN_KEY
public static final String PLUGIN_KEY
- See Also:
- Constant Field Values
-
CONTENT_PROPERTY_TYPE_PLUGIN_MODULE_KEY
public static final String CONTENT_PROPERTY_TYPE_PLUGIN_MODULE_KEY
- See Also:
- Constant Field Values
-
-