Add one more constant
This commit is contained in:
parent
6b7d8c47e8
commit
fc6642e150
|
@ -39,6 +39,11 @@ public class ProviderConstants {
|
|||
*/
|
||||
public static final String PARTITION_MANAGEMENT_DELETE_PARTITION = "$partition-management-delete-partition";
|
||||
|
||||
/**
|
||||
* Operation name: read partition
|
||||
*/
|
||||
public static final String PARTITION_MANAGEMENT_READ_PARTITION = "$partition-management-read-partition";
|
||||
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_ID = "id";
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_NAME = "name";
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_DESC = "description";
|
||||
|
|
Loading…
Reference in New Issue