22
33public abstract class SortOrderConstants {
44
5- public static Integer DEPLOY_PRIVILEGES = 5 ;
6- public static Integer DEPLOY_ROLES = 10 ;
5+ public static Integer DEPLOY_PRIVILEGES = 5 ;
6+ public static Integer DEPLOY_ROLES = 10 ;
77 public static Integer DEPLOY_PROTECTED_PATHS = 12 ; // depends on roles
88 public static Integer DEPLOY_QUERY_ROLESETS = 13 ; // depends on roles
9- public static Integer DEPLOY_USERS = 15 ; // depends on roles
9+ public static Integer DEPLOY_USERS = 15 ; // depends on roles
1010
1111 // After users are deployed so they're not included in combined CMA requests
1212 public static Integer DEPLOY_PRIVILEGE_ROLES = 18 ;
@@ -16,38 +16,40 @@ public abstract class SortOrderConstants {
1616 public static Integer GENERATE_TEMPORARY_CERTIFICATE = 25 ;
1717 public static Integer INSERT_HOST_CERTIFICATES = 28 ;
1818
19- public static Integer DEPLOY_EXTERNAL_SECURITY = 35 ;
20- public static Integer DEPLOY_PROTECTED_COLLECTIONS = 40 ;
21- public static Integer DEPLOY_MIMETYPES = 45 ;
19+ public static Integer DEPLOY_EXTERNAL_SECURITY = 35 ;
20+ public static Integer DEPLOY_PROTECTED_COLLECTIONS = 40 ;
21+ public static Integer DEPLOY_MIMETYPES = 45 ;
2222
2323 public static Integer DEPLOY_GROUPS = 90 ;
2424
2525 // Hosts need to be assigned to their group before databases are created.
2626 // This is so that when forests are created based on the mlDatabaseGroups
2727 // then the forests will be created on the correct hosts.
28- public static Integer ASSIGN_HOSTS_TO_GROUPS = 95 ;
28+ public static Integer ASSIGN_HOSTS_TO_GROUPS = 95 ;
2929
30- @ Deprecated
30+ @ Deprecated
3131 public static Integer DEPLOY_TRIGGERS_DATABASE = 100 ;
32- @ Deprecated
32+ @ Deprecated
3333 public static Integer DEPLOY_SCHEMAS_DATABASE = 100 ;
3434
3535 public static Integer DEPLOY_OTHER_DATABASES = 120 ;
36- public static Integer DEPLOY_FORESTS = 150 ;
36+ public static Integer DEPLOY_FORESTS = 150 ;
37+ public static Integer DEPLOY_PARTITIONS = 170 ;
38+ public static Integer DEPLOY_PARTITION_QUERIES = 175 ;
3739
3840 public static Integer DEPLOY_REST_API_SERVERS = 200 ;
39- public static Integer UPDATE_REST_API_SERVERS = 250 ;
40- public static Integer DEPLOY_OTHER_SERVERS = 300 ;
41+ public static Integer UPDATE_REST_API_SERVERS = 250 ;
42+ public static Integer DEPLOY_OTHER_SERVERS = 300 ;
4143
42- public static Integer MODIFY_LOCAL_CLUSTER = 350 ;
44+ public static Integer MODIFY_LOCAL_CLUSTER = 350 ;
4345
44- // Module code may depend on schemas, but not vice-versa.
45- public static Integer LOAD_SCHEMAS = 350 ;
46+ // Module code may depend on schemas, but not vice-versa.
47+ public static Integer LOAD_SCHEMAS = 350 ;
4648
47- // Modules have to be loaded after the REST API server has been updated, for if the deployer is expecting to load
48- // modules via SSL, then the REST API server must already be configured with a certificate template
49- public static Integer LOAD_MODULES = 400 ;
50- public static Integer DELETE_TEST_MODULES = 410 ;
49+ // Modules have to be loaded after the REST API server has been updated, for if the deployer is expecting to load
50+ // modules via SSL, then the REST API server must already be configured with a certificate template
51+ public static Integer LOAD_MODULES = 400 ;
52+ public static Integer DELETE_TEST_MODULES = 410 ;
5153
5254 // The modules database must exist before we deploy amps
5355 public static Integer DEPLOY_AMPS = 450 ;
@@ -58,63 +60,63 @@ public abstract class SortOrderConstants {
5860 public static Integer DEPLOY_TEMPORAL_COLLECTIONS = 751 ;
5961 public static Integer DEPLOY_TEMPORAL_COLLECTIONS_LSQT = 752 ;
6062
61- public static Integer DEPLOY_SCHEDULED_TASKS = 800 ;
62- public static Integer UPDATE_TASK_SERVER = 810 ;
63+ public static Integer DEPLOY_SCHEDULED_TASKS = 800 ;
64+ public static Integer UPDATE_TASK_SERVER = 810 ;
6365
64- public static Integer DEPLOY_DEFAULT_PIPELINES = 900 ;
65- public static Integer DEPLOY_PIPELINES = 905 ;
66- public static Integer DEPLOY_DOMAINS = 910 ;
67- public static Integer DEPLOY_CPF_CONFIGS = 920 ;
66+ public static Integer DEPLOY_DEFAULT_PIPELINES = 900 ;
67+ public static Integer DEPLOY_PIPELINES = 905 ;
68+ public static Integer DEPLOY_DOMAINS = 910 ;
69+ public static Integer DEPLOY_CPF_CONFIGS = 920 ;
6870
69- public static Integer DEPLOY_ALERT_CONFIGS = 950 ;
70- public static Integer DEPLOY_ALERT_ACTIONS = 960 ;
71- public static Integer DEPLOY_ALERT_RULES = 970 ;
71+ public static Integer DEPLOY_ALERT_CONFIGS = 950 ;
72+ public static Integer DEPLOY_ALERT_ACTIONS = 960 ;
73+ public static Integer DEPLOY_ALERT_RULES = 970 ;
7274
73- public static Integer DEPLOY_FLEXREP_CONFIGS = 1000 ;
74- public static Integer DEPLOY_FLEXREP_TARGETS = 1010 ;
75+ public static Integer DEPLOY_FLEXREP_CONFIGS = 1000 ;
76+ public static Integer DEPLOY_FLEXREP_TARGETS = 1010 ;
7577 public static Integer DEPLOY_FLEXREP_PULLS = 1020 ;
7678
77- public static Integer DEPLOY_SQL_VIEWS = 1100 ;
79+ public static Integer DEPLOY_SQL_VIEWS = 1100 ;
7880
79- public static Integer DEPLOY_FOREST_REPLICAS = 1200 ;
81+ public static Integer DEPLOY_FOREST_REPLICAS = 1200 ;
8082
81- public static Integer LOAD_DATA = 1300 ;
83+ public static Integer LOAD_DATA = 1300 ;
8284
83- public static Integer INSTALL_PLUGINS = 1400 ;
85+ public static Integer INSTALL_PLUGINS = 1400 ;
8486
8587 public static Integer DELETE_MIMETYPES = 8500 ;
8688
8789 public static Integer UNASSIGN_HOSTS_FROM_GROUPS = 8590 ;
8890 public static Integer DELETE_GROUPS = 8600 ;
8991
90- public static Integer DELETE_USERS = 9000 ;
91- public static Integer DELETE_CERTIFICATE_TEMPLATES = 9010 ;
92- public static Integer DELETE_EXTERNAL_SECURITY = 9030 ;
93- public static Integer DELETE_PROTECTED_COLLECTIONS = 9040 ;
92+ public static Integer DELETE_USERS = 9000 ;
93+ public static Integer DELETE_CERTIFICATE_TEMPLATES = 9010 ;
94+ public static Integer DELETE_EXTERNAL_SECURITY = 9030 ;
95+ public static Integer DELETE_PROTECTED_COLLECTIONS = 9040 ;
9496 public static Integer DELETE_QUERY_ROLESETS = 9050 ;
9597
96- // Roles can reference privileges, so must delete roles first
97- public static Integer DELETE_ROLES = 9060 ;
98- public static Integer DELETE_PRIVILEGES = 9070 ;
99- // Protected paths reference roles
98+ // Roles can reference privileges, so must delete roles first
99+ public static Integer DELETE_ROLES = 9060 ;
100+ public static Integer DELETE_PRIVILEGES = 9070 ;
101+ // Protected paths reference roles
100102 public static Integer DELETE_PROTECTED_PATHS = 9080 ;
101103
102104
103105 /*
104- * This executes before databases are deleted, as deleting databases normally deletes the primary forests, so we
105- * need to make sure the replicas are deleted first.
106- */
107- public static Integer DELETE_FOREST_REPLICAS = 8000 ;
106+ * This executes before databases are deleted, as deleting databases normally deletes the primary forests, so we
107+ * need to make sure the replicas are deleted first.
108+ */
109+ public static Integer DELETE_FOREST_REPLICAS = 8000 ;
108110
109- public static Integer DELETE_CONTENT_DATABASES = 8100 ;
110- public static Integer DELETE_OTHER_DATABASES = 8120 ;
111+ public static Integer DELETE_CONTENT_DATABASES = 8100 ;
112+ public static Integer DELETE_OTHER_DATABASES = 8120 ;
111113
112- @ Deprecated
113- public static Integer DELETE_TRIGGERS_DATABASE = 8140 ;
114- @ Deprecated
115- public static Integer DELETE_SCHEMAS_DATABASE = 8160 ;
114+ @ Deprecated
115+ public static Integer DELETE_TRIGGERS_DATABASE = 8140 ;
116+ @ Deprecated
117+ public static Integer DELETE_SCHEMAS_DATABASE = 8160 ;
116118
117- public static Integer DELETE_REST_API_SERVERS = 7000 ;
119+ public static Integer DELETE_REST_API_SERVERS = 7000 ;
118120
119121 // Amps can reference roles and databases, so must delete amps before both (and before deleting REST API servers
120122 // too, which may delete databases)
0 commit comments