@intra-mart/smartlime 2.1.0 → 2.2.0-dev.20250408
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/packages/Me/type.d.ts +1 -0
- package/lib/packages/Session/index.js +25 -23
- package/lib/packages/Tenant/Context.d.ts +13 -5
- package/lib/packages/Tenant/constants.d.ts +2 -0
- package/lib/packages/Tenant/constants.js +4 -0
- package/lib/packages/Tenant/hooks/index.d.ts +2 -2
- package/lib/packages/Tenant/hooks/index.js +2 -2
- package/lib/packages/Tenant/hooks/useIMModules.d.ts +6 -0
- package/lib/packages/Tenant/hooks/useIMModules.js +73 -0
- package/lib/packages/Tenant/hooks/useIMModulesState.d.ts +2 -0
- package/lib/packages/Tenant/hooks/{useIMFetchModuleState.js → useIMModulesState.js} +3 -4
- package/lib/packages/Tenant/index.d.ts +3 -15
- package/lib/packages/Tenant/index.js +13 -80
- package/lib/packages/Tenant/modulesType.d.ts +1522 -2
- package/lib/packages/Tenant/modulesType.js +1522 -2
- package/lib/packages/WebView/InternalIMWebView.js +6 -6
- package/lib/packages/WebView/index.js +8 -8
- package/package.json +1 -2
- package/lib/packages/Tenant/hooks/useIMFetchModuleState.d.ts +0 -2
- package/lib/packages/Tenant/hooks/useIMModuleInfo.d.ts +0 -6
- package/lib/packages/Tenant/hooks/useIMModuleInfo.js +0 -13
|
@@ -1,2 +1,1522 @@
|
|
|
1
|
-
export const
|
|
2
|
-
export const
|
|
1
|
+
export const WDC_ADVANCED_PACK_KEY = 'jp.co.comjo.product.wdc_advanced_pack';
|
|
2
|
+
export const WDC_BASE_KEY = 'jp.co.comjo.product.wdc_base';
|
|
3
|
+
export const WDC_CONTENTS_SEARCH_KEY = 'jp.co.comjo.product.wdc_contents_search';
|
|
4
|
+
export const WDC_COOPERATION_ITEMS_KEY = 'jp.co.comjo.product.wdc_cooperation_items';
|
|
5
|
+
export const WDC_IMBOX_KEY = 'jp.co.comjo.product.wdc_imbox';
|
|
6
|
+
export const WDC_LOGICDESIGNER_KEY = 'jp.co.comjo.product.wdc_logicdesigner';
|
|
7
|
+
export const WDC_PDFAUTOCONVERTER_KEY = 'jp.co.comjo.product.wdc_pdfautoconverter';
|
|
8
|
+
export const WDC_PDFCOORDINATOR_KEY = 'jp.co.comjo.product.wdc_pdfcoordinator';
|
|
9
|
+
export const WDC_PDFTIMESTAMPER_KEY = 'jp.co.comjo.product.wdc_pdftimestamper';
|
|
10
|
+
export const WDC_PORTLET_KEY = 'jp.co.comjo.product.wdc_portlet';
|
|
11
|
+
export const WDC_WORKFLOW_KEY = 'jp.co.comjo.product.wdc_workflow';
|
|
12
|
+
export const ACCELDOCUMENTS_KEY = 'jp.co.fujixerox.kiun.acceldocuments';
|
|
13
|
+
export const ACCELDOCUMENTS_CONNECTOR_PACK_KEY = 'jp.co.fujixerox.kiun.acceldocuments_connector_pack';
|
|
14
|
+
export const ACCELDOCUMENTS_CONTENTS_SEARCH_KEY = 'jp.co.fujixerox.kiun.acceldocuments_contents_search';
|
|
15
|
+
export const ACCELDOCUMENTS_FORMA_KEY = 'jp.co.fujixerox.kiun.acceldocuments_forma';
|
|
16
|
+
export const ACCELDOCUMENTS_LOGICDESIGNER_KEY = 'jp.co.fujixerox.kiun.acceldocuments_logicdesigner';
|
|
17
|
+
export const ACCELDOCUMENTS_PACK_KEY = 'jp.co.fujixerox.kiun.acceldocuments_pack';
|
|
18
|
+
export const ACCELDOCUMENTS_PADES_KEY = 'jp.co.fujixerox.kiun.acceldocuments_pades';
|
|
19
|
+
export const ACCELDOCUMENTS_PADES_PACK_KEY = 'jp.co.fujixerox.kiun.acceldocuments_pades_pack';
|
|
20
|
+
export const ACCELDOCUMENTS_SECURE_DOWNLOAD_KEY = 'jp.co.fujixerox.kiun.acceldocuments_secure_download';
|
|
21
|
+
export const ACCELDOCUMENTS_SECURE_DOWNLOAD_PACK_KEY = 'jp.co.fujixerox.kiun.acceldocuments_secure_download_pack';
|
|
22
|
+
export const ACCELDOCUMENTS_TEMPLATE_KEY = 'jp.co.fujixerox.kiun.acceldocuments_template';
|
|
23
|
+
export const ACCELDOCUMENTS_TEMPLATE_PACK_KEY = 'jp.co.fujixerox.kiun.acceldocuments_template_pack';
|
|
24
|
+
export const ACCELDOCUMENTS_WORKFLOW_KEY = 'jp.co.fujixerox.kiun.acceldocuments_workflow';
|
|
25
|
+
export const DOCUMENT_LINK_KEY = 'jp.co.fujixerox.kiun.document_link';
|
|
26
|
+
export const DOCUMENT_LINK_PACK_KEY = 'jp.co.fujixerox.kiun.document_link_pack';
|
|
27
|
+
export const ACCEL_MART_QUICK_ADMINISTRATION_MODULE_KEY = 'jp.co.intra_mart.accel_mart_quick_administration_module';
|
|
28
|
+
export const ACCEL_STUDIO_TESTING_KEY = 'jp.co.intra_mart.accel_studio_testing';
|
|
29
|
+
export const ACCEL_WORKFLOW_MULTI_TENANT_MODULE_KEY = 'jp.co.intra_mart.accel_workflow_multi_tenant_module';
|
|
30
|
+
export const ADMIN_NO_CERTIFICATION_KEY = 'jp.co.intra_mart.admin_no_certification';
|
|
31
|
+
export const AMQ_DPS_INTEGRATION_MODULE_KEY = 'jp.co.intra_mart.amq_dps_integration_module';
|
|
32
|
+
export const ANNOTATION_KEY = 'jp.co.intra_mart.annotation';
|
|
33
|
+
export const IM_ACCOUNT_BACKWARD_SYNC_KEY = 'jp.co.intra_mart.backward_sync.im_account_backward_sync';
|
|
34
|
+
export const IM_MASTER_BACKWARD_SYNC_KEY = 'jp.co.intra_mart.backward_sync.im_master_backward_sync';
|
|
35
|
+
export const BIS_KEY = 'jp.co.intra_mart.bis';
|
|
36
|
+
export const BIS_DESIGN_DOCUMENT_KEY = 'jp.co.intra_mart.bis_design_document';
|
|
37
|
+
export const BIS_FORMA_CONNECT_KEY = 'jp.co.intra_mart.bis_forma_connect';
|
|
38
|
+
export const BIS_OAUTH_KEY = 'jp.co.intra_mart.bis_oauth';
|
|
39
|
+
export const BIS_OFFICE365_KEY = 'jp.co.intra_mart.bis_office365';
|
|
40
|
+
export const BIS_OPENRULES_CONNECT_KEY = 'jp.co.intra_mart.bis_openrules_connect';
|
|
41
|
+
export const BIS_SPREADSHEET_KEY = 'jp.co.intra_mart.bis_spreadsheet';
|
|
42
|
+
export const BIS_SPREADSHEET_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.bis_spreadsheet_contents_search';
|
|
43
|
+
export const BLOOMMAKER_TEST_MATERIALS_KEY = 'jp.co.intra_mart.bloommaker_test_materials';
|
|
44
|
+
export const BOOK_MANAGEMENT_SYSTEM_KEY = 'jp.co.intra_mart.book_management_system';
|
|
45
|
+
export const COMMON_EKISPERT_KEY = 'jp.co.intra_mart.common_ekispert';
|
|
46
|
+
export const EXTENSION_ARCHIVER_KEY = 'jp.co.intra_mart.extension_archiver';
|
|
47
|
+
export const FORMA_KEY = 'jp.co.intra_mart.forma';
|
|
48
|
+
export const FORMA_ACCELDOCUMENTS_KEY = 'jp.co.intra_mart.forma_acceldocuments';
|
|
49
|
+
export const FORMA_APPS_FOR_JA_KEY = 'jp.co.intra_mart.forma_apps_for_ja';
|
|
50
|
+
export const FORMA_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.forma_contents_search';
|
|
51
|
+
export const FORMA_OAUTH_KEY = 'jp.co.intra_mart.forma_oauth';
|
|
52
|
+
export const IMACA_CLIENT_KEY = 'jp.co.intra_mart.imaca_client';
|
|
53
|
+
export const IMACA_PROVIDER_KEY = 'jp.co.intra_mart.imaca_provider';
|
|
54
|
+
export const IM_ACCEL_WORKFLOW_KEY = 'jp.co.intra_mart.im_accel_workflow';
|
|
55
|
+
export const IM_ACTIVITI_KEY = 'jp.co.intra_mart.im_activiti';
|
|
56
|
+
export const IM_ACTIVITI_EXTENSION_BIS_KEY = 'jp.co.intra_mart.im_activiti_extension_bis';
|
|
57
|
+
export const IM_ACTIVITI_EXTENSION_ELASTICSEARCH_KEY = 'jp.co.intra_mart.im_activiti_extension_elasticsearch';
|
|
58
|
+
export const IM_ACTIVITI_EXTENSION_FORMA_KEY = 'jp.co.intra_mart.im_activiti_extension_forma';
|
|
59
|
+
export const IM_ACTIVITI_KEYING_TEST_KEY = 'jp.co.intra_mart.im_activiti_keying_test';
|
|
60
|
+
export const IM_ADOBESIGN_KEY = 'jp.co.intra_mart.im_adobesign';
|
|
61
|
+
export const IM_ADOBESIGN_CRAFTSMAN_TEMPLATES_KEY = 'jp.co.intra_mart.im_adobesign_craftsman_templates';
|
|
62
|
+
export const IMART_SASTRUTS_KEY = 'jp.co.intra_mart.imart_sastruts';
|
|
63
|
+
export const IMART_SASTRUTS_PORTAL_KEY = 'jp.co.intra_mart.imart_sastruts_portal';
|
|
64
|
+
export const IMART_SEASAR2_KEY = 'jp.co.intra_mart.imart_seasar2';
|
|
65
|
+
export const IMART_STRUTS_KEY = 'jp.co.intra_mart.imart_struts';
|
|
66
|
+
export const IM_AUTHZ_XLSX_IMPORT_EXPORT_KEY = 'jp.co.intra_mart.im_authz_xlsx_import_export';
|
|
67
|
+
export const IM_BARCODE_KEY = 'jp.co.intra_mart.im_barcode';
|
|
68
|
+
export const IM_BIZROBO_KEY = 'jp.co.intra_mart.im_bizrobo';
|
|
69
|
+
export const IM_BLOOMMAKER_KEY = 'jp.co.intra_mart.im_bloommaker';
|
|
70
|
+
export const IM_BLOOMMAKER_DEVELOPMENT_KEY = 'jp.co.intra_mart.im_bloommaker_development';
|
|
71
|
+
export const IM_BLOOMMAKER_HANDSON_KEY = 'jp.co.intra_mart.im_bloommaker_handson';
|
|
72
|
+
export const IM_BLOOMMAKER_HIGHCHARTS_KEY = 'jp.co.intra_mart.im_bloommaker_highcharts';
|
|
73
|
+
export const IM_BLOOMMAKER_PROGRAMMING_SAMPLE_KEY = 'jp.co.intra_mart.im_bloommaker_programming_sample';
|
|
74
|
+
export const IM_BLOOMMAKER_TEST_RESOURCES_KEY = 'jp.co.intra_mart.im_bloommaker_test_resources';
|
|
75
|
+
export const IM_BOUQUET_KEY = 'jp.co.intra_mart.im_bouquet';
|
|
76
|
+
export const IM_BOX_KEY = 'jp.co.intra_mart.im_box';
|
|
77
|
+
export const IMBOX_KEY = 'jp.co.intra_mart.imbox';
|
|
78
|
+
export const IMBOX_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.imbox_contents_search';
|
|
79
|
+
export const IMBOX_PORTLET_KEY = 'jp.co.intra_mart.imbox_portlet';
|
|
80
|
+
export const IMBOX_SMARTPHONE_KEY = 'jp.co.intra_mart.imbox_smartphone';
|
|
81
|
+
export const IM_BPM_TUTORIAL_GUIDE_BLOOMMAKER_PROCESS_AND_TASK_FORM_KEY = 'jp.co.intra_mart.im_bpm_tutorial_guide_bloommaker_process_and_task_form';
|
|
82
|
+
export const IM_CALENDAR_DAY_INFO_ADDITIONAL_DATA_KEY = 'jp.co.intra_mart.im_calendar_day_info_additional_data';
|
|
83
|
+
export const IM_CERTIFICATION_KEY = 'jp.co.intra_mart.im_certification';
|
|
84
|
+
export const IM_CHART_KEY = 'jp.co.intra_mart.im_chart';
|
|
85
|
+
export const IM_CIPHER_RC5_KEY = 'jp.co.intra_mart.im_cipher_rc5';
|
|
86
|
+
export const IM_CLOUDSIGN_KEY = 'jp.co.intra_mart.im_cloudsign';
|
|
87
|
+
export const IM_COMMONS_KEY = 'jp.co.intra_mart.im_commons';
|
|
88
|
+
export const IM_COMPATIBLE_ADVANCED_KEY = 'jp.co.intra_mart.im_compatible_advanced';
|
|
89
|
+
export const IM_COMPATIBLE_ADVANCED_SIGN_KEY = 'jp.co.intra_mart.im_compatible_advanced_sign';
|
|
90
|
+
export const IM_COMPATIBLE_CONTENTS_ADVANCED_KEY = 'jp.co.intra_mart.im_compatible_contents_advanced';
|
|
91
|
+
export const IM_COMPATIBLE_CONTENTS_STANDARD_KEY = 'jp.co.intra_mart.im_compatible_contents_standard';
|
|
92
|
+
export const IM_COMPATIBLE_MASTER_ADMIN_ADVANCED_KEY = 'jp.co.intra_mart.im_compatible_master_admin_advanced';
|
|
93
|
+
export const IM_COMPATIBLE_MASTER_ADMIN_STANDARD_KEY = 'jp.co.intra_mart.im_compatible_master_admin_standard';
|
|
94
|
+
export const IM_COMPATIBLE_SRV_TEST_KEY = 'jp.co.intra_mart.im_compatible_srv_test';
|
|
95
|
+
export const IM_COMPATIBLE_STANDARD_KEY = 'jp.co.intra_mart.im_compatible_standard';
|
|
96
|
+
export const IM_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_contents_search';
|
|
97
|
+
export const IM_CONTENTS_SEARCH_COMPATIBLE_ADVANCED_KEY = 'jp.co.intra_mart.im_contents_search_compatible_advanced';
|
|
98
|
+
export const IM_CONTENTS_SEARCH_COMPATIBLE_STANDARD_KEY = 'jp.co.intra_mart.im_contents_search_compatible_standard';
|
|
99
|
+
export const IM_COPILOT_KEY = 'jp.co.intra_mart.im_copilot';
|
|
100
|
+
export const IM_COPILOT_BEDROCK_DRIVER_KEY = 'jp.co.intra_mart.im_copilot_bedrock_driver';
|
|
101
|
+
export const IM_CORE_KEY = 'jp.co.intra_mart.im_core';
|
|
102
|
+
export const IM_CRAFTSMAN_KEY = 'jp.co.intra_mart.im_craftsman';
|
|
103
|
+
export const IM_CRAFTSMAN_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_craftsman_contents_search';
|
|
104
|
+
export const IM_CRAFTSMAN_COPILOT_KEY = 'jp.co.intra_mart.im_craftsman_copilot';
|
|
105
|
+
export const IM_CRAFTSMAN_ENOKIT_KEY = 'jp.co.intra_mart.im_craftsman_enokit';
|
|
106
|
+
export const IM_CRAFTSMAN_GIT_KEY = 'jp.co.intra_mart.im_craftsman_git';
|
|
107
|
+
export const IM_CRAFTSMAN_INTEGRATION_TEST_HELPER_KEY = 'jp.co.intra_mart.im_craftsman_integration_test_helper';
|
|
108
|
+
export const IM_CRAFTSMAN_OFFICE365_TEMPLATES_KEY = 'jp.co.intra_mart.im_craftsman_office365_templates';
|
|
109
|
+
export const IM_DASHBOARD_KEY = 'jp.co.intra_mart.im_dashboard';
|
|
110
|
+
export const IM_DATABASE_KEY = 'jp.co.intra_mart.im_database';
|
|
111
|
+
export const IM_DATABASE_IMPL_PAYARA_KEY = 'jp.co.intra_mart.im_database_impl_payara';
|
|
112
|
+
export const IM_DATABASE_IMPL_RESIN_KEY = 'jp.co.intra_mart.im_database_impl_resin';
|
|
113
|
+
export const IM_DATABASE_JS_KEY = 'jp.co.intra_mart.im_database_js';
|
|
114
|
+
export const IM_DS_TEMPLATES_KEY = 'jp.co.intra_mart.im_ds_templates';
|
|
115
|
+
export const IM_EB_COMPONENTS_KEY = 'jp.co.intra_mart.im_eb_components';
|
|
116
|
+
export const IM_EB_COMPONENTS_JAVAEE_KEY = 'jp.co.intra_mart.im_eb_components_javaee';
|
|
117
|
+
export const IM_EB_COMPONENTS_MASKAT_KEY = 'jp.co.intra_mart.im_eb_components_maskat';
|
|
118
|
+
export const IM_EB_COMPONENTS_SASTRUTS_KEY = 'jp.co.intra_mart.im_eb_components_sastruts';
|
|
119
|
+
export const IM_EB_JS_DEBUGGER_KEY = 'jp.co.intra_mart.im_eb_js_debugger';
|
|
120
|
+
export const IM_EB_TEST_KEY = 'jp.co.intra_mart.im_eb_test';
|
|
121
|
+
export const IM_EB_TESTCASE_KEY = 'jp.co.intra_mart.im_eb_testcase';
|
|
122
|
+
export const IM_EB_TEST_SPRING_KEY = 'jp.co.intra_mart.im_eb_test_spring';
|
|
123
|
+
export const IM_ERP_BAPI_KEY = 'jp.co.intra_mart.im_erp_bapi';
|
|
124
|
+
export const IM_ERP_CONNECT_KEY = 'jp.co.intra_mart.im_erp_connect';
|
|
125
|
+
export const IM_EVENT_NAVIGATOR_KEY = 'jp.co.intra_mart.im_event_navigator';
|
|
126
|
+
export const IM_EVENT_NAVIGATOR_WORKFLOW_KEY = 'jp.co.intra_mart.im_event_navigator_workflow';
|
|
127
|
+
export const IM_EXTERNAL_USER_KEY = 'jp.co.intra_mart.im_external_user';
|
|
128
|
+
export const IM_FILE_EXCHANGE_KEY = 'jp.co.intra_mart.im_file_exchange';
|
|
129
|
+
export const IM_FILE_EXCHANGE_IMBOX_KEY = 'jp.co.intra_mart.im_file_exchange_imbox';
|
|
130
|
+
export const IM_FLOWERHOUSE_KEY = 'jp.co.intra_mart.im_flowerhouse';
|
|
131
|
+
export const IM_FORMAT_CREATOR_KEY = 'jp.co.intra_mart.im_format_creator';
|
|
132
|
+
export const IM_HICHEE_BOOTSTRAP_KEY = 'jp.co.intra_mart.im_hichee_bootstrap';
|
|
133
|
+
export const IM_HYBRID_SSO_KEY = 'jp.co.intra_mart.im_hybrid_sso';
|
|
134
|
+
export const IM_I18N_KEY = 'jp.co.intra_mart.im_i18n';
|
|
135
|
+
export const IM_IMPORT_EXPORT_KEY = 'jp.co.intra_mart.im_import_export';
|
|
136
|
+
export const IM_J2EE_ASSIST_KEY = 'jp.co.intra_mart.im_j2ee_assist';
|
|
137
|
+
export const IM_JAVAMAIL_KEY = 'jp.co.intra_mart.im_javamail';
|
|
138
|
+
export const IM_JAVAMAIL_MESSAGE_HUB_KEY = 'jp.co.intra_mart.im_javamail_message_hub';
|
|
139
|
+
export const IM_JDK_ASSIST_KEY = 'jp.co.intra_mart.im_jdk_assist';
|
|
140
|
+
export const IM_JOB_SCHEDULER_KEY = 'jp.co.intra_mart.im_job_scheduler';
|
|
141
|
+
export const IM_JOURNAL_KEY = 'jp.co.intra_mart.im_journal';
|
|
142
|
+
export const IM_JOURNAL_EXAMPLES_KEY = 'jp.co.intra_mart.im_journal_examples';
|
|
143
|
+
export const IM_JSSP_KEY = 'jp.co.intra_mart.im_jssp';
|
|
144
|
+
export const IM_JUMP_UP_ADVANCED_KEY = 'jp.co.intra_mart.im_jump_up_advanced';
|
|
145
|
+
export const IM_JUMP_UP_STANDARD_KEY = 'jp.co.intra_mart.im_jump_up_standard';
|
|
146
|
+
export const IM_JUMP_UP_STARTPACK_V32_KEY = 'jp.co.intra_mart.im_jump_up_startpack_v32';
|
|
147
|
+
export const IM_JUMP_UP_WORKFLOW_V32_KEY = 'jp.co.intra_mart.im_jump_up_workflow_v32';
|
|
148
|
+
export const IM_KIBANA_PORTLET_KEY = 'jp.co.intra_mart.im_kibana_portlet';
|
|
149
|
+
export const IM_KNOWLEDGE_KEY = 'jp.co.intra_mart.im_knowledge';
|
|
150
|
+
export const IM_KNOWLEDGE_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_knowledge_contents_search';
|
|
151
|
+
export const IM_LDAP_CERTIFICATION_KEY = 'jp.co.intra_mart.im_ldap_certification';
|
|
152
|
+
export const IM_LOGIC_KEY = 'jp.co.intra_mart.im_logic';
|
|
153
|
+
export const IM_LOGIC_AWS_KEY = 'jp.co.intra_mart.im_logic_aws';
|
|
154
|
+
export const IM_LOGIC_DEVELOPMENT_KEY = 'jp.co.intra_mart.im_logic_development';
|
|
155
|
+
export const IM_LOGIC_EXCEL_KEY = 'jp.co.intra_mart.im_logic_excel';
|
|
156
|
+
export const IM_LOGIC_HANDSON_KEY = 'jp.co.intra_mart.im_logic_handson';
|
|
157
|
+
export const IM_LOGIC_OAUTH_KEY = 'jp.co.intra_mart.im_logic_oauth';
|
|
158
|
+
export const IM_LOGIC_OPENRULES_KEY = 'jp.co.intra_mart.im_logic_openrules';
|
|
159
|
+
export const IM_LOGIC_RSS_KEY = 'jp.co.intra_mart.im_logic_rss';
|
|
160
|
+
export const IM_LOGIN_2COLUMN_KEY = 'jp.co.intra_mart.im_login_2column';
|
|
161
|
+
export const IM_LOGIN_PORTLET_KEY = 'jp.co.intra_mart.im_login_portlet';
|
|
162
|
+
export const IM_LOGIN_SESSION_KEY = 'jp.co.intra_mart.im_login_session';
|
|
163
|
+
export const IM_LOWCODE_UTILITIES_KEY = 'jp.co.intra_mart.im_lowcode_utilities';
|
|
164
|
+
export const IM_MAIL_KEY = 'jp.co.intra_mart.im_mail';
|
|
165
|
+
export const IM_MAIL_PORTLET_KEY = 'jp.co.intra_mart.im_mail_portlet';
|
|
166
|
+
export const IM_MARKETPLACE_KEY = 'jp.co.intra_mart.im_marketplace';
|
|
167
|
+
export const IM_MASKAT_KEY = 'jp.co.intra_mart.im_maskat';
|
|
168
|
+
export const IM_MASTER_KEY = 'jp.co.intra_mart.im_master';
|
|
169
|
+
export const IM_MASTER_AND_ROLE_I18N_CHECK_KEY = 'jp.co.intra_mart.im_master_and_role_i18n_check';
|
|
170
|
+
export const IM_MASTER_CONNECTOR_DISABLE_ADVANCED_KEY = 'jp.co.intra_mart.im_master_connector_disable_advanced';
|
|
171
|
+
export const IM_MASTER_CONNECTOR_DISABLE_STANDARD_KEY = 'jp.co.intra_mart.im_master_connector_disable_standard';
|
|
172
|
+
export const IM_MASTER_EXTENDS_IMPORT_01_ADVANCED_KEY = 'jp.co.intra_mart.im_master_extends_import_01_advanced';
|
|
173
|
+
export const IM_MASTER_EXTENDS_IMPORT_01_STANDARD_KEY = 'jp.co.intra_mart.im_master_extends_import_01_standard';
|
|
174
|
+
export const IM_MASTER_EXTENDS_IMPORT_02_ADVANCED_KEY = 'jp.co.intra_mart.im_master_extends_import_02_advanced';
|
|
175
|
+
export const IM_MASTER_EXTENDS_IMPORT_02_STANDARD_KEY = 'jp.co.intra_mart.im_master_extends_import_02_standard';
|
|
176
|
+
export const IM_MASTER_ORGCHART_KEY = 'jp.co.intra_mart.im_master_orgchart';
|
|
177
|
+
export const IM_MASTER_SMARTPHONE_KEY = 'jp.co.intra_mart.im_master_smartphone';
|
|
178
|
+
export const IM_MASTER_SUBJECTTYPES_KEY = 'jp.co.intra_mart.im_master_subjecttypes';
|
|
179
|
+
export const IM_MASTER_WS_KEY = 'jp.co.intra_mart.im_master_ws';
|
|
180
|
+
export const IM_MENU_WS_KEY = 'jp.co.intra_mart.im_menu_ws';
|
|
181
|
+
export const IM_MENU_WS_CLIENT_KEY = 'jp.co.intra_mart.im_menu_ws_client';
|
|
182
|
+
export const IM_MESSAGE_HUB_KEY = 'jp.co.intra_mart.im_message_hub';
|
|
183
|
+
export const IM_MIRAGE_KEY = 'jp.co.intra_mart.im_mirage';
|
|
184
|
+
export const IM_MOBILE_FRAMEWORK_KEY = 'jp.co.intra_mart.im_mobile_framework';
|
|
185
|
+
export const IM_MULTI_DEVICE_KEY = 'jp.co.intra_mart.im_multi_device';
|
|
186
|
+
export const IM_MULTI_DEVICE_JS_KEY = 'jp.co.intra_mart.im_multi_device_js';
|
|
187
|
+
export const IM_MULTI_FACTOR_AUTHENTICATION_KEY = 'jp.co.intra_mart.im_multi_factor_authentication';
|
|
188
|
+
export const IM_MULTI_FACTOR_AUTHENTICATION_SMARTPHONE_KEY = 'jp.co.intra_mart.im_multi_factor_authentication_smartphone';
|
|
189
|
+
export const IM_NOTICE_KEY = 'jp.co.intra_mart.im_notice';
|
|
190
|
+
export const IM_NOTICE_MOBILE_KEY = 'jp.co.intra_mart.im_notice_mobile';
|
|
191
|
+
export const IM_NOTICE_MQ_KEY = 'jp.co.intra_mart.im_notice_mq';
|
|
192
|
+
export const IM_OAUTH_CLIENT_KEY = 'jp.co.intra_mart.im_oauth_client';
|
|
193
|
+
export const IM_OAUTH_PROVIDER_KEY = 'jp.co.intra_mart.im_oauth_provider';
|
|
194
|
+
export const IM_ODATA_KEY = 'jp.co.intra_mart.im_odata';
|
|
195
|
+
export const IM_OFFICE365_KEY = 'jp.co.intra_mart.im_office365';
|
|
196
|
+
export const IM_PASSWORD_REMINDER_KEY = 'jp.co.intra_mart.im_password_reminder';
|
|
197
|
+
export const IM_PLUGIN_KEY = 'jp.co.intra_mart.im_plugin';
|
|
198
|
+
export const IM_PLUGIN_JS_KEY = 'jp.co.intra_mart.im_plugin_js';
|
|
199
|
+
export const IM_POINT_SYSTEM_KEY = 'jp.co.intra_mart.im_point_system';
|
|
200
|
+
export const IM_PORTAL_KEY = 'jp.co.intra_mart.im_portal';
|
|
201
|
+
export const IM_PROPAGATION_KEY = 'jp.co.intra_mart.im_propagation';
|
|
202
|
+
export const IM_REPOSITORY_KEY = 'jp.co.intra_mart.im_repository';
|
|
203
|
+
export const IM_REPOSITORY_RESTRICTION_JA_KEY = 'jp.co.intra_mart.im_repository_restriction_ja';
|
|
204
|
+
export const IM_REVERSE_PROXY_KEY = 'jp.co.intra_mart.im_reverse_proxy';
|
|
205
|
+
export const IM_REVIEW_KEY = 'jp.co.intra_mart.im_review';
|
|
206
|
+
export const IM_ROUTER_KEY = 'jp.co.intra_mart.im_router';
|
|
207
|
+
export const IM_ROUTER_THEME_KEY = 'jp.co.intra_mart.im_router_theme';
|
|
208
|
+
export const IM_SALESFORCE_KEY = 'jp.co.intra_mart.im_salesforce';
|
|
209
|
+
export const IM_SALESFORCE_STREAMING_KEY = 'jp.co.intra_mart.im_salesforce_streaming';
|
|
210
|
+
export const IM_SAML_KEY = 'jp.co.intra_mart.im_saml';
|
|
211
|
+
export const IM_SAML_LOGIN_PORTLET_KEY = 'jp.co.intra_mart.im_saml_login_portlet';
|
|
212
|
+
export const IM_SAML_SMARTPHONE_KEY = 'jp.co.intra_mart.im_saml_smartphone';
|
|
213
|
+
export const IM_SERVICE_KEY = 'jp.co.intra_mart.im_service';
|
|
214
|
+
export const IM_SERVLETS_KEY = 'jp.co.intra_mart.im_servlets';
|
|
215
|
+
export const IM_SESSION_STORE_KEY = 'jp.co.intra_mart.im_session_store';
|
|
216
|
+
export const IM_SESSION_STORE_HAZELCAST_EM_KEY = 'jp.co.intra_mart.im_session_store_hazelcast_em';
|
|
217
|
+
export const IMSH_ESIGN_KEY = 'jp.co.intra_mart.imsh_esign';
|
|
218
|
+
export const IM_SLACK_KEY = 'jp.co.intra_mart.im_slack';
|
|
219
|
+
export const IM_SMACOLOW_KEY = 'jp.co.intra_mart.im_smacolow';
|
|
220
|
+
export const IM_SMART_MENU_KEY = 'jp.co.intra_mart.im_smart_menu';
|
|
221
|
+
export const IM_SMART_MENU_PORTLET_KEY = 'jp.co.intra_mart.im_smart_menu_portlet';
|
|
222
|
+
export const IM_SMART_MENU_RANKING_KEY = 'jp.co.intra_mart.im_smart_menu_ranking';
|
|
223
|
+
export const IM_SPREADSHEET_KEY = 'jp.co.intra_mart.im_spreadsheet';
|
|
224
|
+
export const IM_SPREADSHEET_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_spreadsheet_contents_search';
|
|
225
|
+
export const IM_SSH_KEY = 'jp.co.intra_mart.im_ssh';
|
|
226
|
+
export const IM_SSO_KEY = 'jp.co.intra_mart.im_sso';
|
|
227
|
+
export const IM_SSO_WINDOWS_KEY = 'jp.co.intra_mart.im_sso_windows';
|
|
228
|
+
export const IM_SUBSCRIPTION_KEY = 'jp.co.intra_mart.im_subscription';
|
|
229
|
+
export const IM_SYSTEM_ADMIN_KEY = 'jp.co.intra_mart.im_system_admin';
|
|
230
|
+
export const IM_SYSTEM_LOG_KEY = 'jp.co.intra_mart.im_system_log';
|
|
231
|
+
export const IM_TAGS_KEY = 'jp.co.intra_mart.im_tags';
|
|
232
|
+
export const IM_TAGS_SIGN_KEY = 'jp.co.intra_mart.im_tags_sign';
|
|
233
|
+
export const IM_TEMPLATE_KEY = 'jp.co.intra_mart.im_template';
|
|
234
|
+
export const IM_TENANT_KEY = 'jp.co.intra_mart.im_tenant';
|
|
235
|
+
export const IM_TENANT_SETTINGS_KEY = 'jp.co.intra_mart.im_tenant_settings';
|
|
236
|
+
export const IM_TENANT_WEB_API_KEY = 'jp.co.intra_mart.im_tenant_web_api';
|
|
237
|
+
export const IM_TGFW_CODEPOINTS_KEY = 'jp.co.intra_mart.im_tgfw_codepoints';
|
|
238
|
+
export const IM_TGFW_COMMON_KEY = 'jp.co.intra_mart.im_tgfw_common';
|
|
239
|
+
export const IM_TGFW_JODATIME_KEY = 'jp.co.intra_mart.im_tgfw_jodatime';
|
|
240
|
+
export const IM_TGFW_JPA_KEY = 'jp.co.intra_mart.im_tgfw_jpa';
|
|
241
|
+
export const IM_TGFW_MYBATIS_KEY = 'jp.co.intra_mart.im_tgfw_mybatis';
|
|
242
|
+
export const IM_TGFW_MYBATIS3_KEY = 'jp.co.intra_mart.im_tgfw_mybatis3';
|
|
243
|
+
export const IM_TGFW_PORTAL_KEY = 'jp.co.intra_mart.im_tgfw_portal';
|
|
244
|
+
export const IM_TGFW_STRING_KEY = 'jp.co.intra_mart.im_tgfw_string';
|
|
245
|
+
export const IM_TGFW_VALIDATOR_KEY = 'jp.co.intra_mart.im_tgfw_validator';
|
|
246
|
+
export const IM_TGFW_WEB_KEY = 'jp.co.intra_mart.im_tgfw_web';
|
|
247
|
+
export const IM_THEME_COMMON_KEY = 'jp.co.intra_mart.im_theme_common';
|
|
248
|
+
export const IM_THEME_CUSTOMIZE_KEY = 'jp.co.intra_mart.im_theme_customize';
|
|
249
|
+
export const IM_THEME_SMARTPHONE_KEY = 'jp.co.intra_mart.im_theme_smartphone';
|
|
250
|
+
export const IM_THEME_SMARTPHONE_BLACK_KEY = 'jp.co.intra_mart.im_theme_smartphone_black';
|
|
251
|
+
export const IM_THEME_SMARTPHONE_COMMON_KEY = 'jp.co.intra_mart.im_theme_smartphone_common';
|
|
252
|
+
export const IM_THEME_SMARTPHONE_WHITE_KEY = 'jp.co.intra_mart.im_theme_smartphone_white';
|
|
253
|
+
export const IM_TICKET_KEY = 'jp.co.intra_mart.im_ticket';
|
|
254
|
+
export const IM_UI_KEY = 'jp.co.intra_mart.im_ui';
|
|
255
|
+
export const IM_UIPATH_KEY = 'jp.co.intra_mart.im_uipath';
|
|
256
|
+
export const IM_UNIT_TEST_KEY = 'jp.co.intra_mart.im_unit_test';
|
|
257
|
+
export const IM_USER_CONTEXT_KEY = 'jp.co.intra_mart.im_user_context';
|
|
258
|
+
export const IM_USER_PROJECT_KEY = 'jp.co.intra_mart.im_user_project';
|
|
259
|
+
export const IM_USER_PROJECT_IMBOX_KEY = 'jp.co.intra_mart.im_user_project_imbox';
|
|
260
|
+
export const IM_USER_PROJECT_IM_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_user_project_im_contents_search';
|
|
261
|
+
export const IM_USER_PROJECT_IM_FILE_EXCHANGE_KEY = 'jp.co.intra_mart.im_user_project_im_file_exchange';
|
|
262
|
+
export const IM_USER_PROJECT_IM_PORTAL_KEY = 'jp.co.intra_mart.im_user_project_im_portal';
|
|
263
|
+
export const IM_USER_PROJECT_VIEWCREATOR_KEY = 'jp.co.intra_mart.im_user_project_viewcreator';
|
|
264
|
+
export const IM_VD72_TO_FORMA_CONVERTER_KEY = 'jp.co.intra_mart.im_vd72_to_forma_converter';
|
|
265
|
+
export const IM_VD80_TO_FORMA_CONVERTER_KEY = 'jp.co.intra_mart.im_vd80_to_forma_converter';
|
|
266
|
+
export const IM_VD_RUNTIME_KEY = 'jp.co.intra_mart.im_vd_runtime';
|
|
267
|
+
export const IM_VD_TO_FORMA_CONVERTER_CORE_KEY = 'jp.co.intra_mart.im_vd_to_forma_converter_core';
|
|
268
|
+
export const IM_WATSON_KEY = 'jp.co.intra_mart.im_watson';
|
|
269
|
+
export const IM_WEB_API_MAKER_KEY = 'jp.co.intra_mart.im_web_api_maker';
|
|
270
|
+
export const IM_WEB_API_MAKER_OAUTH_KEY = 'jp.co.intra_mart.im_web_api_maker_oauth';
|
|
271
|
+
export const IM_WEB_API_MAKER_WS_AUTH_KEY = 'jp.co.intra_mart.im_web_api_maker_ws_auth';
|
|
272
|
+
export const IM_WIKI_KEY = 'jp.co.intra_mart.im_wiki';
|
|
273
|
+
export const IM_WIKI_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_wiki_contents_search';
|
|
274
|
+
export const IM_WIKI_COPILOT_KEY = 'jp.co.intra_mart.im_wiki_copilot';
|
|
275
|
+
export const IM_WIKI_COPILOT_BEDROCK_KEY = 'jp.co.intra_mart.im_wiki_copilot_bedrock';
|
|
276
|
+
export const IM_WINACTOR_KEY = 'jp.co.intra_mart.im_winactor';
|
|
277
|
+
export const IM_WINACTOR_CONFIG_KEY = 'jp.co.intra_mart.im_winactor_config';
|
|
278
|
+
export const IM_WINDIRECTOR_KEY = 'jp.co.intra_mart.im_windirector';
|
|
279
|
+
export const IM_WORKFLOW_KEY = 'jp.co.intra_mart.im_workflow';
|
|
280
|
+
export const IM_WORKFLOW_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.im_workflow_contents_search';
|
|
281
|
+
export const IM_WORKFLOW_PORTLET_KEY = 'jp.co.intra_mart.im_workflow_portlet';
|
|
282
|
+
export const IM_WORKFLOW_SLACK_KEY = 'jp.co.intra_mart.im_workflow_slack';
|
|
283
|
+
export const IM_WORKFLOW_SMARTPHONE_KEY = 'jp.co.intra_mart.im_workflow_smartphone';
|
|
284
|
+
export const IM_WORKFLOW_WS_KEY = 'jp.co.intra_mart.im_workflow_ws';
|
|
285
|
+
export const IM_WS_AUTH_KEY = 'jp.co.intra_mart.im_ws_auth';
|
|
286
|
+
export const IM_WS_AUTH_CLIENT_KEY = 'jp.co.intra_mart.im_ws_auth_client';
|
|
287
|
+
export const IM_ZIPCODE_SEARCH_JP_KEY = 'jp.co.intra_mart.im_zipcode_search_jp';
|
|
288
|
+
export const J2EE_FRAMEWORK_KEY = 'jp.co.intra_mart.j2ee_framework';
|
|
289
|
+
export const J2EE_SEASAR2_KEY = 'jp.co.intra_mart.j2ee_seasar2';
|
|
290
|
+
export const JACKLING_APP_MODULE_KEY = 'jp.co.intra_mart.jackling.app.module';
|
|
291
|
+
export const JACKLING_BASE_MODULE_KEY = 'jp.co.intra_mart.jackling.base.module';
|
|
292
|
+
export const JACKLING_BASE_MODULE_PACK_KEY = 'jp.co.intra_mart.jackling.base.module.pack';
|
|
293
|
+
export const JS_KEY = 'jp.co.intra_mart.js';
|
|
294
|
+
export const JSON_SCHEMA_VALIDATOR_KEY = 'jp.co.intra_mart.json_schema_validator';
|
|
295
|
+
export const FORMA_MIGRATION_KEY = 'jp.co.intra_mart.migration.forma_migration';
|
|
296
|
+
export const IM_ACCESS_SECURITY_MIGRATION_KEY = 'jp.co.intra_mart.migration.im_access_security_migration';
|
|
297
|
+
export const IM_MAIL_MIGRATION_KEY = 'jp.co.intra_mart.migration.im_mail_migration';
|
|
298
|
+
export const IM_MASTER_MIGRATION_KEY = 'jp.co.intra_mart.migration.im_master_migration';
|
|
299
|
+
export const IM_PORTAL_MIGRATION_KEY = 'jp.co.intra_mart.migration.im_portal_migration';
|
|
300
|
+
export const IM_WORKFLOW_MIGRATION_KEY = 'jp.co.intra_mart.migration.im_workflow_migration';
|
|
301
|
+
export const VIEWCREATOR_MIGRATION_KEY = 'jp.co.intra_mart.migration.viewcreator_migration';
|
|
302
|
+
export const ACCELMART_PLUS_KEY = 'jp.co.intra_mart.module.pack.accelmart_plus';
|
|
303
|
+
export const BIS_SPREADSHEET_PACK_KEY = 'jp.co.intra_mart.module.pack.bis_spreadsheet_pack';
|
|
304
|
+
export const COMMON_EKISPERT_PACK_KEY = 'jp.co.intra_mart.module.pack.common_ekispert_pack';
|
|
305
|
+
export const E_BUILDER_KEY = 'jp.co.intra_mart.module.pack.e_builder';
|
|
306
|
+
export const E_BUILDER_DEBUGGER_KEY = 'jp.co.intra_mart.module.pack.e_builder_debugger';
|
|
307
|
+
export const E_BUILDER_LIBRARY_KEY = 'jp.co.intra_mart.module.pack.e_builder_library';
|
|
308
|
+
export const E_BUILDER_TESTCASE_KEY = 'jp.co.intra_mart.module.pack.e_builder_testcase';
|
|
309
|
+
export const EXTENSION_ARCHIVER_PACK_KEY = 'jp.co.intra_mart.module.pack.extension_archiver_pack';
|
|
310
|
+
export const FORMA_ACCELDOCUMENTS_PACK_KEY = 'jp.co.intra_mart.module.pack.forma_acceldocuments_pack';
|
|
311
|
+
export const IAC_ADDRESSBOOK_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_addressbook_parts_pack';
|
|
312
|
+
export const IAC_CALDAV_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_caldav_connector_pack';
|
|
313
|
+
export const IAC_COLLABORATION_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_collaboration_connector_pack';
|
|
314
|
+
export const IAC_CONNECTORS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_connectors_pack';
|
|
315
|
+
export const IAC_CONTENTS_SEARCH_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_contents_search_pack';
|
|
316
|
+
export const IAC_EXTRA_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_extra_connector_pack';
|
|
317
|
+
export const IAC_FILELIBRARY_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_filelibrary_parts_pack';
|
|
318
|
+
export const IAC_ICALENDAR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_icalendar_pack';
|
|
319
|
+
export const IAC_IMBOX_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_imbox_connector_pack';
|
|
320
|
+
export const IAC_IM_PROJECT_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_im_project_connector_pack';
|
|
321
|
+
export const IAC_INFORMATION_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_information_parts_pack';
|
|
322
|
+
export const IAC_MESSAGE_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_message_parts_pack';
|
|
323
|
+
export const IAC_OAUTH_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_oauth_pack';
|
|
324
|
+
export const IAC_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_parts_pack';
|
|
325
|
+
export const IAC_PORTLET_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_portlet_pack';
|
|
326
|
+
export const IAC_SCHEDULE_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_schedule_parts_pack';
|
|
327
|
+
export const IAC_SMARTPHONE_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_smartphone_pack';
|
|
328
|
+
export const IAC_SUITE_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_suite_pack';
|
|
329
|
+
export const IAC_TODO_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_todo_parts_pack';
|
|
330
|
+
export const IAC_VENDOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_vendor_pack';
|
|
331
|
+
export const IAC_WORKFLOW_CONNECTOR_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_workflow_connector_pack';
|
|
332
|
+
export const IAC_WORKSPACE_ITEMS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_workspace_items_pack';
|
|
333
|
+
export const IAC_WORKSPACE_PARTS_PACK_KEY = 'jp.co.intra_mart.module.pack.iac_workspace_parts_pack';
|
|
334
|
+
export const IM_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_advance';
|
|
335
|
+
export const IM_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_advanced';
|
|
336
|
+
export const IM_APPLICATION_SERVER_SPECIFIC_FEATURES_KEY = 'jp.co.intra_mart.module.pack.im_application_server_specific_features';
|
|
337
|
+
export const IM_APPLICATION_SERVER_SPECIFIC_FEATURES_RESIN_SESSION_MANAGER_KEY = 'jp.co.intra_mart.module.pack.im_application_server_specific_features_resin_session_manager';
|
|
338
|
+
export const IM_BACKWARD_SYNC_KEY = 'jp.co.intra_mart.module.pack.im_backward_sync';
|
|
339
|
+
export const IM_BACKWARD_SYNC_725_KEY = 'jp.co.intra_mart.module.pack.im_backward_sync_725';
|
|
340
|
+
export const IM_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_basic';
|
|
341
|
+
export const IM_BLOOMMAKER_PACK_KEY = 'jp.co.intra_mart.module.pack.im_bloommaker_pack';
|
|
342
|
+
export const IM_BPM_KEY = 'jp.co.intra_mart.module.pack.im_bpm';
|
|
343
|
+
export const IM_BUILTIN_APPS_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_advance';
|
|
344
|
+
export const IM_BUILTIN_APPS_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_advanced';
|
|
345
|
+
export const IM_BUILTIN_APPS_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_basic';
|
|
346
|
+
export const IM_BUILTIN_APPS_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_lowcode';
|
|
347
|
+
export const IM_BUILTIN_APPS_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_procode';
|
|
348
|
+
export const IM_BUILTIN_APPS_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_professional';
|
|
349
|
+
export const IM_BUILTIN_APPS_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_builtin_apps_standard';
|
|
350
|
+
export const IM_COMPATIBLE_ADVANCED_PACK_KEY = 'jp.co.intra_mart.module.pack.im_compatible_advanced_pack';
|
|
351
|
+
export const IM_COMPATIBLE_STANDARD_PACK_KEY = 'jp.co.intra_mart.module.pack.im_compatible_standard_pack';
|
|
352
|
+
export const IM_CONTENTS_SEARCH_ADDITIONAL_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_additional_advance';
|
|
353
|
+
export const IM_CONTENTS_SEARCH_ADDITIONAL_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_additional_advanced';
|
|
354
|
+
export const IM_CONTENTS_SEARCH_ADDITIONAL_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_additional_basic';
|
|
355
|
+
export const IM_CONTENTS_SEARCH_ADDITIONAL_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_additional_professional';
|
|
356
|
+
export const IM_CONTENTS_SEARCH_ADDITIONAL_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_additional_standard';
|
|
357
|
+
export const IM_CONTENTS_SEARCH_PACK_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_pack_advance';
|
|
358
|
+
export const IM_CONTENTS_SEARCH_PACK_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_pack_advanced';
|
|
359
|
+
export const IM_CONTENTS_SEARCH_PACK_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_pack_basic';
|
|
360
|
+
export const IM_CONTENTS_SEARCH_PACK_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_pack_professional';
|
|
361
|
+
export const IM_CONTENTS_SEARCH_PACK_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_contents_search_pack_standard';
|
|
362
|
+
export const IM_COPILOT_PACK_KEY = 'jp.co.intra_mart.module.pack.im_copilot_pack';
|
|
363
|
+
export const IM_EVENT_NAVIGATOR_PACK_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_advance';
|
|
364
|
+
export const IM_EVENT_NAVIGATOR_PACK_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_advanced';
|
|
365
|
+
export const IM_EVENT_NAVIGATOR_PACK_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_basic';
|
|
366
|
+
export const IM_EVENT_NAVIGATOR_PACK_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_lowcode';
|
|
367
|
+
export const IM_EVENT_NAVIGATOR_PACK_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_procode';
|
|
368
|
+
export const IM_EVENT_NAVIGATOR_PACK_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_professional';
|
|
369
|
+
export const IM_EVENT_NAVIGATOR_PACK_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_event_navigator_pack_standard';
|
|
370
|
+
export const IM_FILE_EXCHANGE_PACK_KEY = 'jp.co.intra_mart.module.pack.im_file_exchange_pack';
|
|
371
|
+
export const IM_FILE_EXCHANGE_PACK_ASEAN_KEY = 'jp.co.intra_mart.module.pack.im_file_exchange_pack_asean';
|
|
372
|
+
export const IM_FORMAT_CREATOR_PACK_KEY = 'jp.co.intra_mart.module.pack.im_format_creator_pack';
|
|
373
|
+
export const IM_FOUNDATION_ADDITIONAL_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_advance';
|
|
374
|
+
export const IM_FOUNDATION_ADDITIONAL_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_advanced';
|
|
375
|
+
export const IM_FOUNDATION_ADDITIONAL_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_basic';
|
|
376
|
+
export const IM_FOUNDATION_ADDITIONAL_CERT_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_cert';
|
|
377
|
+
export const IM_FOUNDATION_ADDITIONAL_EXTERNAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_external';
|
|
378
|
+
export const IM_FOUNDATION_ADDITIONAL_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_lowcode';
|
|
379
|
+
export const IM_FOUNDATION_ADDITIONAL_NOTICE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_notice';
|
|
380
|
+
export const IM_FOUNDATION_ADDITIONAL_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_procode';
|
|
381
|
+
export const IM_FOUNDATION_ADDITIONAL_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_professional';
|
|
382
|
+
export const IM_FOUNDATION_ADDITIONAL_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_standard';
|
|
383
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_advance';
|
|
384
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_advanced';
|
|
385
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_basic';
|
|
386
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_lowcode';
|
|
387
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_procode';
|
|
388
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_professional';
|
|
389
|
+
export const IM_FOUNDATION_ADDITIONAL_WS_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_foundation_additional_ws_standard';
|
|
390
|
+
export const IM_FOUNDATION_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_advance';
|
|
391
|
+
export const IM_FOUNDATION_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_foundation_advanced';
|
|
392
|
+
export const IM_FOUNDATION_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_foundation_basic';
|
|
393
|
+
export const IM_FOUNDATION_CORE_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_advance';
|
|
394
|
+
export const IM_FOUNDATION_CORE_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_advanced';
|
|
395
|
+
export const IM_FOUNDATION_CORE_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_basic';
|
|
396
|
+
export const IM_FOUNDATION_CORE_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_lowcode';
|
|
397
|
+
export const IM_FOUNDATION_CORE_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_procode';
|
|
398
|
+
export const IM_FOUNDATION_CORE_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_professional';
|
|
399
|
+
export const IM_FOUNDATION_CORE_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_foundation_core_standard';
|
|
400
|
+
export const IM_FOUNDATION_JSSP_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_advance';
|
|
401
|
+
export const IM_FOUNDATION_JSSP_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_advanced';
|
|
402
|
+
export const IM_FOUNDATION_JSSP_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_basic';
|
|
403
|
+
export const IM_FOUNDATION_JSSP_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_lowcode';
|
|
404
|
+
export const IM_FOUNDATION_JSSP_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_procode';
|
|
405
|
+
export const IM_FOUNDATION_JSSP_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_professional';
|
|
406
|
+
export const IM_FOUNDATION_JSSP_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_foundation_jssp_standard';
|
|
407
|
+
export const IM_FOUNDATION_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_lowcode';
|
|
408
|
+
export const IM_FOUNDATION_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_foundation_procode';
|
|
409
|
+
export const IM_FOUNDATION_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_foundation_professional';
|
|
410
|
+
export const IM_FOUNDATION_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_foundation_standard';
|
|
411
|
+
export const IM_FRAMEWORK_KEY = 'jp.co.intra_mart.module.pack.im_framework';
|
|
412
|
+
export const IM_FRAMEWORK_JSSP_KEY = 'jp.co.intra_mart.module.pack.im_framework_jssp';
|
|
413
|
+
export const IM_FRAMEWORK_TGFW_KEY = 'jp.co.intra_mart.module.pack.im_framework_tgfw';
|
|
414
|
+
export const IM_KNOWLEDGE_PACK_KEY = 'jp.co.intra_mart.module.pack.im_knowledge_pack';
|
|
415
|
+
export const IM_KNOWLEDGE_PACK_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_knowledge_pack_advance';
|
|
416
|
+
export const IM_KNOWLEDGE_PACK_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_knowledge_pack_advanced';
|
|
417
|
+
export const IM_KNOWLEDGE_PACK_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_knowledge_pack_lowcode';
|
|
418
|
+
export const IM_KNOWLEDGE_PACK_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_knowledge_pack_professional';
|
|
419
|
+
export const IM_LIBRARY_KEY = 'jp.co.intra_mart.module.pack.im_library';
|
|
420
|
+
export const IM_LIBRARY_COMMON_KEY = 'jp.co.intra_mart.module.pack.im_library_common';
|
|
421
|
+
export const IM_LIBRARY_VENDOR_KEY = 'jp.co.intra_mart.module.pack.im_library_vendor';
|
|
422
|
+
export const IM_LIBRARY_WS_KEY = 'jp.co.intra_mart.module.pack.im_library_ws';
|
|
423
|
+
export const IM_LOGIC_PACK_KEY = 'jp.co.intra_mart.module.pack.im_logic_pack';
|
|
424
|
+
export const IM_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_lowcode';
|
|
425
|
+
export const IM_MAIL_PACK_KEY = 'jp.co.intra_mart.module.pack.im_mail_pack';
|
|
426
|
+
export const IM_MIGRATION_KEY = 'jp.co.intra_mart.module.pack.im_migration';
|
|
427
|
+
export const IM_MULTI_FACTOR_AUTHENTICATION_PACK_KEY = 'jp.co.intra_mart.module.pack.im_multi_factor_authentication_pack';
|
|
428
|
+
export const IM_PORTLET_KEY = 'jp.co.intra_mart.module.pack.im_portlet';
|
|
429
|
+
export const IM_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_procode';
|
|
430
|
+
export const IM_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_professional';
|
|
431
|
+
export const IM_REGION_SPEC_KEY = 'jp.co.intra_mart.module.pack.im_region_spec';
|
|
432
|
+
export const IM_REPOSITORY_PACK_KEY = 'jp.co.intra_mart.module.pack.im_repository_pack';
|
|
433
|
+
export const IM_RPA_PACK_KEY = 'jp.co.intra_mart.module.pack.im_rpa_pack';
|
|
434
|
+
export const IM_SIGN_PACK_KEY = 'jp.co.intra_mart.module.pack.im_sign_pack';
|
|
435
|
+
export const IM_SMART_MENU_PACK_KEY = 'jp.co.intra_mart.module.pack.im_smart_menu_pack';
|
|
436
|
+
export const IM_SPREADSHEET_PACK_KEY = 'jp.co.intra_mart.module.pack.im_spreadsheet_pack';
|
|
437
|
+
export const IM_SSO_PACK_KEY = 'jp.co.intra_mart.module.pack.im_sso_pack';
|
|
438
|
+
export const IM_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_standard';
|
|
439
|
+
export const IM_TENANT_PACK_KEY = 'jp.co.intra_mart.module.pack.im_tenant_pack';
|
|
440
|
+
export const IM_THEME_KEY = 'jp.co.intra_mart.module.pack.im_theme';
|
|
441
|
+
export const IM_THEME_50_KEY = 'jp.co.intra_mart.module.pack.im_theme_50';
|
|
442
|
+
export const IM_THEME_60_KEY = 'jp.co.intra_mart.module.pack.im_theme_60';
|
|
443
|
+
export const IM_THEME_CUSTOMIZE_PACK_KEY = 'jp.co.intra_mart.module.pack.im_theme_customize_pack';
|
|
444
|
+
export const IM_THEME_DROPDOWN_KEY = 'jp.co.intra_mart.module.pack.im_theme_dropdown';
|
|
445
|
+
export const IM_THEME_SLIM_DROPDOWN_KEY = 'jp.co.intra_mart.module.pack.im_theme_slim_dropdown';
|
|
446
|
+
export const IM_THEME_SLIM_SIDE_MENU_KEY = 'jp.co.intra_mart.module.pack.im_theme_slim_side_menu';
|
|
447
|
+
export const IM_THEME_SMARTPHONE_PACK_KEY = 'jp.co.intra_mart.module.pack.im_theme_smartphone_pack';
|
|
448
|
+
export const IM_USER_PROJECT_ADDITIONAL_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_advance';
|
|
449
|
+
export const IM_USER_PROJECT_ADDITIONAL_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_advanced';
|
|
450
|
+
export const IM_USER_PROJECT_ADDITIONAL_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_basic';
|
|
451
|
+
export const IM_USER_PROJECT_ADDITIONAL_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_lowcode';
|
|
452
|
+
export const IM_USER_PROJECT_ADDITIONAL_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_procode';
|
|
453
|
+
export const IM_USER_PROJECT_ADDITIONAL_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_professional';
|
|
454
|
+
export const IM_USER_PROJECT_ADDITIONAL_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_user_project_additional_standard';
|
|
455
|
+
export const IM_USER_PROJECT_PACK_ADVANCE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_advance';
|
|
456
|
+
export const IM_USER_PROJECT_PACK_ADVANCED_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_advanced';
|
|
457
|
+
export const IM_USER_PROJECT_PACK_BASIC_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_basic';
|
|
458
|
+
export const IM_USER_PROJECT_PACK_LOWCODE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_lowcode';
|
|
459
|
+
export const IM_USER_PROJECT_PACK_PROCODE_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_procode';
|
|
460
|
+
export const IM_USER_PROJECT_PACK_PROFESSIONAL_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_professional';
|
|
461
|
+
export const IM_USER_PROJECT_PACK_STANDARD_KEY = 'jp.co.intra_mart.module.pack.im_user_project_pack_standard';
|
|
462
|
+
export const IM_VD_MIGRATION_FOR_COMPATIBLE_ENV_KEY = 'jp.co.intra_mart.module.pack.im_vd_migration_for_compatible_env';
|
|
463
|
+
export const IM_VD_MIGRATION_FOR_HYBRID_ENV_KEY = 'jp.co.intra_mart.module.pack.im_vd_migration_for_hybrid_env';
|
|
464
|
+
export const IM_VD_MIGRATION_LIBRARIES_KEY = 'jp.co.intra_mart.module.pack.im_vd_migration_libraries';
|
|
465
|
+
export const IM_VD_MIGRATION_SUPPORT_TOOLS_KEY = 'jp.co.intra_mart.module.pack.im_vd_migration_support_tools';
|
|
466
|
+
export const IM_WINACTOR_CONFIG_PACK_KEY = 'jp.co.intra_mart.module.pack.im_winactor_config_pack';
|
|
467
|
+
export const Z_ANNOTATION_KEY = 'jp.co.intra_mart.module.pack.z_annotation';
|
|
468
|
+
export const Z_BIS_KEY = 'jp.co.intra_mart.module.pack.z_bis';
|
|
469
|
+
export const Z_BIS_ASEAN_KEY = 'jp.co.intra_mart.module.pack.z_bis_asean';
|
|
470
|
+
export const Z_ERP_CONNECT_KEY = 'jp.co.intra_mart.module.pack.z_erp_connect';
|
|
471
|
+
export const Z_FORMA_KEY = 'jp.co.intra_mart.module.pack.z_forma';
|
|
472
|
+
export const Z_FORMA_APPS_KEY = 'jp.co.intra_mart.module.pack.z_forma_apps';
|
|
473
|
+
export const Z_FORMA_ASEAN_KEY = 'jp.co.intra_mart.module.pack.z_forma_asean';
|
|
474
|
+
export const NOTIFICATION_KEY = 'jp.co.intra_mart.notification';
|
|
475
|
+
export const OSS_LINKAGE_JS_BASE_SYSTEM_KEY = 'jp.co.intra_mart.oss_linkage.js_base_system';
|
|
476
|
+
export const OSS_LINKAGE_OPENRULES_KEY = 'jp.co.intra_mart.oss_linkage.openrules';
|
|
477
|
+
export const PRODUCT_COLLABORATION_IAC_ADDRESSBOOK_KEY = 'jp.co.intra_mart.product.collaboration.iac_addressbook';
|
|
478
|
+
export const PRODUCT_COLLABORATION_IAC_ADDRESSBOOK_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_addressbook_smartphone';
|
|
479
|
+
export const PRODUCT_COLLABORATION_IAC_ANNOUNCE_KEY = 'jp.co.intra_mart.product.collaboration.iac_announce';
|
|
480
|
+
export const PRODUCT_COLLABORATION_IAC_CALDAV_KEY = 'jp.co.intra_mart.product.collaboration.iac_caldav';
|
|
481
|
+
export const PRODUCT_COLLABORATION_IAC_CALDAV_SCHEDULE_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_caldav_schedule_connector';
|
|
482
|
+
export const PRODUCT_COLLABORATION_IAC_CHECKLIST_KEY = 'jp.co.intra_mart.product.collaboration.iac_checklist';
|
|
483
|
+
export const PRODUCT_COLLABORATION_IAC_CHECKLIST_TODO_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_checklist_todo_connector';
|
|
484
|
+
export const PRODUCT_COLLABORATION_IAC_CONTENTS_SEARCH_CORE_KEY = 'jp.co.intra_mart.product.collaboration.iac_contents_search_core';
|
|
485
|
+
export const PRODUCT_COLLABORATION_IAC_CORE_KEY = 'jp.co.intra_mart.product.collaboration.iac_core';
|
|
486
|
+
export const PRODUCT_COLLABORATION_IAC_CORE_IMBOX_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_core_imbox_connector';
|
|
487
|
+
export const PRODUCT_COLLABORATION_IAC_CORE_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_core_smartphone';
|
|
488
|
+
export const PRODUCT_COLLABORATION_IAC_DECISION_KEY = 'jp.co.intra_mart.product.collaboration.iac_decision';
|
|
489
|
+
export const PRODUCT_COLLABORATION_IAC_EVENTCALENDAR_KEY = 'jp.co.intra_mart.product.collaboration.iac_eventcalendar';
|
|
490
|
+
export const PRODUCT_COLLABORATION_IAC_EVENTCALENDAR_SCHEDULE_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_eventcalendar_schedule_connector';
|
|
491
|
+
export const PRODUCT_COLLABORATION_IAC_FILELIBRARY_KEY = 'jp.co.intra_mart.product.collaboration.iac_filelibrary';
|
|
492
|
+
export const PRODUCT_COLLABORATION_IAC_FILELIBRARY_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.product.collaboration.iac_filelibrary_contents_search';
|
|
493
|
+
export const PRODUCT_COLLABORATION_IAC_FILELIBRARY_PORTLET_KEY = 'jp.co.intra_mart.product.collaboration.iac_filelibrary_portlet';
|
|
494
|
+
export const PRODUCT_COLLABORATION_IAC_FILELIBRARY_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_filelibrary_smartphone';
|
|
495
|
+
export const PRODUCT_COLLABORATION_IAC_FILESHARE_KEY = 'jp.co.intra_mart.product.collaboration.iac_fileshare';
|
|
496
|
+
export const PRODUCT_COLLABORATION_IAC_GOOGLE_OAUTH_KEY = 'jp.co.intra_mart.product.collaboration.iac_google_oauth';
|
|
497
|
+
export const PRODUCT_COLLABORATION_IAC_GROUP_KEY = 'jp.co.intra_mart.product.collaboration.iac_group';
|
|
498
|
+
export const PRODUCT_COLLABORATION_IAC_ICALENDAR_KEY = 'jp.co.intra_mart.product.collaboration.iac_icalendar';
|
|
499
|
+
export const PRODUCT_COLLABORATION_IAC_IFRAME_KEY = 'jp.co.intra_mart.product.collaboration.iac_iframe';
|
|
500
|
+
export const PRODUCT_COLLABORATION_IAC_INFORMATION_KEY = 'jp.co.intra_mart.product.collaboration.iac_information';
|
|
501
|
+
export const PRODUCT_COLLABORATION_IAC_INFORMATION_CONTENTS_SEARCH_KEY = 'jp.co.intra_mart.product.collaboration.iac_information_contents_search';
|
|
502
|
+
export const PRODUCT_COLLABORATION_IAC_INFORMATION_PORTLET_KEY = 'jp.co.intra_mart.product.collaboration.iac_information_portlet';
|
|
503
|
+
export const PRODUCT_COLLABORATION_IAC_INFORMATION_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_information_smartphone';
|
|
504
|
+
export const PRODUCT_COLLABORATION_IAC_MESSAGE_KEY = 'jp.co.intra_mart.product.collaboration.iac_message';
|
|
505
|
+
export const PRODUCT_COLLABORATION_IAC_MESSAGE_PORTLET_KEY = 'jp.co.intra_mart.product.collaboration.iac_message_portlet';
|
|
506
|
+
export const PRODUCT_COLLABORATION_IAC_MESSAGE_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_message_smartphone';
|
|
507
|
+
export const PRODUCT_COLLABORATION_IAC_OPINION_KEY = 'jp.co.intra_mart.product.collaboration.iac_opinion';
|
|
508
|
+
export const PRODUCT_COLLABORATION_IAC_SCHEDULE_KEY = 'jp.co.intra_mart.product.collaboration.iac_schedule';
|
|
509
|
+
export const PRODUCT_COLLABORATION_IAC_SCHEDULE_GCAL_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_schedule_gcal_connector';
|
|
510
|
+
export const PRODUCT_COLLABORATION_IAC_SCHEDULE_PORTLET_KEY = 'jp.co.intra_mart.product.collaboration.iac_schedule_portlet';
|
|
511
|
+
export const PRODUCT_COLLABORATION_IAC_SCHEDULE_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_schedule_smartphone';
|
|
512
|
+
export const PRODUCT_COLLABORATION_IAC_TODO_KEY = 'jp.co.intra_mart.product.collaboration.iac_todo';
|
|
513
|
+
export const PRODUCT_COLLABORATION_IAC_TODO_CHECKLIST_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_todo_checklist_connector';
|
|
514
|
+
export const PRODUCT_COLLABORATION_IAC_TODO_SCHEDULE_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_todo_schedule_connector';
|
|
515
|
+
export const PRODUCT_COLLABORATION_IAC_TODO_SMARTPHONE_KEY = 'jp.co.intra_mart.product.collaboration.iac_todo_smartphone';
|
|
516
|
+
export const PRODUCT_COLLABORATION_IAC_WORKFLOW_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_workflow_connector';
|
|
517
|
+
export const PRODUCT_COLLABORATION_IAC_WORKSPACE_KEY = 'jp.co.intra_mart.product.collaboration.iac_workspace';
|
|
518
|
+
export const PRODUCT_COLLABORATION_IAC_WORKSPACE_IMBOX_CONNECTOR_KEY = 'jp.co.intra_mart.product.collaboration.iac_workspace_imbox_connector';
|
|
519
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_ADDRESSBOOK_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_addressbook';
|
|
520
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_CORE_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_core';
|
|
521
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_FILELIBRARY_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_filelibrary';
|
|
522
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_INFORMATION_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_information';
|
|
523
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_MESSAGE_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_message';
|
|
524
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_SCHEDULE_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_schedule';
|
|
525
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_TODO_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_todo';
|
|
526
|
+
export const PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_WORKSPACE_KEY = 'jp.co.intra_mart.product.collaboration.im_user_project_iac_workspace';
|
|
527
|
+
export const QUICK_APPS_KEY = 'jp.co.intra_mart.quick_apps';
|
|
528
|
+
export const QUICK_MACRO_KEY = 'jp.co.intra_mart.quick_macro';
|
|
529
|
+
export const SAMPLE_HELLO_TERASOLUNA_KEY = 'jp.co.intra_mart.sample.hello_terasoluna';
|
|
530
|
+
export const SPECIFIC_PATCH_IM_WORKFLOW_8_0_29_FOR_ASAHIKASEI_KEY = 'jp.co.intra_mart.specific_patch.im_workflow_8_0_29_for_ASAHIKASEI';
|
|
531
|
+
export const TABLEMAINTENANCE_KEY = 'jp.co.intra_mart.tablemaintenance';
|
|
532
|
+
export const TICKET_TEST_MATERIALS_KEY = 'jp.co.intra_mart.ticket_test_materials';
|
|
533
|
+
export const VC_TM_COMMON_KEY = 'jp.co.intra_mart.vc_tm_common';
|
|
534
|
+
export const VENDOR_ACTIONSHEET_KEY = 'jp.co.intra_mart.vendor.actionsheet';
|
|
535
|
+
export const VENDOR_ANTLR_KEY = 'jp.co.intra_mart.vendor.antlr';
|
|
536
|
+
export const VENDOR_AOPALLIANCE_KEY = 'jp.co.intra_mart.vendor.aopalliance';
|
|
537
|
+
export const VENDOR_ASPECTJ_KEY = 'jp.co.intra_mart.vendor.aspectj';
|
|
538
|
+
export const VENDOR_ATMOSPHERE_KEY = 'jp.co.intra_mart.vendor.atmosphere';
|
|
539
|
+
export const VENDOR_AWS_JAVA_SDK_KEY = 'jp.co.intra_mart.vendor.aws_java_sdk';
|
|
540
|
+
export const VENDOR_AWS_JAVA_SDK_V2_KEY = 'jp.co.intra_mart.vendor.aws_java_sdk_v2';
|
|
541
|
+
export const VENDOR_AWS_SDK_JAVA_FOR_EMBASSY_KEY = 'jp.co.intra_mart.vendor.aws_sdk_java_for_embassy';
|
|
542
|
+
export const VENDOR_AXIS2_KEY = 'jp.co.intra_mart.vendor.axis2';
|
|
543
|
+
export const VENDOR_BIGDECIMAL_JS_KEY = 'jp.co.intra_mart.vendor.bigdecimal_js';
|
|
544
|
+
export const VENDOR_BOUNCYCASTLE_KEY = 'jp.co.intra_mart.vendor.bouncycastle';
|
|
545
|
+
export const VENDOR_COMMONS_BEANUTILS_KEY = 'jp.co.intra_mart.vendor.commons_beanutils';
|
|
546
|
+
export const VENDOR_COMMONS_CHAIN_KEY = 'jp.co.intra_mart.vendor.commons_chain';
|
|
547
|
+
export const VENDOR_COMMONS_CODEC_KEY = 'jp.co.intra_mart.vendor.commons_codec';
|
|
548
|
+
export const VENDOR_COMMONS_COLLECTIONS_KEY = 'jp.co.intra_mart.vendor.commons_collections';
|
|
549
|
+
export const VENDOR_COMMONS_COLLECTIONS4_KEY = 'jp.co.intra_mart.vendor.commons_collections4';
|
|
550
|
+
export const VENDOR_COMMONS_COMPRESS_KEY = 'jp.co.intra_mart.vendor.commons_compress';
|
|
551
|
+
export const VENDOR_COMMONS_DIGESTER_KEY = 'jp.co.intra_mart.vendor.commons_digester';
|
|
552
|
+
export const VENDOR_COMMONS_FILEUPLOAD_KEY = 'jp.co.intra_mart.vendor.commons_fileupload';
|
|
553
|
+
export const VENDOR_COMMONS_HTTPCLIENT_KEY = 'jp.co.intra_mart.vendor.commons_httpclient';
|
|
554
|
+
export const VENDOR_COMMONS_IO_KEY = 'jp.co.intra_mart.vendor.commons_io';
|
|
555
|
+
export const VENDOR_COMMONS_LANG_KEY = 'jp.co.intra_mart.vendor.commons_lang';
|
|
556
|
+
export const VENDOR_COMMONS_LANG3_KEY = 'jp.co.intra_mart.vendor.commons_lang3';
|
|
557
|
+
export const VENDOR_COMMONS_MATH3_KEY = 'jp.co.intra_mart.vendor.commons_math3';
|
|
558
|
+
export const VENDOR_COMMONS_POOL_KEY = 'jp.co.intra_mart.vendor.commons_pool';
|
|
559
|
+
export const VENDOR_COMMONS_VALIDATOR_KEY = 'jp.co.intra_mart.vendor.commons_validator';
|
|
560
|
+
export const VENDOR_CROPPER_KEY = 'jp.co.intra_mart.vendor.cropper';
|
|
561
|
+
export const VENDOR_DBUNIT_KEY = 'jp.co.intra_mart.vendor.dbunit';
|
|
562
|
+
export const VENDOR_DOM4J_KEY = 'jp.co.intra_mart.vendor.dom4j';
|
|
563
|
+
export const VENDOR_DOZER_KEY = 'jp.co.intra_mart.vendor.dozer';
|
|
564
|
+
export const VENDOR_EHCACHE_KEY = 'jp.co.intra_mart.vendor.ehcache';
|
|
565
|
+
export const VENDOR_ESAPI_KEY = 'jp.co.intra_mart.vendor.esapi';
|
|
566
|
+
export const VENDOR_FULLCALENDAR_KEY = 'jp.co.intra_mart.vendor.fullcalendar';
|
|
567
|
+
export const VENDOR_GDATA_CALENDAR_KEY = 'jp.co.intra_mart.vendor.gdata_calendar';
|
|
568
|
+
export const VENDOR_GDATA_CLIENT_KEY = 'jp.co.intra_mart.vendor.gdata_client';
|
|
569
|
+
export const VENDOR_GDATA_CORE_KEY = 'jp.co.intra_mart.vendor.gdata_core';
|
|
570
|
+
export const VENDOR_GOOGLE_API_CLIENT_KEY = 'jp.co.intra_mart.vendor.google_api_client';
|
|
571
|
+
export const VENDOR_GOOGLE_API_SERVICE_CALENDAR_KEY = 'jp.co.intra_mart.vendor.google_api_service_calendar';
|
|
572
|
+
export const VENDOR_GUAVA_KEY = 'jp.co.intra_mart.vendor.guava';
|
|
573
|
+
export const VENDOR_HECTOR_KEY = 'jp.co.intra_mart.vendor.hector';
|
|
574
|
+
export const VENDOR_HIBERNATE_VALIDATOR_KEY = 'jp.co.intra_mart.vendor.hibernate_validator';
|
|
575
|
+
export const VENDOR_HIGHCHARTS_KEY = 'jp.co.intra_mart.vendor.highcharts';
|
|
576
|
+
export const VENDOR_HTMLCLEANER_KEY = 'jp.co.intra_mart.vendor.htmlcleaner';
|
|
577
|
+
export const VENDOR_HTMLPARSER_KEY = 'jp.co.intra_mart.vendor.htmlparser';
|
|
578
|
+
export const VENDOR_HTTP_CLIENT_KEY = 'jp.co.intra_mart.vendor.http_client';
|
|
579
|
+
export const VENDOR_HTTP_CLIENT_V4_2_KEY = 'jp.co.intra_mart.vendor.http_client_v4_2';
|
|
580
|
+
export const VENDOR_HTTP_CLIENT_V4_4_1_KEY = 'jp.co.intra_mart.vendor.http_client_v4_4_1';
|
|
581
|
+
export const VENDOR_HTTP_CLIENT_V4_5_13_KEY = 'jp.co.intra_mart.vendor.http_client_v4_5_13';
|
|
582
|
+
export const VENDOR_ICAL4J_KEY = 'jp.co.intra_mart.vendor.ical4j';
|
|
583
|
+
export const VENDOR_IM_ND_UNIVERSALEXTRACTOR_KEY = 'jp.co.intra_mart.vendor.im_nd_universalextractor';
|
|
584
|
+
export const VENDOR_INFO_ZIP_KEY = 'jp.co.intra_mart.vendor.info_zip';
|
|
585
|
+
export const VENDOR_ITEXT_KEY = 'jp.co.intra_mart.vendor.itext';
|
|
586
|
+
export const VENDOR_JACKSON_ANNOTATIONS_KEY = 'jp.co.intra_mart.vendor.jackson_annotations';
|
|
587
|
+
export const VENDOR_JACKSON_CORE_KEY = 'jp.co.intra_mart.vendor.jackson_core';
|
|
588
|
+
export const VENDOR_JACKSON_DATABIND_KEY = 'jp.co.intra_mart.vendor.jackson_databind';
|
|
589
|
+
export const VENDOR_JACKSON_DATAFORMAT_XML_KEY = 'jp.co.intra_mart.vendor.jackson_dataformat_xml';
|
|
590
|
+
export const VENDOR_JACKSON_DATATYPE_JODA_KEY = 'jp.co.intra_mart.vendor.jackson_datatype_joda';
|
|
591
|
+
export const VENDOR_JACKSON_DATATYPE_JSR310_KEY = 'jp.co.intra_mart.vendor.jackson_datatype_jsr310';
|
|
592
|
+
export const VENDOR_JACKSON_MODULE_JAXB_ANNOTATIONS_KEY = 'jp.co.intra_mart.vendor.jackson_module_jaxb_annotations';
|
|
593
|
+
export const VENDOR_JACKSON_MODULE_JSONSCHEMA_KEY = 'jp.co.intra_mart.vendor.jackson_module_jsonschema';
|
|
594
|
+
export const VENDOR_JAF_KEY = 'jp.co.intra_mart.vendor.jaf';
|
|
595
|
+
export const VENDOR_JAMON_KEY = 'jp.co.intra_mart.vendor.jamon';
|
|
596
|
+
export const VENDOR_JAVAMAIL_KEY = 'jp.co.intra_mart.vendor.javamail';
|
|
597
|
+
export const VENDOR_JAVASSIST_KEY = 'jp.co.intra_mart.vendor.javassist';
|
|
598
|
+
export const VENDOR_JAXB_KEY = 'jp.co.intra_mart.vendor.jaxb';
|
|
599
|
+
export const VENDOR_JAXEN_KEY = 'jp.co.intra_mart.vendor.jaxen';
|
|
600
|
+
export const VENDOR_JDOM_KEY = 'jp.co.intra_mart.vendor.jdom';
|
|
601
|
+
export const VENDOR_JDOM2_KEY = 'jp.co.intra_mart.vendor.jdom2';
|
|
602
|
+
export const VENDOR_JERICHO_HTML_PARSER_KEY = 'jp.co.intra_mart.vendor.jericho_html_parser';
|
|
603
|
+
export const VENDOR_JFREECHART_KEY = 'jp.co.intra_mart.vendor.jfreechart';
|
|
604
|
+
export const VENDOR_JGIT_KEY = 'jp.co.intra_mart.vendor.jgit';
|
|
605
|
+
export const VENDOR_JGROUPS_KEY = 'jp.co.intra_mart.vendor.jgroups';
|
|
606
|
+
export const VENDOR_JNA_KEY = 'jp.co.intra_mart.vendor.jna';
|
|
607
|
+
export const VENDOR_JODA_TIME_KEY = 'jp.co.intra_mart.vendor.joda_time';
|
|
608
|
+
export const VENDOR_JQUERY_KEY = 'jp.co.intra_mart.vendor.jquery';
|
|
609
|
+
export const VENDOR_JQUERY_MOBILE_KEY = 'jp.co.intra_mart.vendor.jquery_mobile';
|
|
610
|
+
export const VENDOR_JQUERY_QRCODE_KEY = 'jp.co.intra_mart.vendor.jquery_qrcode';
|
|
611
|
+
export const VENDOR_JQUERY_UI_KEY = 'jp.co.intra_mart.vendor.jquery_ui';
|
|
612
|
+
export const VENDOR_JSONIC_KEY = 'jp.co.intra_mart.vendor.jsonic';
|
|
613
|
+
export const VENDOR_JSON_SCHEMA_VALIDATOR_KEY = 'jp.co.intra_mart.vendor.json_schema_validator';
|
|
614
|
+
export const VENDOR_JSON_SIMPLE_KEY = 'jp.co.intra_mart.vendor.json_simple';
|
|
615
|
+
export const VENDOR_JSOUP_KEY = 'jp.co.intra_mart.vendor.jsoup';
|
|
616
|
+
export const VENDOR_MASKAT26_KEY = 'jp.co.intra_mart.vendor.maskat26';
|
|
617
|
+
export const VENDOR_MEIOMASK_KEY = 'jp.co.intra_mart.vendor.meiomask';
|
|
618
|
+
export const VENDOR_METRO_KEY = 'jp.co.intra_mart.vendor.metro';
|
|
619
|
+
export const VENDOR_MIME_UTIL_KEY = 'jp.co.intra_mart.vendor.mime_util';
|
|
620
|
+
export const VENDOR_MOBISCROLL_KEY = 'jp.co.intra_mart.vendor.mobiscroll';
|
|
621
|
+
export const VENDOR_MYBATIS_KEY = 'jp.co.intra_mart.vendor.mybatis';
|
|
622
|
+
export const VENDOR_NETBEANS_KEY = 'jp.co.intra_mart.vendor.netbeans';
|
|
623
|
+
export const VENDOR_NOGGIT_KEY = 'jp.co.intra_mart.vendor.noggit';
|
|
624
|
+
export const VENDOR_NOT_YET_COMMONS_SSL_KEY = 'jp.co.intra_mart.vendor.not_yet_commons_ssl';
|
|
625
|
+
export const VENDOR_OGNL_KEY = 'jp.co.intra_mart.vendor.ognl';
|
|
626
|
+
export const VENDOR_OPEN_PORTAL_PORTLET_CONTAINER_KEY = 'jp.co.intra_mart.vendor.open_portal_portlet_container';
|
|
627
|
+
export const VENDOR_OPEN_PORTAL_WSRP_KEY = 'jp.co.intra_mart.vendor.open_portal_wsrp';
|
|
628
|
+
export const VENDOR_OPENSAML_KEY = 'jp.co.intra_mart.vendor.opensaml';
|
|
629
|
+
export const VENDOR_OPENWS_KEY = 'jp.co.intra_mart.vendor.openws';
|
|
630
|
+
export const VENDOR_PDFBOX_KEY = 'jp.co.intra_mart.vendor.pdfbox';
|
|
631
|
+
export const VENDOR_POI_KEY = 'jp.co.intra_mart.vendor.poi';
|
|
632
|
+
export const VENDOR_POI_OOXML_FULL_V5_2_3_KEY = 'jp.co.intra_mart.vendor.poi_ooxml_full_v5_2_3';
|
|
633
|
+
export const VENDOR_POI_OOXML_SCHEMAS_KEY = 'jp.co.intra_mart.vendor.poi_ooxml_schemas';
|
|
634
|
+
export const VENDOR_POI_V3_7_KEY = 'jp.co.intra_mart.vendor.poi_v3_7';
|
|
635
|
+
export const VENDOR_POI_V3_8_KEY = 'jp.co.intra_mart.vendor.poi_v3_8';
|
|
636
|
+
export const VENDOR_POI_V3_9_KEY = 'jp.co.intra_mart.vendor.poi_v3_9';
|
|
637
|
+
export const VENDOR_POI_V5_2_3_KEY = 'jp.co.intra_mart.vendor.poi_v5_2_3';
|
|
638
|
+
export const VENDOR_QUARTZ_KEY = 'jp.co.intra_mart.vendor.quartz';
|
|
639
|
+
export const VENDOR_RAPHAEL_V2_1_3_KEY = 'jp.co.intra_mart.vendor.raphael_v2_1_3';
|
|
640
|
+
export const VENDOR_REACTIVE_STREAMS_KEY = 'jp.co.intra_mart.vendor.reactive_streams';
|
|
641
|
+
export const VENDOR_S2UTIL_KEY = 'jp.co.intra_mart.vendor.s2util';
|
|
642
|
+
export const VENDOR_SASTRUTS_KEY = 'jp.co.intra_mart.vendor.sastruts';
|
|
643
|
+
export const VENDOR_SEASAR2_KEY = 'jp.co.intra_mart.vendor.seasar2';
|
|
644
|
+
export const VENDOR_SIMPLECAPTCHA_KEY = 'jp.co.intra_mart.vendor.simplecaptcha';
|
|
645
|
+
export const VENDOR_SLF4J_KEY = 'jp.co.intra_mart.vendor.slf4j';
|
|
646
|
+
export const VENDOR_SOLR_CLIENT_KEY = 'jp.co.intra_mart.vendor.solr_client';
|
|
647
|
+
export const VENDOR_STAX2_API_KEY = 'jp.co.intra_mart.vendor.stax2_api';
|
|
648
|
+
export const VENDOR_STRUTS_KEY = 'jp.co.intra_mart.vendor.struts';
|
|
649
|
+
export const VENDOR_SUPER_CSV_KEY = 'jp.co.intra_mart.vendor.super_csv';
|
|
650
|
+
export const VENDOR_TERASOLUNA_GFW_CODEPOINTS_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_codepoints';
|
|
651
|
+
export const VENDOR_TERASOLUNA_GFW_COMMON_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_common';
|
|
652
|
+
export const VENDOR_TERASOLUNA_GFW_JODATIME_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_jodatime';
|
|
653
|
+
export const VENDOR_TERASOLUNA_GFW_JPA_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_jpa';
|
|
654
|
+
export const VENDOR_TERASOLUNA_GFW_MYBATIS_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_mybatis';
|
|
655
|
+
export const VENDOR_TERASOLUNA_GFW_MYBATIS3_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_mybatis3';
|
|
656
|
+
export const VENDOR_TERASOLUNA_GFW_STRING_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_string';
|
|
657
|
+
export const VENDOR_TERASOLUNA_GFW_VALIDATOR_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_validator';
|
|
658
|
+
export const VENDOR_TERASOLUNA_GFW_WEB_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_web';
|
|
659
|
+
export const VENDOR_TERASOLUNA_GFW_WEB_JSP_KEY = 'jp.co.intra_mart.vendor.terasoluna_gfw_web_jsp';
|
|
660
|
+
export const VENDOR_THUMBNAILATOR_KEY = 'jp.co.intra_mart.vendor.thumbnailator';
|
|
661
|
+
export const VENDOR_VELOCITY_KEY = 'jp.co.intra_mart.vendor.velocity';
|
|
662
|
+
export const VENDOR_WSTX_ASL_KEY = 'jp.co.intra_mart.vendor.wstx_asl';
|
|
663
|
+
export const VENDOR_XALAN_KEY = 'jp.co.intra_mart.vendor.xalan';
|
|
664
|
+
export const VENDOR_XMLBEANS_KEY = 'jp.co.intra_mart.vendor.xmlbeans';
|
|
665
|
+
export const VENDOR_XMLBEANS_V5_1_1_KEY = 'jp.co.intra_mart.vendor.xmlbeans_v5_1_1';
|
|
666
|
+
export const VENDOR_XMLSEC_KEY = 'jp.co.intra_mart.vendor.xmlsec';
|
|
667
|
+
export const VENDOR_XMLTOOLING_KEY = 'jp.co.intra_mart.vendor.xmltooling';
|
|
668
|
+
export const VENDOR_XSTREAM_KEY = 'jp.co.intra_mart.vendor.xstream';
|
|
669
|
+
export const VENDOR_ZEROCLIPBOARD_KEY = 'jp.co.intra_mart.vendor.zeroclipboard';
|
|
670
|
+
export const VIEWCREATOR_KEY = 'jp.co.intra_mart.viewcreator';
|
|
671
|
+
export const VIEWCREATOR_COPILOT_KEY = 'jp.co.intra_mart.viewcreator_copilot';
|
|
672
|
+
export const VIEWCREATOR_COPILOT_BEDROCK_KEY = 'jp.co.intra_mart.viewcreator_copilot_bedrock';
|
|
673
|
+
export const VIEWCREATOR_HIGHCHARTS_KEY = 'jp.co.intra_mart.viewcreator_highcharts';
|
|
674
|
+
export const VIEWCREATOR_PORTAL_KEY = 'jp.co.intra_mart.viewcreator_portal';
|
|
675
|
+
export const VIEWCREATOR_SMARTPHONE_KEY = 'jp.co.intra_mart.viewcreator_smartphone';
|
|
676
|
+
export const VUE_PROJECT_TEMPLATE_KEY = 'jp.co.intra_mart.vue_project_template';
|
|
677
|
+
export const IAD_SECURE_DOWNLOAD_KEY = 'jp.co.iothe.iad_secure_download';
|
|
678
|
+
export const IAD_SECURE_DOWNLOAD_PACK_KEY = 'jp.co.iothe.iad_secure_download_pack';
|
|
679
|
+
export const PDFA_KEY = 'jp.co.iothe.pdfa';
|
|
680
|
+
export const PDFA_PACK_KEY = 'jp.co.iothe.pdfa_pack';
|
|
681
|
+
export const PDFC_KEY = 'jp.co.iothe.pdfc';
|
|
682
|
+
export const PDFC_PACK_KEY = 'jp.co.iothe.pdfc_pack';
|
|
683
|
+
export const PDFD_KEY = 'jp.co.iothe.pdfd';
|
|
684
|
+
export const PDFD_DESIGN_KEY = 'jp.co.iothe.pdfd_design';
|
|
685
|
+
export const PDFD_FORMA2IOD_KEY = 'jp.co.iothe.pdfd_forma2iod';
|
|
686
|
+
export const PDFD_FP_PACK_KEY = 'jp.co.iothe.pdfd_fp_pack';
|
|
687
|
+
export const PDFDIRECTPRINT_KEY = 'jp.co.iothe.pdfdirectprint';
|
|
688
|
+
export const PDFDIRECTPRINT_PACK_KEY = 'jp.co.iothe.pdfdirectprint_pack';
|
|
689
|
+
export const PDFD_LOGIC_KEY = 'jp.co.iothe.pdfd_logic';
|
|
690
|
+
export const PDFD_PACK_KEY = 'jp.co.iothe.pdfd_pack';
|
|
691
|
+
export const PDFD_REST_KEY = 'jp.co.iothe.pdfd_rest';
|
|
692
|
+
export const PDFTIMESTAMPER_KEY = 'jp.co.iothe.pdftimestamper';
|
|
693
|
+
export const PDFTIMESTAMPER_PACK_KEY = 'jp.co.iothe.pdftimestamper_pack';
|
|
694
|
+
export const SEP_KEY = 'jp.co.nttdata_chugoku.sprist.sep';
|
|
695
|
+
export const SEP_PACK_KEY = 'jp.co.nttdata_chugoku.sprist.sep_pack';
|
|
696
|
+
export const SAMPLE_MODULE_KEY = 'jp.co.sample.sample_module';
|
|
697
|
+
export const ARCHIVE_KAIDEN_BASE_KEY = 'jp.co.slcs.kaiden.archive_kaiden_base';
|
|
698
|
+
export const ARCHIVE_KAIDEN_EXTENSION_IMW_KEY = 'jp.co.slcs.kaiden.archive_kaiden_extension_imw';
|
|
699
|
+
export const ARCHIVE_KAIDEN_PRODUCT_LABORMGR_KEY = 'jp.co.slcs.kaiden.archive_kaiden_product_labormgr';
|
|
700
|
+
export const ARCHIVE_KAIDEN_PRODUCT_WORKFLOW_KEY = 'jp.co.slcs.kaiden.archive_kaiden_product_workflow';
|
|
701
|
+
export const ARCHIVE_KAIDEN_RELATION_ALLIGATE_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_alligate';
|
|
702
|
+
export const ARCHIVE_KAIDEN_RELATION_BILLONE_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_billone';
|
|
703
|
+
export const ARCHIVE_KAIDEN_RELATION_CLOVA_OCR_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_clova_ocr';
|
|
704
|
+
export const ARCHIVE_KAIDEN_RELATION_DATA_DELIVERY_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_data_delivery';
|
|
705
|
+
export const ARCHIVE_KAIDEN_RELATION_INVOICE_AGENT_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_invoice_agent';
|
|
706
|
+
export const ARCHIVE_KAIDEN_RELATION_JCS_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_jcs';
|
|
707
|
+
export const ARCHIVE_KAIDEN_RELATION_KATSUBUN_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_katsubun';
|
|
708
|
+
export const ARCHIVE_KAIDEN_RELATION_NEOFACE_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_neoface';
|
|
709
|
+
export const ARCHIVE_KAIDEN_RELATION_RACCO_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_racco';
|
|
710
|
+
export const ARCHIVE_KAIDEN_RELATION_TRIP_NAVI_KEY = 'jp.co.slcs.kaiden.archive_kaiden_relation_trip_navi';
|
|
711
|
+
export const ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_COL_KEY = 'jp.co.slcs.kaiden.archive_kaiden_solution_identnbr_col';
|
|
712
|
+
export const ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_STG_KEY = 'jp.co.slcs.kaiden.archive_kaiden_solution_identnbr_stg';
|
|
713
|
+
export const ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_WEB_KEY = 'jp.co.slcs.kaiden.archive_kaiden_solution_identnbr_web';
|
|
714
|
+
export const KAIDEN_BASE_KEY = 'jp.co.slcs.kaiden.kaiden_base';
|
|
715
|
+
export const KAIDEN_EXTENSION_IMW_KEY = 'jp.co.slcs.kaiden.kaiden_extension_imw';
|
|
716
|
+
export const KAIDEN_PRODUCT_LABORMGR_KEY = 'jp.co.slcs.kaiden.kaiden_product_labormgr';
|
|
717
|
+
export const KAIDEN_PRODUCT_WORKFLOW_KEY = 'jp.co.slcs.kaiden.kaiden_product_workflow';
|
|
718
|
+
export const KAIDEN_RELATION_ALLIGATE_KEY = 'jp.co.slcs.kaiden.kaiden_relation_alligate';
|
|
719
|
+
export const KAIDEN_RELATION_BILLONE_KEY = 'jp.co.slcs.kaiden.kaiden_relation_billone';
|
|
720
|
+
export const KAIDEN_RELATION_CLOVA_OCR_KEY = 'jp.co.slcs.kaiden.kaiden_relation_clova_ocr';
|
|
721
|
+
export const KAIDEN_RELATION_DATA_DELIVERY_KEY = 'jp.co.slcs.kaiden.kaiden_relation_data_delivery';
|
|
722
|
+
export const KAIDEN_RELATION_FILE_KEY = 'jp.co.slcs.kaiden.kaiden_relation_file';
|
|
723
|
+
export const KAIDEN_RELATION_GENERATIVE_AI_KEY = 'jp.co.slcs.kaiden.kaiden_relation_generative_ai';
|
|
724
|
+
export const KAIDEN_RELATION_IAD_TS_KEY = 'jp.co.slcs.kaiden.kaiden_relation_iad_ts';
|
|
725
|
+
export const KAIDEN_RELATION_INVOICE_AGENT_KEY = 'jp.co.slcs.kaiden.kaiden_relation_invoice_agent';
|
|
726
|
+
export const KAIDEN_RELATION_JCS_KEY = 'jp.co.slcs.kaiden.kaiden_relation_jcs';
|
|
727
|
+
export const KAIDEN_RELATION_KATSUBUN_KEY = 'jp.co.slcs.kaiden.kaiden_relation_katsubun';
|
|
728
|
+
export const KAIDEN_RELATION_LINE_WORKS_KEY = 'jp.co.slcs.kaiden.kaiden_relation_line_works';
|
|
729
|
+
export const KAIDEN_RELATION_MICROSOFT_365_KEY = 'jp.co.slcs.kaiden.kaiden_relation_microsoft_365';
|
|
730
|
+
export const KAIDEN_RELATION_MICROSOFT_365_LABOR_KEY = 'jp.co.slcs.kaiden.kaiden_relation_microsoft_365_labor';
|
|
731
|
+
export const KAIDEN_RELATION_MULTI_VALUE_CHARGE_KEY = 'jp.co.slcs.kaiden.kaiden_relation_multi_value_charge';
|
|
732
|
+
export const KAIDEN_RELATION_NEOFACE_KEY = 'jp.co.slcs.kaiden.kaiden_relation_neoface';
|
|
733
|
+
export const KAIDEN_RELATION_RACCO_KEY = 'jp.co.slcs.kaiden.kaiden_relation_racco';
|
|
734
|
+
export const KAIDEN_RELATION_TRIP_NAVI_KEY = 'jp.co.slcs.kaiden.kaiden_relation_trip_navi';
|
|
735
|
+
export const KAIDEN_SOLUTION_IDENTNBR_COL_KEY = 'jp.co.slcs.kaiden.kaiden_solution_identnbr_col';
|
|
736
|
+
export const KAIDEN_SOLUTION_IDENTNBR_STG_KEY = 'jp.co.slcs.kaiden.kaiden_solution_identnbr_stg';
|
|
737
|
+
export const KAIDEN_SOLUTION_IDENTNBR_WEB_KEY = 'jp.co.slcs.kaiden.kaiden_solution_identnbr_web';
|
|
738
|
+
export const ARCHIVE_KAIDEN_FRAMEWORK_KEY = 'jp.co.slcs.kaiden.module.pack.archive_kaiden_framework';
|
|
739
|
+
export const ARCHIVE_KAIDEN_IDENTNBR_KEY = 'jp.co.slcs.kaiden.module.pack.archive_kaiden_identnbr';
|
|
740
|
+
export const ARCHIVE_KAIDEN_LABORMGR_KEY = 'jp.co.slcs.kaiden.module.pack.archive_kaiden_labormgr';
|
|
741
|
+
export const ARCHIVE_KAIDEN_WORKFLOW_KEY = 'jp.co.slcs.kaiden.module.pack.archive_kaiden_workflow';
|
|
742
|
+
export const KAIDEN_FRAMEWORK_KEY = 'jp.co.slcs.kaiden.module.pack.kaiden_framework';
|
|
743
|
+
export const KAIDEN_IDENTNBR_KEY = 'jp.co.slcs.kaiden.module.pack.kaiden_identnbr';
|
|
744
|
+
export const KAIDEN_LABORMGR_KEY = 'jp.co.slcs.kaiden.module.pack.kaiden_labormgr';
|
|
745
|
+
export const KAIDEN_WORKFLOW_KEY = 'jp.co.slcs.kaiden.module.pack.kaiden_workflow';
|
|
746
|
+
export const OPTION_KAIDEN_FRAMEWORK_KEY = 'jp.co.slcs.kaiden.module.pack.option_kaiden_framework';
|
|
747
|
+
export const OPTION_KAIDEN_LABORMGR_KEY = 'jp.co.slcs.kaiden.module.pack.option_kaiden_labormgr';
|
|
748
|
+
export const OPTION_KAIDEN_WORKFLOW_KEY = 'jp.co.slcs.kaiden.module.pack.option_kaiden_workflow';
|
|
749
|
+
export const IAC_CONFERENCE_KEY = 'jp.co.tokaisoftware.product.iac_conference';
|
|
750
|
+
export const IAC_CONFERENCE_CORE_KEY = 'jp.co.tokaisoftware.product.iac_conference_core';
|
|
751
|
+
export const IAC_CONFERENCE_IMPORT_EXPORT_KEY = 'jp.co.tokaisoftware.product.iac_conference_import_export';
|
|
752
|
+
export const IAC_ENQUETE_KEY = 'jp.co.tokaisoftware.product.iac_enquete';
|
|
753
|
+
export const IAC_ENQUETE_CORE_KEY = 'jp.co.tokaisoftware.product.iac_enquete_core';
|
|
754
|
+
export const GROUPMAIL_KEY = 'jp.co.ucm.im.groupmail';
|
|
755
|
+
export const GROUPMAIL_CONTENTS_SEARCH_KEY = 'jp.co.ucm.im.groupmail_contents_search';
|
|
756
|
+
export const GROUPMAIL_PACK_KEY = 'jp.co.ucm.im.groupmail_pack';
|
|
757
|
+
export const GROUPMAIL_PORTLET_KEY = 'jp.co.ucm.im.groupmail_portlet';
|
|
758
|
+
export const GROUPMAIL_SMARTPHONE_KEY = 'jp.co.ucm.im.groupmail_smartphone';
|
|
759
|
+
export const SAMPLE_CLIENT_KEY = 'mypackage.sample_client';
|
|
760
|
+
export const SAMPLE_PROVIDER_KEY = 'mypackage.sample_provider';
|
|
761
|
+
export const MODULE_IDS = [
|
|
762
|
+
WDC_ADVANCED_PACK_KEY,
|
|
763
|
+
WDC_BASE_KEY,
|
|
764
|
+
WDC_CONTENTS_SEARCH_KEY,
|
|
765
|
+
WDC_COOPERATION_ITEMS_KEY,
|
|
766
|
+
WDC_IMBOX_KEY,
|
|
767
|
+
WDC_LOGICDESIGNER_KEY,
|
|
768
|
+
WDC_PDFAUTOCONVERTER_KEY,
|
|
769
|
+
WDC_PDFCOORDINATOR_KEY,
|
|
770
|
+
WDC_PDFTIMESTAMPER_KEY,
|
|
771
|
+
WDC_PORTLET_KEY,
|
|
772
|
+
WDC_WORKFLOW_KEY,
|
|
773
|
+
ACCELDOCUMENTS_KEY,
|
|
774
|
+
ACCELDOCUMENTS_CONNECTOR_PACK_KEY,
|
|
775
|
+
ACCELDOCUMENTS_CONTENTS_SEARCH_KEY,
|
|
776
|
+
ACCELDOCUMENTS_FORMA_KEY,
|
|
777
|
+
ACCELDOCUMENTS_LOGICDESIGNER_KEY,
|
|
778
|
+
ACCELDOCUMENTS_PACK_KEY,
|
|
779
|
+
ACCELDOCUMENTS_PADES_KEY,
|
|
780
|
+
ACCELDOCUMENTS_PADES_PACK_KEY,
|
|
781
|
+
ACCELDOCUMENTS_SECURE_DOWNLOAD_KEY,
|
|
782
|
+
ACCELDOCUMENTS_SECURE_DOWNLOAD_PACK_KEY,
|
|
783
|
+
ACCELDOCUMENTS_TEMPLATE_KEY,
|
|
784
|
+
ACCELDOCUMENTS_TEMPLATE_PACK_KEY,
|
|
785
|
+
ACCELDOCUMENTS_WORKFLOW_KEY,
|
|
786
|
+
DOCUMENT_LINK_KEY,
|
|
787
|
+
DOCUMENT_LINK_PACK_KEY,
|
|
788
|
+
ACCEL_MART_QUICK_ADMINISTRATION_MODULE_KEY,
|
|
789
|
+
ACCEL_STUDIO_TESTING_KEY,
|
|
790
|
+
ACCEL_WORKFLOW_MULTI_TENANT_MODULE_KEY,
|
|
791
|
+
ADMIN_NO_CERTIFICATION_KEY,
|
|
792
|
+
AMQ_DPS_INTEGRATION_MODULE_KEY,
|
|
793
|
+
ANNOTATION_KEY,
|
|
794
|
+
IM_ACCOUNT_BACKWARD_SYNC_KEY,
|
|
795
|
+
IM_MASTER_BACKWARD_SYNC_KEY,
|
|
796
|
+
BIS_KEY,
|
|
797
|
+
BIS_DESIGN_DOCUMENT_KEY,
|
|
798
|
+
BIS_FORMA_CONNECT_KEY,
|
|
799
|
+
BIS_OAUTH_KEY,
|
|
800
|
+
BIS_OFFICE365_KEY,
|
|
801
|
+
BIS_OPENRULES_CONNECT_KEY,
|
|
802
|
+
BIS_SPREADSHEET_KEY,
|
|
803
|
+
BIS_SPREADSHEET_CONTENTS_SEARCH_KEY,
|
|
804
|
+
BLOOMMAKER_TEST_MATERIALS_KEY,
|
|
805
|
+
BOOK_MANAGEMENT_SYSTEM_KEY,
|
|
806
|
+
COMMON_EKISPERT_KEY,
|
|
807
|
+
EXTENSION_ARCHIVER_KEY,
|
|
808
|
+
FORMA_KEY,
|
|
809
|
+
FORMA_ACCELDOCUMENTS_KEY,
|
|
810
|
+
FORMA_APPS_FOR_JA_KEY,
|
|
811
|
+
FORMA_CONTENTS_SEARCH_KEY,
|
|
812
|
+
FORMA_OAUTH_KEY,
|
|
813
|
+
IMACA_CLIENT_KEY,
|
|
814
|
+
IMACA_PROVIDER_KEY,
|
|
815
|
+
IM_ACCEL_WORKFLOW_KEY,
|
|
816
|
+
IM_ACTIVITI_KEY,
|
|
817
|
+
IM_ACTIVITI_EXTENSION_BIS_KEY,
|
|
818
|
+
IM_ACTIVITI_EXTENSION_ELASTICSEARCH_KEY,
|
|
819
|
+
IM_ACTIVITI_EXTENSION_FORMA_KEY,
|
|
820
|
+
IM_ACTIVITI_KEYING_TEST_KEY,
|
|
821
|
+
IM_ADOBESIGN_KEY,
|
|
822
|
+
IM_ADOBESIGN_CRAFTSMAN_TEMPLATES_KEY,
|
|
823
|
+
IMART_SASTRUTS_KEY,
|
|
824
|
+
IMART_SASTRUTS_PORTAL_KEY,
|
|
825
|
+
IMART_SEASAR2_KEY,
|
|
826
|
+
IMART_STRUTS_KEY,
|
|
827
|
+
IM_AUTHZ_XLSX_IMPORT_EXPORT_KEY,
|
|
828
|
+
IM_BARCODE_KEY,
|
|
829
|
+
IM_BIZROBO_KEY,
|
|
830
|
+
IM_BLOOMMAKER_KEY,
|
|
831
|
+
IM_BLOOMMAKER_DEVELOPMENT_KEY,
|
|
832
|
+
IM_BLOOMMAKER_HANDSON_KEY,
|
|
833
|
+
IM_BLOOMMAKER_HIGHCHARTS_KEY,
|
|
834
|
+
IM_BLOOMMAKER_PROGRAMMING_SAMPLE_KEY,
|
|
835
|
+
IM_BLOOMMAKER_TEST_RESOURCES_KEY,
|
|
836
|
+
IM_BOUQUET_KEY,
|
|
837
|
+
IM_BOX_KEY,
|
|
838
|
+
IMBOX_KEY,
|
|
839
|
+
IMBOX_CONTENTS_SEARCH_KEY,
|
|
840
|
+
IMBOX_PORTLET_KEY,
|
|
841
|
+
IMBOX_SMARTPHONE_KEY,
|
|
842
|
+
IM_BPM_TUTORIAL_GUIDE_BLOOMMAKER_PROCESS_AND_TASK_FORM_KEY,
|
|
843
|
+
IM_CALENDAR_DAY_INFO_ADDITIONAL_DATA_KEY,
|
|
844
|
+
IM_CERTIFICATION_KEY,
|
|
845
|
+
IM_CHART_KEY,
|
|
846
|
+
IM_CIPHER_RC5_KEY,
|
|
847
|
+
IM_CLOUDSIGN_KEY,
|
|
848
|
+
IM_COMMONS_KEY,
|
|
849
|
+
IM_COMPATIBLE_ADVANCED_KEY,
|
|
850
|
+
IM_COMPATIBLE_ADVANCED_SIGN_KEY,
|
|
851
|
+
IM_COMPATIBLE_CONTENTS_ADVANCED_KEY,
|
|
852
|
+
IM_COMPATIBLE_CONTENTS_STANDARD_KEY,
|
|
853
|
+
IM_COMPATIBLE_MASTER_ADMIN_ADVANCED_KEY,
|
|
854
|
+
IM_COMPATIBLE_MASTER_ADMIN_STANDARD_KEY,
|
|
855
|
+
IM_COMPATIBLE_SRV_TEST_KEY,
|
|
856
|
+
IM_COMPATIBLE_STANDARD_KEY,
|
|
857
|
+
IM_CONTENTS_SEARCH_KEY,
|
|
858
|
+
IM_CONTENTS_SEARCH_COMPATIBLE_ADVANCED_KEY,
|
|
859
|
+
IM_CONTENTS_SEARCH_COMPATIBLE_STANDARD_KEY,
|
|
860
|
+
IM_COPILOT_KEY,
|
|
861
|
+
IM_COPILOT_BEDROCK_DRIVER_KEY,
|
|
862
|
+
IM_CORE_KEY,
|
|
863
|
+
IM_CRAFTSMAN_KEY,
|
|
864
|
+
IM_CRAFTSMAN_CONTENTS_SEARCH_KEY,
|
|
865
|
+
IM_CRAFTSMAN_COPILOT_KEY,
|
|
866
|
+
IM_CRAFTSMAN_ENOKIT_KEY,
|
|
867
|
+
IM_CRAFTSMAN_GIT_KEY,
|
|
868
|
+
IM_CRAFTSMAN_INTEGRATION_TEST_HELPER_KEY,
|
|
869
|
+
IM_CRAFTSMAN_OFFICE365_TEMPLATES_KEY,
|
|
870
|
+
IM_DASHBOARD_KEY,
|
|
871
|
+
IM_DATABASE_KEY,
|
|
872
|
+
IM_DATABASE_IMPL_PAYARA_KEY,
|
|
873
|
+
IM_DATABASE_IMPL_RESIN_KEY,
|
|
874
|
+
IM_DATABASE_JS_KEY,
|
|
875
|
+
IM_DS_TEMPLATES_KEY,
|
|
876
|
+
IM_EB_COMPONENTS_KEY,
|
|
877
|
+
IM_EB_COMPONENTS_JAVAEE_KEY,
|
|
878
|
+
IM_EB_COMPONENTS_MASKAT_KEY,
|
|
879
|
+
IM_EB_COMPONENTS_SASTRUTS_KEY,
|
|
880
|
+
IM_EB_JS_DEBUGGER_KEY,
|
|
881
|
+
IM_EB_TEST_KEY,
|
|
882
|
+
IM_EB_TESTCASE_KEY,
|
|
883
|
+
IM_EB_TEST_SPRING_KEY,
|
|
884
|
+
IM_ERP_BAPI_KEY,
|
|
885
|
+
IM_ERP_CONNECT_KEY,
|
|
886
|
+
IM_EVENT_NAVIGATOR_KEY,
|
|
887
|
+
IM_EVENT_NAVIGATOR_WORKFLOW_KEY,
|
|
888
|
+
IM_EXTERNAL_USER_KEY,
|
|
889
|
+
IM_FILE_EXCHANGE_KEY,
|
|
890
|
+
IM_FILE_EXCHANGE_IMBOX_KEY,
|
|
891
|
+
IM_FLOWERHOUSE_KEY,
|
|
892
|
+
IM_FORMAT_CREATOR_KEY,
|
|
893
|
+
IM_HICHEE_BOOTSTRAP_KEY,
|
|
894
|
+
IM_HYBRID_SSO_KEY,
|
|
895
|
+
IM_I18N_KEY,
|
|
896
|
+
IM_IMPORT_EXPORT_KEY,
|
|
897
|
+
IM_J2EE_ASSIST_KEY,
|
|
898
|
+
IM_JAVAMAIL_KEY,
|
|
899
|
+
IM_JAVAMAIL_MESSAGE_HUB_KEY,
|
|
900
|
+
IM_JDK_ASSIST_KEY,
|
|
901
|
+
IM_JOB_SCHEDULER_KEY,
|
|
902
|
+
IM_JOURNAL_KEY,
|
|
903
|
+
IM_JOURNAL_EXAMPLES_KEY,
|
|
904
|
+
IM_JSSP_KEY,
|
|
905
|
+
IM_JUMP_UP_ADVANCED_KEY,
|
|
906
|
+
IM_JUMP_UP_STANDARD_KEY,
|
|
907
|
+
IM_JUMP_UP_STARTPACK_V32_KEY,
|
|
908
|
+
IM_JUMP_UP_WORKFLOW_V32_KEY,
|
|
909
|
+
IM_KIBANA_PORTLET_KEY,
|
|
910
|
+
IM_KNOWLEDGE_KEY,
|
|
911
|
+
IM_KNOWLEDGE_CONTENTS_SEARCH_KEY,
|
|
912
|
+
IM_LDAP_CERTIFICATION_KEY,
|
|
913
|
+
IM_LOGIC_KEY,
|
|
914
|
+
IM_LOGIC_AWS_KEY,
|
|
915
|
+
IM_LOGIC_DEVELOPMENT_KEY,
|
|
916
|
+
IM_LOGIC_EXCEL_KEY,
|
|
917
|
+
IM_LOGIC_HANDSON_KEY,
|
|
918
|
+
IM_LOGIC_OAUTH_KEY,
|
|
919
|
+
IM_LOGIC_OPENRULES_KEY,
|
|
920
|
+
IM_LOGIC_RSS_KEY,
|
|
921
|
+
IM_LOGIN_2COLUMN_KEY,
|
|
922
|
+
IM_LOGIN_PORTLET_KEY,
|
|
923
|
+
IM_LOGIN_SESSION_KEY,
|
|
924
|
+
IM_LOWCODE_UTILITIES_KEY,
|
|
925
|
+
IM_MAIL_KEY,
|
|
926
|
+
IM_MAIL_PORTLET_KEY,
|
|
927
|
+
IM_MARKETPLACE_KEY,
|
|
928
|
+
IM_MASKAT_KEY,
|
|
929
|
+
IM_MASTER_KEY,
|
|
930
|
+
IM_MASTER_AND_ROLE_I18N_CHECK_KEY,
|
|
931
|
+
IM_MASTER_CONNECTOR_DISABLE_ADVANCED_KEY,
|
|
932
|
+
IM_MASTER_CONNECTOR_DISABLE_STANDARD_KEY,
|
|
933
|
+
IM_MASTER_EXTENDS_IMPORT_01_ADVANCED_KEY,
|
|
934
|
+
IM_MASTER_EXTENDS_IMPORT_01_STANDARD_KEY,
|
|
935
|
+
IM_MASTER_EXTENDS_IMPORT_02_ADVANCED_KEY,
|
|
936
|
+
IM_MASTER_EXTENDS_IMPORT_02_STANDARD_KEY,
|
|
937
|
+
IM_MASTER_ORGCHART_KEY,
|
|
938
|
+
IM_MASTER_SMARTPHONE_KEY,
|
|
939
|
+
IM_MASTER_SUBJECTTYPES_KEY,
|
|
940
|
+
IM_MASTER_WS_KEY,
|
|
941
|
+
IM_MENU_WS_KEY,
|
|
942
|
+
IM_MENU_WS_CLIENT_KEY,
|
|
943
|
+
IM_MESSAGE_HUB_KEY,
|
|
944
|
+
IM_MIRAGE_KEY,
|
|
945
|
+
IM_MOBILE_FRAMEWORK_KEY,
|
|
946
|
+
IM_MULTI_DEVICE_KEY,
|
|
947
|
+
IM_MULTI_DEVICE_JS_KEY,
|
|
948
|
+
IM_MULTI_FACTOR_AUTHENTICATION_KEY,
|
|
949
|
+
IM_MULTI_FACTOR_AUTHENTICATION_SMARTPHONE_KEY,
|
|
950
|
+
IM_NOTICE_KEY,
|
|
951
|
+
IM_NOTICE_MOBILE_KEY,
|
|
952
|
+
IM_NOTICE_MQ_KEY,
|
|
953
|
+
IM_OAUTH_CLIENT_KEY,
|
|
954
|
+
IM_OAUTH_PROVIDER_KEY,
|
|
955
|
+
IM_ODATA_KEY,
|
|
956
|
+
IM_OFFICE365_KEY,
|
|
957
|
+
IM_PASSWORD_REMINDER_KEY,
|
|
958
|
+
IM_PLUGIN_KEY,
|
|
959
|
+
IM_PLUGIN_JS_KEY,
|
|
960
|
+
IM_POINT_SYSTEM_KEY,
|
|
961
|
+
IM_PORTAL_KEY,
|
|
962
|
+
IM_PROPAGATION_KEY,
|
|
963
|
+
IM_REPOSITORY_KEY,
|
|
964
|
+
IM_REPOSITORY_RESTRICTION_JA_KEY,
|
|
965
|
+
IM_REVERSE_PROXY_KEY,
|
|
966
|
+
IM_REVIEW_KEY,
|
|
967
|
+
IM_ROUTER_KEY,
|
|
968
|
+
IM_ROUTER_THEME_KEY,
|
|
969
|
+
IM_SALESFORCE_KEY,
|
|
970
|
+
IM_SALESFORCE_STREAMING_KEY,
|
|
971
|
+
IM_SAML_KEY,
|
|
972
|
+
IM_SAML_LOGIN_PORTLET_KEY,
|
|
973
|
+
IM_SAML_SMARTPHONE_KEY,
|
|
974
|
+
IM_SERVICE_KEY,
|
|
975
|
+
IM_SERVLETS_KEY,
|
|
976
|
+
IM_SESSION_STORE_KEY,
|
|
977
|
+
IM_SESSION_STORE_HAZELCAST_EM_KEY,
|
|
978
|
+
IMSH_ESIGN_KEY,
|
|
979
|
+
IM_SLACK_KEY,
|
|
980
|
+
IM_SMACOLOW_KEY,
|
|
981
|
+
IM_SMART_MENU_KEY,
|
|
982
|
+
IM_SMART_MENU_PORTLET_KEY,
|
|
983
|
+
IM_SMART_MENU_RANKING_KEY,
|
|
984
|
+
IM_SPREADSHEET_KEY,
|
|
985
|
+
IM_SPREADSHEET_CONTENTS_SEARCH_KEY,
|
|
986
|
+
IM_SSH_KEY,
|
|
987
|
+
IM_SSO_KEY,
|
|
988
|
+
IM_SSO_WINDOWS_KEY,
|
|
989
|
+
IM_SUBSCRIPTION_KEY,
|
|
990
|
+
IM_SYSTEM_ADMIN_KEY,
|
|
991
|
+
IM_SYSTEM_LOG_KEY,
|
|
992
|
+
IM_TAGS_KEY,
|
|
993
|
+
IM_TAGS_SIGN_KEY,
|
|
994
|
+
IM_TEMPLATE_KEY,
|
|
995
|
+
IM_TENANT_KEY,
|
|
996
|
+
IM_TENANT_SETTINGS_KEY,
|
|
997
|
+
IM_TENANT_WEB_API_KEY,
|
|
998
|
+
IM_TGFW_CODEPOINTS_KEY,
|
|
999
|
+
IM_TGFW_COMMON_KEY,
|
|
1000
|
+
IM_TGFW_JODATIME_KEY,
|
|
1001
|
+
IM_TGFW_JPA_KEY,
|
|
1002
|
+
IM_TGFW_MYBATIS_KEY,
|
|
1003
|
+
IM_TGFW_MYBATIS3_KEY,
|
|
1004
|
+
IM_TGFW_PORTAL_KEY,
|
|
1005
|
+
IM_TGFW_STRING_KEY,
|
|
1006
|
+
IM_TGFW_VALIDATOR_KEY,
|
|
1007
|
+
IM_TGFW_WEB_KEY,
|
|
1008
|
+
IM_THEME_COMMON_KEY,
|
|
1009
|
+
IM_THEME_CUSTOMIZE_KEY,
|
|
1010
|
+
IM_THEME_SMARTPHONE_KEY,
|
|
1011
|
+
IM_THEME_SMARTPHONE_BLACK_KEY,
|
|
1012
|
+
IM_THEME_SMARTPHONE_COMMON_KEY,
|
|
1013
|
+
IM_THEME_SMARTPHONE_WHITE_KEY,
|
|
1014
|
+
IM_TICKET_KEY,
|
|
1015
|
+
IM_UI_KEY,
|
|
1016
|
+
IM_UIPATH_KEY,
|
|
1017
|
+
IM_UNIT_TEST_KEY,
|
|
1018
|
+
IM_USER_CONTEXT_KEY,
|
|
1019
|
+
IM_USER_PROJECT_KEY,
|
|
1020
|
+
IM_USER_PROJECT_IMBOX_KEY,
|
|
1021
|
+
IM_USER_PROJECT_IM_CONTENTS_SEARCH_KEY,
|
|
1022
|
+
IM_USER_PROJECT_IM_FILE_EXCHANGE_KEY,
|
|
1023
|
+
IM_USER_PROJECT_IM_PORTAL_KEY,
|
|
1024
|
+
IM_USER_PROJECT_VIEWCREATOR_KEY,
|
|
1025
|
+
IM_VD72_TO_FORMA_CONVERTER_KEY,
|
|
1026
|
+
IM_VD80_TO_FORMA_CONVERTER_KEY,
|
|
1027
|
+
IM_VD_RUNTIME_KEY,
|
|
1028
|
+
IM_VD_TO_FORMA_CONVERTER_CORE_KEY,
|
|
1029
|
+
IM_WATSON_KEY,
|
|
1030
|
+
IM_WEB_API_MAKER_KEY,
|
|
1031
|
+
IM_WEB_API_MAKER_OAUTH_KEY,
|
|
1032
|
+
IM_WEB_API_MAKER_WS_AUTH_KEY,
|
|
1033
|
+
IM_WIKI_KEY,
|
|
1034
|
+
IM_WIKI_CONTENTS_SEARCH_KEY,
|
|
1035
|
+
IM_WIKI_COPILOT_KEY,
|
|
1036
|
+
IM_WIKI_COPILOT_BEDROCK_KEY,
|
|
1037
|
+
IM_WINACTOR_KEY,
|
|
1038
|
+
IM_WINACTOR_CONFIG_KEY,
|
|
1039
|
+
IM_WINDIRECTOR_KEY,
|
|
1040
|
+
IM_WORKFLOW_KEY,
|
|
1041
|
+
IM_WORKFLOW_CONTENTS_SEARCH_KEY,
|
|
1042
|
+
IM_WORKFLOW_PORTLET_KEY,
|
|
1043
|
+
IM_WORKFLOW_SLACK_KEY,
|
|
1044
|
+
IM_WORKFLOW_SMARTPHONE_KEY,
|
|
1045
|
+
IM_WORKFLOW_WS_KEY,
|
|
1046
|
+
IM_WS_AUTH_KEY,
|
|
1047
|
+
IM_WS_AUTH_CLIENT_KEY,
|
|
1048
|
+
IM_ZIPCODE_SEARCH_JP_KEY,
|
|
1049
|
+
J2EE_FRAMEWORK_KEY,
|
|
1050
|
+
J2EE_SEASAR2_KEY,
|
|
1051
|
+
JACKLING_APP_MODULE_KEY,
|
|
1052
|
+
JACKLING_BASE_MODULE_KEY,
|
|
1053
|
+
JACKLING_BASE_MODULE_PACK_KEY,
|
|
1054
|
+
JS_KEY,
|
|
1055
|
+
JSON_SCHEMA_VALIDATOR_KEY,
|
|
1056
|
+
FORMA_MIGRATION_KEY,
|
|
1057
|
+
IM_ACCESS_SECURITY_MIGRATION_KEY,
|
|
1058
|
+
IM_MAIL_MIGRATION_KEY,
|
|
1059
|
+
IM_MASTER_MIGRATION_KEY,
|
|
1060
|
+
IM_PORTAL_MIGRATION_KEY,
|
|
1061
|
+
IM_WORKFLOW_MIGRATION_KEY,
|
|
1062
|
+
VIEWCREATOR_MIGRATION_KEY,
|
|
1063
|
+
ACCELMART_PLUS_KEY,
|
|
1064
|
+
BIS_SPREADSHEET_PACK_KEY,
|
|
1065
|
+
COMMON_EKISPERT_PACK_KEY,
|
|
1066
|
+
E_BUILDER_KEY,
|
|
1067
|
+
E_BUILDER_DEBUGGER_KEY,
|
|
1068
|
+
E_BUILDER_LIBRARY_KEY,
|
|
1069
|
+
E_BUILDER_TESTCASE_KEY,
|
|
1070
|
+
EXTENSION_ARCHIVER_PACK_KEY,
|
|
1071
|
+
FORMA_ACCELDOCUMENTS_PACK_KEY,
|
|
1072
|
+
IAC_ADDRESSBOOK_PARTS_PACK_KEY,
|
|
1073
|
+
IAC_CALDAV_CONNECTOR_PACK_KEY,
|
|
1074
|
+
IAC_COLLABORATION_CONNECTOR_PACK_KEY,
|
|
1075
|
+
IAC_CONNECTORS_PACK_KEY,
|
|
1076
|
+
IAC_CONTENTS_SEARCH_PACK_KEY,
|
|
1077
|
+
IAC_EXTRA_CONNECTOR_PACK_KEY,
|
|
1078
|
+
IAC_FILELIBRARY_PARTS_PACK_KEY,
|
|
1079
|
+
IAC_ICALENDAR_PACK_KEY,
|
|
1080
|
+
IAC_IMBOX_CONNECTOR_PACK_KEY,
|
|
1081
|
+
IAC_IM_PROJECT_CONNECTOR_PACK_KEY,
|
|
1082
|
+
IAC_INFORMATION_PARTS_PACK_KEY,
|
|
1083
|
+
IAC_MESSAGE_PARTS_PACK_KEY,
|
|
1084
|
+
IAC_OAUTH_PACK_KEY,
|
|
1085
|
+
IAC_PARTS_PACK_KEY,
|
|
1086
|
+
IAC_PORTLET_PACK_KEY,
|
|
1087
|
+
IAC_SCHEDULE_PARTS_PACK_KEY,
|
|
1088
|
+
IAC_SMARTPHONE_PACK_KEY,
|
|
1089
|
+
IAC_SUITE_PACK_KEY,
|
|
1090
|
+
IAC_TODO_PARTS_PACK_KEY,
|
|
1091
|
+
IAC_VENDOR_PACK_KEY,
|
|
1092
|
+
IAC_WORKFLOW_CONNECTOR_PACK_KEY,
|
|
1093
|
+
IAC_WORKSPACE_ITEMS_PACK_KEY,
|
|
1094
|
+
IAC_WORKSPACE_PARTS_PACK_KEY,
|
|
1095
|
+
IM_ADVANCE_KEY,
|
|
1096
|
+
IM_ADVANCED_KEY,
|
|
1097
|
+
IM_APPLICATION_SERVER_SPECIFIC_FEATURES_KEY,
|
|
1098
|
+
IM_APPLICATION_SERVER_SPECIFIC_FEATURES_RESIN_SESSION_MANAGER_KEY,
|
|
1099
|
+
IM_BACKWARD_SYNC_KEY,
|
|
1100
|
+
IM_BACKWARD_SYNC_725_KEY,
|
|
1101
|
+
IM_BASIC_KEY,
|
|
1102
|
+
IM_BLOOMMAKER_PACK_KEY,
|
|
1103
|
+
IM_BPM_KEY,
|
|
1104
|
+
IM_BUILTIN_APPS_ADVANCE_KEY,
|
|
1105
|
+
IM_BUILTIN_APPS_ADVANCED_KEY,
|
|
1106
|
+
IM_BUILTIN_APPS_BASIC_KEY,
|
|
1107
|
+
IM_BUILTIN_APPS_LOWCODE_KEY,
|
|
1108
|
+
IM_BUILTIN_APPS_PROCODE_KEY,
|
|
1109
|
+
IM_BUILTIN_APPS_PROFESSIONAL_KEY,
|
|
1110
|
+
IM_BUILTIN_APPS_STANDARD_KEY,
|
|
1111
|
+
IM_COMPATIBLE_ADVANCED_PACK_KEY,
|
|
1112
|
+
IM_COMPATIBLE_STANDARD_PACK_KEY,
|
|
1113
|
+
IM_CONTENTS_SEARCH_ADDITIONAL_ADVANCE_KEY,
|
|
1114
|
+
IM_CONTENTS_SEARCH_ADDITIONAL_ADVANCED_KEY,
|
|
1115
|
+
IM_CONTENTS_SEARCH_ADDITIONAL_BASIC_KEY,
|
|
1116
|
+
IM_CONTENTS_SEARCH_ADDITIONAL_PROFESSIONAL_KEY,
|
|
1117
|
+
IM_CONTENTS_SEARCH_ADDITIONAL_STANDARD_KEY,
|
|
1118
|
+
IM_CONTENTS_SEARCH_PACK_ADVANCE_KEY,
|
|
1119
|
+
IM_CONTENTS_SEARCH_PACK_ADVANCED_KEY,
|
|
1120
|
+
IM_CONTENTS_SEARCH_PACK_BASIC_KEY,
|
|
1121
|
+
IM_CONTENTS_SEARCH_PACK_PROFESSIONAL_KEY,
|
|
1122
|
+
IM_CONTENTS_SEARCH_PACK_STANDARD_KEY,
|
|
1123
|
+
IM_COPILOT_PACK_KEY,
|
|
1124
|
+
IM_EVENT_NAVIGATOR_PACK_ADVANCE_KEY,
|
|
1125
|
+
IM_EVENT_NAVIGATOR_PACK_ADVANCED_KEY,
|
|
1126
|
+
IM_EVENT_NAVIGATOR_PACK_BASIC_KEY,
|
|
1127
|
+
IM_EVENT_NAVIGATOR_PACK_LOWCODE_KEY,
|
|
1128
|
+
IM_EVENT_NAVIGATOR_PACK_PROCODE_KEY,
|
|
1129
|
+
IM_EVENT_NAVIGATOR_PACK_PROFESSIONAL_KEY,
|
|
1130
|
+
IM_EVENT_NAVIGATOR_PACK_STANDARD_KEY,
|
|
1131
|
+
IM_FILE_EXCHANGE_PACK_KEY,
|
|
1132
|
+
IM_FILE_EXCHANGE_PACK_ASEAN_KEY,
|
|
1133
|
+
IM_FORMAT_CREATOR_PACK_KEY,
|
|
1134
|
+
IM_FOUNDATION_ADDITIONAL_ADVANCE_KEY,
|
|
1135
|
+
IM_FOUNDATION_ADDITIONAL_ADVANCED_KEY,
|
|
1136
|
+
IM_FOUNDATION_ADDITIONAL_BASIC_KEY,
|
|
1137
|
+
IM_FOUNDATION_ADDITIONAL_CERT_KEY,
|
|
1138
|
+
IM_FOUNDATION_ADDITIONAL_EXTERNAL_KEY,
|
|
1139
|
+
IM_FOUNDATION_ADDITIONAL_LOWCODE_KEY,
|
|
1140
|
+
IM_FOUNDATION_ADDITIONAL_NOTICE_KEY,
|
|
1141
|
+
IM_FOUNDATION_ADDITIONAL_PROCODE_KEY,
|
|
1142
|
+
IM_FOUNDATION_ADDITIONAL_PROFESSIONAL_KEY,
|
|
1143
|
+
IM_FOUNDATION_ADDITIONAL_STANDARD_KEY,
|
|
1144
|
+
IM_FOUNDATION_ADDITIONAL_WS_ADVANCE_KEY,
|
|
1145
|
+
IM_FOUNDATION_ADDITIONAL_WS_ADVANCED_KEY,
|
|
1146
|
+
IM_FOUNDATION_ADDITIONAL_WS_BASIC_KEY,
|
|
1147
|
+
IM_FOUNDATION_ADDITIONAL_WS_LOWCODE_KEY,
|
|
1148
|
+
IM_FOUNDATION_ADDITIONAL_WS_PROCODE_KEY,
|
|
1149
|
+
IM_FOUNDATION_ADDITIONAL_WS_PROFESSIONAL_KEY,
|
|
1150
|
+
IM_FOUNDATION_ADDITIONAL_WS_STANDARD_KEY,
|
|
1151
|
+
IM_FOUNDATION_ADVANCE_KEY,
|
|
1152
|
+
IM_FOUNDATION_ADVANCED_KEY,
|
|
1153
|
+
IM_FOUNDATION_BASIC_KEY,
|
|
1154
|
+
IM_FOUNDATION_CORE_ADVANCE_KEY,
|
|
1155
|
+
IM_FOUNDATION_CORE_ADVANCED_KEY,
|
|
1156
|
+
IM_FOUNDATION_CORE_BASIC_KEY,
|
|
1157
|
+
IM_FOUNDATION_CORE_LOWCODE_KEY,
|
|
1158
|
+
IM_FOUNDATION_CORE_PROCODE_KEY,
|
|
1159
|
+
IM_FOUNDATION_CORE_PROFESSIONAL_KEY,
|
|
1160
|
+
IM_FOUNDATION_CORE_STANDARD_KEY,
|
|
1161
|
+
IM_FOUNDATION_JSSP_ADVANCE_KEY,
|
|
1162
|
+
IM_FOUNDATION_JSSP_ADVANCED_KEY,
|
|
1163
|
+
IM_FOUNDATION_JSSP_BASIC_KEY,
|
|
1164
|
+
IM_FOUNDATION_JSSP_LOWCODE_KEY,
|
|
1165
|
+
IM_FOUNDATION_JSSP_PROCODE_KEY,
|
|
1166
|
+
IM_FOUNDATION_JSSP_PROFESSIONAL_KEY,
|
|
1167
|
+
IM_FOUNDATION_JSSP_STANDARD_KEY,
|
|
1168
|
+
IM_FOUNDATION_LOWCODE_KEY,
|
|
1169
|
+
IM_FOUNDATION_PROCODE_KEY,
|
|
1170
|
+
IM_FOUNDATION_PROFESSIONAL_KEY,
|
|
1171
|
+
IM_FOUNDATION_STANDARD_KEY,
|
|
1172
|
+
IM_FRAMEWORK_KEY,
|
|
1173
|
+
IM_FRAMEWORK_JSSP_KEY,
|
|
1174
|
+
IM_FRAMEWORK_TGFW_KEY,
|
|
1175
|
+
IM_KNOWLEDGE_PACK_KEY,
|
|
1176
|
+
IM_KNOWLEDGE_PACK_ADVANCE_KEY,
|
|
1177
|
+
IM_KNOWLEDGE_PACK_ADVANCED_KEY,
|
|
1178
|
+
IM_KNOWLEDGE_PACK_LOWCODE_KEY,
|
|
1179
|
+
IM_KNOWLEDGE_PACK_PROFESSIONAL_KEY,
|
|
1180
|
+
IM_LIBRARY_KEY,
|
|
1181
|
+
IM_LIBRARY_COMMON_KEY,
|
|
1182
|
+
IM_LIBRARY_VENDOR_KEY,
|
|
1183
|
+
IM_LIBRARY_WS_KEY,
|
|
1184
|
+
IM_LOGIC_PACK_KEY,
|
|
1185
|
+
IM_LOWCODE_KEY,
|
|
1186
|
+
IM_MAIL_PACK_KEY,
|
|
1187
|
+
IM_MIGRATION_KEY,
|
|
1188
|
+
IM_MULTI_FACTOR_AUTHENTICATION_PACK_KEY,
|
|
1189
|
+
IM_PORTLET_KEY,
|
|
1190
|
+
IM_PROCODE_KEY,
|
|
1191
|
+
IM_PROFESSIONAL_KEY,
|
|
1192
|
+
IM_REGION_SPEC_KEY,
|
|
1193
|
+
IM_REPOSITORY_PACK_KEY,
|
|
1194
|
+
IM_RPA_PACK_KEY,
|
|
1195
|
+
IM_SIGN_PACK_KEY,
|
|
1196
|
+
IM_SMART_MENU_PACK_KEY,
|
|
1197
|
+
IM_SPREADSHEET_PACK_KEY,
|
|
1198
|
+
IM_SSO_PACK_KEY,
|
|
1199
|
+
IM_STANDARD_KEY,
|
|
1200
|
+
IM_TENANT_PACK_KEY,
|
|
1201
|
+
IM_THEME_KEY,
|
|
1202
|
+
IM_THEME_50_KEY,
|
|
1203
|
+
IM_THEME_60_KEY,
|
|
1204
|
+
IM_THEME_CUSTOMIZE_PACK_KEY,
|
|
1205
|
+
IM_THEME_DROPDOWN_KEY,
|
|
1206
|
+
IM_THEME_SLIM_DROPDOWN_KEY,
|
|
1207
|
+
IM_THEME_SLIM_SIDE_MENU_KEY,
|
|
1208
|
+
IM_THEME_SMARTPHONE_PACK_KEY,
|
|
1209
|
+
IM_USER_PROJECT_ADDITIONAL_ADVANCE_KEY,
|
|
1210
|
+
IM_USER_PROJECT_ADDITIONAL_ADVANCED_KEY,
|
|
1211
|
+
IM_USER_PROJECT_ADDITIONAL_BASIC_KEY,
|
|
1212
|
+
IM_USER_PROJECT_ADDITIONAL_LOWCODE_KEY,
|
|
1213
|
+
IM_USER_PROJECT_ADDITIONAL_PROCODE_KEY,
|
|
1214
|
+
IM_USER_PROJECT_ADDITIONAL_PROFESSIONAL_KEY,
|
|
1215
|
+
IM_USER_PROJECT_ADDITIONAL_STANDARD_KEY,
|
|
1216
|
+
IM_USER_PROJECT_PACK_ADVANCE_KEY,
|
|
1217
|
+
IM_USER_PROJECT_PACK_ADVANCED_KEY,
|
|
1218
|
+
IM_USER_PROJECT_PACK_BASIC_KEY,
|
|
1219
|
+
IM_USER_PROJECT_PACK_LOWCODE_KEY,
|
|
1220
|
+
IM_USER_PROJECT_PACK_PROCODE_KEY,
|
|
1221
|
+
IM_USER_PROJECT_PACK_PROFESSIONAL_KEY,
|
|
1222
|
+
IM_USER_PROJECT_PACK_STANDARD_KEY,
|
|
1223
|
+
IM_VD_MIGRATION_FOR_COMPATIBLE_ENV_KEY,
|
|
1224
|
+
IM_VD_MIGRATION_FOR_HYBRID_ENV_KEY,
|
|
1225
|
+
IM_VD_MIGRATION_LIBRARIES_KEY,
|
|
1226
|
+
IM_VD_MIGRATION_SUPPORT_TOOLS_KEY,
|
|
1227
|
+
IM_WINACTOR_CONFIG_PACK_KEY,
|
|
1228
|
+
Z_ANNOTATION_KEY,
|
|
1229
|
+
Z_BIS_KEY,
|
|
1230
|
+
Z_BIS_ASEAN_KEY,
|
|
1231
|
+
Z_ERP_CONNECT_KEY,
|
|
1232
|
+
Z_FORMA_KEY,
|
|
1233
|
+
Z_FORMA_APPS_KEY,
|
|
1234
|
+
Z_FORMA_ASEAN_KEY,
|
|
1235
|
+
NOTIFICATION_KEY,
|
|
1236
|
+
OSS_LINKAGE_JS_BASE_SYSTEM_KEY,
|
|
1237
|
+
OSS_LINKAGE_OPENRULES_KEY,
|
|
1238
|
+
PRODUCT_COLLABORATION_IAC_ADDRESSBOOK_KEY,
|
|
1239
|
+
PRODUCT_COLLABORATION_IAC_ADDRESSBOOK_SMARTPHONE_KEY,
|
|
1240
|
+
PRODUCT_COLLABORATION_IAC_ANNOUNCE_KEY,
|
|
1241
|
+
PRODUCT_COLLABORATION_IAC_CALDAV_KEY,
|
|
1242
|
+
PRODUCT_COLLABORATION_IAC_CALDAV_SCHEDULE_CONNECTOR_KEY,
|
|
1243
|
+
PRODUCT_COLLABORATION_IAC_CHECKLIST_KEY,
|
|
1244
|
+
PRODUCT_COLLABORATION_IAC_CHECKLIST_TODO_CONNECTOR_KEY,
|
|
1245
|
+
PRODUCT_COLLABORATION_IAC_CONTENTS_SEARCH_CORE_KEY,
|
|
1246
|
+
PRODUCT_COLLABORATION_IAC_CORE_KEY,
|
|
1247
|
+
PRODUCT_COLLABORATION_IAC_CORE_IMBOX_CONNECTOR_KEY,
|
|
1248
|
+
PRODUCT_COLLABORATION_IAC_CORE_SMARTPHONE_KEY,
|
|
1249
|
+
PRODUCT_COLLABORATION_IAC_DECISION_KEY,
|
|
1250
|
+
PRODUCT_COLLABORATION_IAC_EVENTCALENDAR_KEY,
|
|
1251
|
+
PRODUCT_COLLABORATION_IAC_EVENTCALENDAR_SCHEDULE_CONNECTOR_KEY,
|
|
1252
|
+
PRODUCT_COLLABORATION_IAC_FILELIBRARY_KEY,
|
|
1253
|
+
PRODUCT_COLLABORATION_IAC_FILELIBRARY_CONTENTS_SEARCH_KEY,
|
|
1254
|
+
PRODUCT_COLLABORATION_IAC_FILELIBRARY_PORTLET_KEY,
|
|
1255
|
+
PRODUCT_COLLABORATION_IAC_FILELIBRARY_SMARTPHONE_KEY,
|
|
1256
|
+
PRODUCT_COLLABORATION_IAC_FILESHARE_KEY,
|
|
1257
|
+
PRODUCT_COLLABORATION_IAC_GOOGLE_OAUTH_KEY,
|
|
1258
|
+
PRODUCT_COLLABORATION_IAC_GROUP_KEY,
|
|
1259
|
+
PRODUCT_COLLABORATION_IAC_ICALENDAR_KEY,
|
|
1260
|
+
PRODUCT_COLLABORATION_IAC_IFRAME_KEY,
|
|
1261
|
+
PRODUCT_COLLABORATION_IAC_INFORMATION_KEY,
|
|
1262
|
+
PRODUCT_COLLABORATION_IAC_INFORMATION_CONTENTS_SEARCH_KEY,
|
|
1263
|
+
PRODUCT_COLLABORATION_IAC_INFORMATION_PORTLET_KEY,
|
|
1264
|
+
PRODUCT_COLLABORATION_IAC_INFORMATION_SMARTPHONE_KEY,
|
|
1265
|
+
PRODUCT_COLLABORATION_IAC_MESSAGE_KEY,
|
|
1266
|
+
PRODUCT_COLLABORATION_IAC_MESSAGE_PORTLET_KEY,
|
|
1267
|
+
PRODUCT_COLLABORATION_IAC_MESSAGE_SMARTPHONE_KEY,
|
|
1268
|
+
PRODUCT_COLLABORATION_IAC_OPINION_KEY,
|
|
1269
|
+
PRODUCT_COLLABORATION_IAC_SCHEDULE_KEY,
|
|
1270
|
+
PRODUCT_COLLABORATION_IAC_SCHEDULE_GCAL_CONNECTOR_KEY,
|
|
1271
|
+
PRODUCT_COLLABORATION_IAC_SCHEDULE_PORTLET_KEY,
|
|
1272
|
+
PRODUCT_COLLABORATION_IAC_SCHEDULE_SMARTPHONE_KEY,
|
|
1273
|
+
PRODUCT_COLLABORATION_IAC_TODO_KEY,
|
|
1274
|
+
PRODUCT_COLLABORATION_IAC_TODO_CHECKLIST_CONNECTOR_KEY,
|
|
1275
|
+
PRODUCT_COLLABORATION_IAC_TODO_SCHEDULE_CONNECTOR_KEY,
|
|
1276
|
+
PRODUCT_COLLABORATION_IAC_TODO_SMARTPHONE_KEY,
|
|
1277
|
+
PRODUCT_COLLABORATION_IAC_WORKFLOW_CONNECTOR_KEY,
|
|
1278
|
+
PRODUCT_COLLABORATION_IAC_WORKSPACE_KEY,
|
|
1279
|
+
PRODUCT_COLLABORATION_IAC_WORKSPACE_IMBOX_CONNECTOR_KEY,
|
|
1280
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_ADDRESSBOOK_KEY,
|
|
1281
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_CORE_KEY,
|
|
1282
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_FILELIBRARY_KEY,
|
|
1283
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_INFORMATION_KEY,
|
|
1284
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_MESSAGE_KEY,
|
|
1285
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_SCHEDULE_KEY,
|
|
1286
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_TODO_KEY,
|
|
1287
|
+
PRODUCT_COLLABORATION_IM_USER_PROJECT_IAC_WORKSPACE_KEY,
|
|
1288
|
+
QUICK_APPS_KEY,
|
|
1289
|
+
QUICK_MACRO_KEY,
|
|
1290
|
+
SAMPLE_HELLO_TERASOLUNA_KEY,
|
|
1291
|
+
SPECIFIC_PATCH_IM_WORKFLOW_8_0_29_FOR_ASAHIKASEI_KEY,
|
|
1292
|
+
TABLEMAINTENANCE_KEY,
|
|
1293
|
+
TICKET_TEST_MATERIALS_KEY,
|
|
1294
|
+
VC_TM_COMMON_KEY,
|
|
1295
|
+
VENDOR_ACTIONSHEET_KEY,
|
|
1296
|
+
VENDOR_ANTLR_KEY,
|
|
1297
|
+
VENDOR_AOPALLIANCE_KEY,
|
|
1298
|
+
VENDOR_ASPECTJ_KEY,
|
|
1299
|
+
VENDOR_ATMOSPHERE_KEY,
|
|
1300
|
+
VENDOR_AWS_JAVA_SDK_KEY,
|
|
1301
|
+
VENDOR_AWS_JAVA_SDK_V2_KEY,
|
|
1302
|
+
VENDOR_AWS_SDK_JAVA_FOR_EMBASSY_KEY,
|
|
1303
|
+
VENDOR_AXIS2_KEY,
|
|
1304
|
+
VENDOR_BIGDECIMAL_JS_KEY,
|
|
1305
|
+
VENDOR_BOUNCYCASTLE_KEY,
|
|
1306
|
+
VENDOR_COMMONS_BEANUTILS_KEY,
|
|
1307
|
+
VENDOR_COMMONS_CHAIN_KEY,
|
|
1308
|
+
VENDOR_COMMONS_CODEC_KEY,
|
|
1309
|
+
VENDOR_COMMONS_COLLECTIONS_KEY,
|
|
1310
|
+
VENDOR_COMMONS_COLLECTIONS4_KEY,
|
|
1311
|
+
VENDOR_COMMONS_COMPRESS_KEY,
|
|
1312
|
+
VENDOR_COMMONS_DIGESTER_KEY,
|
|
1313
|
+
VENDOR_COMMONS_FILEUPLOAD_KEY,
|
|
1314
|
+
VENDOR_COMMONS_HTTPCLIENT_KEY,
|
|
1315
|
+
VENDOR_COMMONS_IO_KEY,
|
|
1316
|
+
VENDOR_COMMONS_LANG_KEY,
|
|
1317
|
+
VENDOR_COMMONS_LANG3_KEY,
|
|
1318
|
+
VENDOR_COMMONS_MATH3_KEY,
|
|
1319
|
+
VENDOR_COMMONS_POOL_KEY,
|
|
1320
|
+
VENDOR_COMMONS_VALIDATOR_KEY,
|
|
1321
|
+
VENDOR_CROPPER_KEY,
|
|
1322
|
+
VENDOR_DBUNIT_KEY,
|
|
1323
|
+
VENDOR_DOM4J_KEY,
|
|
1324
|
+
VENDOR_DOZER_KEY,
|
|
1325
|
+
VENDOR_EHCACHE_KEY,
|
|
1326
|
+
VENDOR_ESAPI_KEY,
|
|
1327
|
+
VENDOR_FULLCALENDAR_KEY,
|
|
1328
|
+
VENDOR_GDATA_CALENDAR_KEY,
|
|
1329
|
+
VENDOR_GDATA_CLIENT_KEY,
|
|
1330
|
+
VENDOR_GDATA_CORE_KEY,
|
|
1331
|
+
VENDOR_GOOGLE_API_CLIENT_KEY,
|
|
1332
|
+
VENDOR_GOOGLE_API_SERVICE_CALENDAR_KEY,
|
|
1333
|
+
VENDOR_GUAVA_KEY,
|
|
1334
|
+
VENDOR_HECTOR_KEY,
|
|
1335
|
+
VENDOR_HIBERNATE_VALIDATOR_KEY,
|
|
1336
|
+
VENDOR_HIGHCHARTS_KEY,
|
|
1337
|
+
VENDOR_HTMLCLEANER_KEY,
|
|
1338
|
+
VENDOR_HTMLPARSER_KEY,
|
|
1339
|
+
VENDOR_HTTP_CLIENT_KEY,
|
|
1340
|
+
VENDOR_HTTP_CLIENT_V4_2_KEY,
|
|
1341
|
+
VENDOR_HTTP_CLIENT_V4_4_1_KEY,
|
|
1342
|
+
VENDOR_HTTP_CLIENT_V4_5_13_KEY,
|
|
1343
|
+
VENDOR_ICAL4J_KEY,
|
|
1344
|
+
VENDOR_IM_ND_UNIVERSALEXTRACTOR_KEY,
|
|
1345
|
+
VENDOR_INFO_ZIP_KEY,
|
|
1346
|
+
VENDOR_ITEXT_KEY,
|
|
1347
|
+
VENDOR_JACKSON_ANNOTATIONS_KEY,
|
|
1348
|
+
VENDOR_JACKSON_CORE_KEY,
|
|
1349
|
+
VENDOR_JACKSON_DATABIND_KEY,
|
|
1350
|
+
VENDOR_JACKSON_DATAFORMAT_XML_KEY,
|
|
1351
|
+
VENDOR_JACKSON_DATATYPE_JODA_KEY,
|
|
1352
|
+
VENDOR_JACKSON_DATATYPE_JSR310_KEY,
|
|
1353
|
+
VENDOR_JACKSON_MODULE_JAXB_ANNOTATIONS_KEY,
|
|
1354
|
+
VENDOR_JACKSON_MODULE_JSONSCHEMA_KEY,
|
|
1355
|
+
VENDOR_JAF_KEY,
|
|
1356
|
+
VENDOR_JAMON_KEY,
|
|
1357
|
+
VENDOR_JAVAMAIL_KEY,
|
|
1358
|
+
VENDOR_JAVASSIST_KEY,
|
|
1359
|
+
VENDOR_JAXB_KEY,
|
|
1360
|
+
VENDOR_JAXEN_KEY,
|
|
1361
|
+
VENDOR_JDOM_KEY,
|
|
1362
|
+
VENDOR_JDOM2_KEY,
|
|
1363
|
+
VENDOR_JERICHO_HTML_PARSER_KEY,
|
|
1364
|
+
VENDOR_JFREECHART_KEY,
|
|
1365
|
+
VENDOR_JGIT_KEY,
|
|
1366
|
+
VENDOR_JGROUPS_KEY,
|
|
1367
|
+
VENDOR_JNA_KEY,
|
|
1368
|
+
VENDOR_JODA_TIME_KEY,
|
|
1369
|
+
VENDOR_JQUERY_KEY,
|
|
1370
|
+
VENDOR_JQUERY_MOBILE_KEY,
|
|
1371
|
+
VENDOR_JQUERY_QRCODE_KEY,
|
|
1372
|
+
VENDOR_JQUERY_UI_KEY,
|
|
1373
|
+
VENDOR_JSONIC_KEY,
|
|
1374
|
+
VENDOR_JSON_SCHEMA_VALIDATOR_KEY,
|
|
1375
|
+
VENDOR_JSON_SIMPLE_KEY,
|
|
1376
|
+
VENDOR_JSOUP_KEY,
|
|
1377
|
+
VENDOR_MASKAT26_KEY,
|
|
1378
|
+
VENDOR_MEIOMASK_KEY,
|
|
1379
|
+
VENDOR_METRO_KEY,
|
|
1380
|
+
VENDOR_MIME_UTIL_KEY,
|
|
1381
|
+
VENDOR_MOBISCROLL_KEY,
|
|
1382
|
+
VENDOR_MYBATIS_KEY,
|
|
1383
|
+
VENDOR_NETBEANS_KEY,
|
|
1384
|
+
VENDOR_NOGGIT_KEY,
|
|
1385
|
+
VENDOR_NOT_YET_COMMONS_SSL_KEY,
|
|
1386
|
+
VENDOR_OGNL_KEY,
|
|
1387
|
+
VENDOR_OPEN_PORTAL_PORTLET_CONTAINER_KEY,
|
|
1388
|
+
VENDOR_OPEN_PORTAL_WSRP_KEY,
|
|
1389
|
+
VENDOR_OPENSAML_KEY,
|
|
1390
|
+
VENDOR_OPENWS_KEY,
|
|
1391
|
+
VENDOR_PDFBOX_KEY,
|
|
1392
|
+
VENDOR_POI_KEY,
|
|
1393
|
+
VENDOR_POI_OOXML_FULL_V5_2_3_KEY,
|
|
1394
|
+
VENDOR_POI_OOXML_SCHEMAS_KEY,
|
|
1395
|
+
VENDOR_POI_V3_7_KEY,
|
|
1396
|
+
VENDOR_POI_V3_8_KEY,
|
|
1397
|
+
VENDOR_POI_V3_9_KEY,
|
|
1398
|
+
VENDOR_POI_V5_2_3_KEY,
|
|
1399
|
+
VENDOR_QUARTZ_KEY,
|
|
1400
|
+
VENDOR_RAPHAEL_V2_1_3_KEY,
|
|
1401
|
+
VENDOR_REACTIVE_STREAMS_KEY,
|
|
1402
|
+
VENDOR_S2UTIL_KEY,
|
|
1403
|
+
VENDOR_SASTRUTS_KEY,
|
|
1404
|
+
VENDOR_SEASAR2_KEY,
|
|
1405
|
+
VENDOR_SIMPLECAPTCHA_KEY,
|
|
1406
|
+
VENDOR_SLF4J_KEY,
|
|
1407
|
+
VENDOR_SOLR_CLIENT_KEY,
|
|
1408
|
+
VENDOR_STAX2_API_KEY,
|
|
1409
|
+
VENDOR_STRUTS_KEY,
|
|
1410
|
+
VENDOR_SUPER_CSV_KEY,
|
|
1411
|
+
VENDOR_TERASOLUNA_GFW_CODEPOINTS_KEY,
|
|
1412
|
+
VENDOR_TERASOLUNA_GFW_COMMON_KEY,
|
|
1413
|
+
VENDOR_TERASOLUNA_GFW_JODATIME_KEY,
|
|
1414
|
+
VENDOR_TERASOLUNA_GFW_JPA_KEY,
|
|
1415
|
+
VENDOR_TERASOLUNA_GFW_MYBATIS_KEY,
|
|
1416
|
+
VENDOR_TERASOLUNA_GFW_MYBATIS3_KEY,
|
|
1417
|
+
VENDOR_TERASOLUNA_GFW_STRING_KEY,
|
|
1418
|
+
VENDOR_TERASOLUNA_GFW_VALIDATOR_KEY,
|
|
1419
|
+
VENDOR_TERASOLUNA_GFW_WEB_KEY,
|
|
1420
|
+
VENDOR_TERASOLUNA_GFW_WEB_JSP_KEY,
|
|
1421
|
+
VENDOR_THUMBNAILATOR_KEY,
|
|
1422
|
+
VENDOR_VELOCITY_KEY,
|
|
1423
|
+
VENDOR_WSTX_ASL_KEY,
|
|
1424
|
+
VENDOR_XALAN_KEY,
|
|
1425
|
+
VENDOR_XMLBEANS_KEY,
|
|
1426
|
+
VENDOR_XMLBEANS_V5_1_1_KEY,
|
|
1427
|
+
VENDOR_XMLSEC_KEY,
|
|
1428
|
+
VENDOR_XMLTOOLING_KEY,
|
|
1429
|
+
VENDOR_XSTREAM_KEY,
|
|
1430
|
+
VENDOR_ZEROCLIPBOARD_KEY,
|
|
1431
|
+
VIEWCREATOR_KEY,
|
|
1432
|
+
VIEWCREATOR_COPILOT_KEY,
|
|
1433
|
+
VIEWCREATOR_COPILOT_BEDROCK_KEY,
|
|
1434
|
+
VIEWCREATOR_HIGHCHARTS_KEY,
|
|
1435
|
+
VIEWCREATOR_PORTAL_KEY,
|
|
1436
|
+
VIEWCREATOR_SMARTPHONE_KEY,
|
|
1437
|
+
VUE_PROJECT_TEMPLATE_KEY,
|
|
1438
|
+
IAD_SECURE_DOWNLOAD_KEY,
|
|
1439
|
+
IAD_SECURE_DOWNLOAD_PACK_KEY,
|
|
1440
|
+
PDFA_KEY,
|
|
1441
|
+
PDFA_PACK_KEY,
|
|
1442
|
+
PDFC_KEY,
|
|
1443
|
+
PDFC_PACK_KEY,
|
|
1444
|
+
PDFD_KEY,
|
|
1445
|
+
PDFD_DESIGN_KEY,
|
|
1446
|
+
PDFD_FORMA2IOD_KEY,
|
|
1447
|
+
PDFD_FP_PACK_KEY,
|
|
1448
|
+
PDFDIRECTPRINT_KEY,
|
|
1449
|
+
PDFDIRECTPRINT_PACK_KEY,
|
|
1450
|
+
PDFD_LOGIC_KEY,
|
|
1451
|
+
PDFD_PACK_KEY,
|
|
1452
|
+
PDFD_REST_KEY,
|
|
1453
|
+
PDFTIMESTAMPER_KEY,
|
|
1454
|
+
PDFTIMESTAMPER_PACK_KEY,
|
|
1455
|
+
SEP_KEY,
|
|
1456
|
+
SEP_PACK_KEY,
|
|
1457
|
+
SAMPLE_MODULE_KEY,
|
|
1458
|
+
ARCHIVE_KAIDEN_BASE_KEY,
|
|
1459
|
+
ARCHIVE_KAIDEN_EXTENSION_IMW_KEY,
|
|
1460
|
+
ARCHIVE_KAIDEN_PRODUCT_LABORMGR_KEY,
|
|
1461
|
+
ARCHIVE_KAIDEN_PRODUCT_WORKFLOW_KEY,
|
|
1462
|
+
ARCHIVE_KAIDEN_RELATION_ALLIGATE_KEY,
|
|
1463
|
+
ARCHIVE_KAIDEN_RELATION_BILLONE_KEY,
|
|
1464
|
+
ARCHIVE_KAIDEN_RELATION_CLOVA_OCR_KEY,
|
|
1465
|
+
ARCHIVE_KAIDEN_RELATION_DATA_DELIVERY_KEY,
|
|
1466
|
+
ARCHIVE_KAIDEN_RELATION_INVOICE_AGENT_KEY,
|
|
1467
|
+
ARCHIVE_KAIDEN_RELATION_JCS_KEY,
|
|
1468
|
+
ARCHIVE_KAIDEN_RELATION_KATSUBUN_KEY,
|
|
1469
|
+
ARCHIVE_KAIDEN_RELATION_NEOFACE_KEY,
|
|
1470
|
+
ARCHIVE_KAIDEN_RELATION_RACCO_KEY,
|
|
1471
|
+
ARCHIVE_KAIDEN_RELATION_TRIP_NAVI_KEY,
|
|
1472
|
+
ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_COL_KEY,
|
|
1473
|
+
ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_STG_KEY,
|
|
1474
|
+
ARCHIVE_KAIDEN_SOLUTION_IDENTNBR_WEB_KEY,
|
|
1475
|
+
KAIDEN_BASE_KEY,
|
|
1476
|
+
KAIDEN_EXTENSION_IMW_KEY,
|
|
1477
|
+
KAIDEN_PRODUCT_LABORMGR_KEY,
|
|
1478
|
+
KAIDEN_PRODUCT_WORKFLOW_KEY,
|
|
1479
|
+
KAIDEN_RELATION_ALLIGATE_KEY,
|
|
1480
|
+
KAIDEN_RELATION_BILLONE_KEY,
|
|
1481
|
+
KAIDEN_RELATION_CLOVA_OCR_KEY,
|
|
1482
|
+
KAIDEN_RELATION_DATA_DELIVERY_KEY,
|
|
1483
|
+
KAIDEN_RELATION_FILE_KEY,
|
|
1484
|
+
KAIDEN_RELATION_GENERATIVE_AI_KEY,
|
|
1485
|
+
KAIDEN_RELATION_IAD_TS_KEY,
|
|
1486
|
+
KAIDEN_RELATION_INVOICE_AGENT_KEY,
|
|
1487
|
+
KAIDEN_RELATION_JCS_KEY,
|
|
1488
|
+
KAIDEN_RELATION_KATSUBUN_KEY,
|
|
1489
|
+
KAIDEN_RELATION_LINE_WORKS_KEY,
|
|
1490
|
+
KAIDEN_RELATION_MICROSOFT_365_KEY,
|
|
1491
|
+
KAIDEN_RELATION_MICROSOFT_365_LABOR_KEY,
|
|
1492
|
+
KAIDEN_RELATION_MULTI_VALUE_CHARGE_KEY,
|
|
1493
|
+
KAIDEN_RELATION_NEOFACE_KEY,
|
|
1494
|
+
KAIDEN_RELATION_RACCO_KEY,
|
|
1495
|
+
KAIDEN_RELATION_TRIP_NAVI_KEY,
|
|
1496
|
+
KAIDEN_SOLUTION_IDENTNBR_COL_KEY,
|
|
1497
|
+
KAIDEN_SOLUTION_IDENTNBR_STG_KEY,
|
|
1498
|
+
KAIDEN_SOLUTION_IDENTNBR_WEB_KEY,
|
|
1499
|
+
ARCHIVE_KAIDEN_FRAMEWORK_KEY,
|
|
1500
|
+
ARCHIVE_KAIDEN_IDENTNBR_KEY,
|
|
1501
|
+
ARCHIVE_KAIDEN_LABORMGR_KEY,
|
|
1502
|
+
ARCHIVE_KAIDEN_WORKFLOW_KEY,
|
|
1503
|
+
KAIDEN_FRAMEWORK_KEY,
|
|
1504
|
+
KAIDEN_IDENTNBR_KEY,
|
|
1505
|
+
KAIDEN_LABORMGR_KEY,
|
|
1506
|
+
KAIDEN_WORKFLOW_KEY,
|
|
1507
|
+
OPTION_KAIDEN_FRAMEWORK_KEY,
|
|
1508
|
+
OPTION_KAIDEN_LABORMGR_KEY,
|
|
1509
|
+
OPTION_KAIDEN_WORKFLOW_KEY,
|
|
1510
|
+
IAC_CONFERENCE_KEY,
|
|
1511
|
+
IAC_CONFERENCE_CORE_KEY,
|
|
1512
|
+
IAC_CONFERENCE_IMPORT_EXPORT_KEY,
|
|
1513
|
+
IAC_ENQUETE_KEY,
|
|
1514
|
+
IAC_ENQUETE_CORE_KEY,
|
|
1515
|
+
GROUPMAIL_KEY,
|
|
1516
|
+
GROUPMAIL_CONTENTS_SEARCH_KEY,
|
|
1517
|
+
GROUPMAIL_PACK_KEY,
|
|
1518
|
+
GROUPMAIL_PORTLET_KEY,
|
|
1519
|
+
GROUPMAIL_SMARTPHONE_KEY,
|
|
1520
|
+
SAMPLE_CLIENT_KEY,
|
|
1521
|
+
SAMPLE_PROVIDER_KEY,
|
|
1522
|
+
];
|