CCM NG/ccm-cms: Prepared datasets for ContentItemManagerTests for additional tests with two content sections
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4371 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
2e9cbb1f49
commit
5707402240
|
|
@ -677,7 +677,9 @@ public class ContentItemManagerTest {
|
|||
+ "ContentItemManagerTest/data.xml")
|
||||
@ShouldThrowException(IllegalArgumentException.class)
|
||||
public void publishItemNull() {
|
||||
itemManager.publish(null);
|
||||
final ContentItem item = null;
|
||||
|
||||
itemManager.publish(item);
|
||||
}
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
|
|
@ -740,7 +742,8 @@ public class ContentItemManagerTest {
|
|||
+ "ContentItemManagerTest/data.xml")
|
||||
@ShouldThrowException(IllegalArgumentException.class)
|
||||
public void unpublishItemNull() {
|
||||
itemManager.unpublish(null);
|
||||
final ContentItem item = null;
|
||||
itemManager.unpublish(item);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +62,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -124,6 +133,18 @@
|
|||
<ccm_core.ccm_objects object_id="-10500"
|
||||
display_name="article1"
|
||||
uuid="12b63933-3167-4dc5-9b55-726a727c55b1" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -180,6 +201,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -187,12 +222,24 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
|
|
@ -206,11 +253,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -227,6 +282,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -234,6 +292,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -245,6 +306,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -725,7 +791,176 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +62,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -125,6 +134,18 @@
|
|||
<ccm_core.ccm_objects object_id="-10500"
|
||||
display_name="article1_copy1"
|
||||
uuid="12b63933-3167-4dc5-9b55-726a727c55b1" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -181,6 +202,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -188,16 +223,31 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -207,11 +257,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -221,6 +279,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -228,6 +290,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -235,6 +300,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -246,6 +314,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -726,7 +799,176 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
<ccm_core.workflows workflow_id="-140" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -12,11 +13,15 @@
|
|||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-140"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -30,10 +35,10 @@
|
|||
active="false"
|
||||
task_state="waiting"
|
||||
workflow_id="-110" />
|
||||
<ccm_core.workflow_tasks task_id="-120100"
|
||||
<ccm_core.workflow_tasks task_id="-140100"
|
||||
active="false"
|
||||
task_state="waiting"
|
||||
workflow_id="-120" />
|
||||
workflow_id="-140" />
|
||||
|
||||
<ccm_core.workflow_task_labels task_id="-100100"
|
||||
localized_value="Task 1.1"
|
||||
|
|
@ -44,7 +49,7 @@
|
|||
<ccm_core.workflow_task_labels task_id="-110100"
|
||||
localized_value="Task 2.1"
|
||||
locale="en" />
|
||||
<ccm_core.workflow_task_labels task_id="-120100"
|
||||
<ccm_core.workflow_task_labels task_id="-140100"
|
||||
localized_value="Task 2.1"
|
||||
locale="en" />
|
||||
|
||||
|
|
@ -57,12 +62,13 @@
|
|||
<ccm_core.workflow_user_tasks task_id="-110100"
|
||||
duration_minutes="0"
|
||||
locked="false" />
|
||||
<ccm_core.workflow_user_tasks task_id="-120100"
|
||||
<ccm_core.workflow_user_tasks task_id="-140100"
|
||||
duration_minutes="0"
|
||||
locked="false" />
|
||||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -70,6 +76,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -147,6 +156,18 @@
|
|||
<ccm_core.ccm_objects object_id="-11100"
|
||||
display_name="new-article"
|
||||
uuid="cfa0efb6-7ce2-41e8-be03-4ee8c7f18b05" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -203,6 +224,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -210,17 +245,31 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -230,11 +279,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -244,6 +301,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -251,6 +312,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -258,6 +322,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -269,6 +336,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -290,7 +362,7 @@
|
|||
item_uuid="cfa0efb6-7ce2-41e8-be03-4ee8c7f18b05"
|
||||
version="DRAFT"
|
||||
content_type_id="-20100"
|
||||
workflow_id="-120" />
|
||||
workflow_id="-140" />
|
||||
<ccm_cms.content_items object_id="-99200"
|
||||
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
|
||||
version="LIVE"
|
||||
|
|
@ -732,6 +804,175 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
<ccm_core.workflows workflow_id="-140" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -12,11 +13,15 @@
|
|||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-140"
|
||||
locale="en"
|
||||
localized_value="Standard workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -30,14 +35,14 @@
|
|||
active="false"
|
||||
task_state="waiting"
|
||||
workflow_id="-110" />
|
||||
<ccm_core.workflow_tasks task_id="-120100"
|
||||
<ccm_core.workflow_tasks task_id="-140100"
|
||||
active="false"
|
||||
task_state="waiting"
|
||||
workflow_id="-120" />
|
||||
<ccm_core.workflow_tasks task_id="-120200"
|
||||
workflow_id="-140" />
|
||||
<ccm_core.workflow_tasks task_id="-140200"
|
||||
active="false"
|
||||
task_state="waiting"
|
||||
workflow_id="-120" />
|
||||
workflow_id="-140" />
|
||||
|
||||
<ccm_core.workflow_task_labels task_id="-100100"
|
||||
localized_value="Task 1.1"
|
||||
|
|
@ -48,10 +53,10 @@
|
|||
<ccm_core.workflow_task_labels task_id="-110100"
|
||||
localized_value="Task 2.1"
|
||||
locale="en" />
|
||||
<ccm_core.workflow_task_labels task_id="-120100"
|
||||
<ccm_core.workflow_task_labels task_id="-140100"
|
||||
localized_value="Task 1.1"
|
||||
locale="en" />
|
||||
<ccm_core.workflow_task_labels task_id="-120200"
|
||||
<ccm_core.workflow_task_labels task_id="-140200"
|
||||
localized_value="Task 1.2"
|
||||
locale="en" />
|
||||
|
||||
|
|
@ -64,15 +69,16 @@
|
|||
<ccm_core.workflow_user_tasks task_id="-110100"
|
||||
duration_minutes="0"
|
||||
locked="false" />
|
||||
<ccm_core.workflow_user_tasks task_id="-120100"
|
||||
<ccm_core.workflow_user_tasks task_id="-140100"
|
||||
duration_minutes="0"
|
||||
locked="false" />
|
||||
<ccm_core.workflow_user_tasks task_id="-120200"
|
||||
<ccm_core.workflow_user_tasks task_id="-140200"
|
||||
duration_minutes="0"
|
||||
locked="false" />
|
||||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -80,6 +86,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -160,6 +169,18 @@
|
|||
<ccm_core.ccm_objects object_id="-11100"
|
||||
display_name="new-article"
|
||||
uuid="cfa0efb6-7ce2-41e8-be03-4ee8c7f18b05" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -216,6 +237,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -223,17 +258,31 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -243,11 +292,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -257,6 +314,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -264,6 +325,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -271,6 +335,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -282,6 +349,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -303,7 +375,7 @@
|
|||
item_uuid="cfa0efb6-7ce2-41e8-be03-4ee8c7f18b05"
|
||||
version="DRAFT"
|
||||
content_type_id="-20100"
|
||||
workflow_id="-120" />
|
||||
workflow_id="-140" />
|
||||
<ccm_cms.content_items object_id="-99200"
|
||||
item_uuid="acae860f-2ffa-450d-b486-054292f0dae6"
|
||||
version="LIVE"
|
||||
|
|
@ -407,10 +479,10 @@
|
|||
localized_value="Article 2" />
|
||||
|
||||
<ccm_cms.content_item_titles_aud rev="0"
|
||||
object_id="-10100"
|
||||
localized_value="Article 1"
|
||||
locale="en"
|
||||
revtype="0" />
|
||||
object_id="-10100"
|
||||
localized_value="Article 1"
|
||||
locale="en"
|
||||
revtype="0" />
|
||||
<ccm_cms.content_item_titles_aud rev="0"
|
||||
object_id="-10200"
|
||||
localized_value="Article 2"
|
||||
|
|
@ -745,6 +817,175 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +62,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -83,7 +92,7 @@
|
|||
<ccm_core.ccm_revisions id="0"
|
||||
timestamp="1451602800" />
|
||||
|
||||
<ccm_core.ccm_objects object_id="-1100"
|
||||
<ccm_core.ccm_objects object_id="-1100"
|
||||
display_name="info"
|
||||
uuid="963bcae7-3aeb-4b62-891c-e16c4defa1f2" />
|
||||
<ccm_core.ccm_objects object_id="-2100"
|
||||
|
|
@ -119,6 +128,18 @@
|
|||
<ccm_core.ccm_objects object_id="-20200"
|
||||
display_name="org.librecms.contenttypes.News"
|
||||
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -171,6 +192,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -178,16 +213,31 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -197,11 +247,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -211,6 +269,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -218,6 +280,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -225,6 +290,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -236,6 +304,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -675,7 +748,177 @@
|
|||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,7 +62,10 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
default_delay="0"
|
||||
|
|
@ -124,6 +133,18 @@
|
|||
<ccm_core.ccm_objects object_id="-99100"
|
||||
display_name="article1"
|
||||
uuid="f6502ce1-f2e6-4f0d-b306-dfb3a1894f3c" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -180,6 +201,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -187,9 +222,18 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
|
|
@ -197,6 +241,9 @@
|
|||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -206,11 +253,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -220,6 +275,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -227,6 +286,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -234,6 +296,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -245,6 +310,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -347,10 +417,10 @@
|
|||
locale="en"
|
||||
revtype="0" />
|
||||
<ccm_cms.content_item_names_aud rev="1"
|
||||
object_id="-99100"
|
||||
localized_value="article1"
|
||||
locale="en"
|
||||
revtype="0" />
|
||||
object_id="-99100"
|
||||
localized_value="article1"
|
||||
locale="en"
|
||||
revtype="0" />
|
||||
|
||||
<ccm_cms.content_item_titles object_id="-10100"
|
||||
locale="en"
|
||||
|
|
@ -725,6 +795,175 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,14 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +55,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +63,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -121,6 +131,18 @@
|
|||
<ccm_core.ccm_objects object_id="-20200"
|
||||
display_name="org.librecms.contenttypes.News"
|
||||
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -183,23 +205,52 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
localized_value="info_root" />
|
||||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -209,12 +260,20 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2110"
|
||||
|
|
@ -223,6 +282,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -230,6 +293,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -237,6 +303,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -248,6 +317,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -737,6 +811,175 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
|
||||
</dataset>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +62,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -118,6 +127,18 @@
|
|||
<ccm_core.ccm_objects object_id="-20200"
|
||||
display_name="org.librecms.contenttypes.News"
|
||||
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -173,6 +194,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -180,30 +215,53 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2110"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2120"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -213,6 +271,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -220,6 +282,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -227,6 +292,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -238,6 +306,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -672,7 +745,176 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
</dataset>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<ccm_core.workflows workflow_id="-100" />
|
||||
<ccm_core.workflows workflow_id="-110" />
|
||||
<ccm_core.workflows workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_names workflow_id="-100"
|
||||
locale="en"
|
||||
|
|
@ -10,9 +11,13 @@
|
|||
<ccm_core.workflow_names workflow_id="-110"
|
||||
locale="en"
|
||||
localized_value="Fast workflow" />
|
||||
<ccm_core.workflow_names workflow_id="-120"
|
||||
locale="en"
|
||||
localized_value="Projects Default workflow" />
|
||||
|
||||
<ccm_core.workflow_templates workflow_id="-100" />
|
||||
<ccm_core.workflow_templates workflow_id="-110" />
|
||||
<ccm_core.workflow_templates workflow_id="-120" />
|
||||
|
||||
<ccm_core.workflow_tasks task_id="-100100"
|
||||
active="false"
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-200" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-210" />
|
||||
<ccm_cms.lifecyle_definitions lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-200"
|
||||
localized_value="Default lifecycle"
|
||||
|
|
@ -56,6 +62,9 @@
|
|||
<ccm_cms.lifecycle_definition_labels object_id="-210"
|
||||
localized_value="Alternate lifecycle"
|
||||
locale="en" />
|
||||
<ccm_cms.lifecycle_definition_labels object_id="-220"
|
||||
localized_value="Project default lifecycle"
|
||||
locale="en" />
|
||||
|
||||
<ccm_cms.lifecycle_phase_definitions phase_definition_id="-200100"
|
||||
lifecycle_definition_id="-200"
|
||||
|
|
@ -119,6 +128,18 @@
|
|||
<ccm_core.ccm_objects object_id="-20200"
|
||||
display_name="org.librecms.contenttypes.News"
|
||||
uuid="47740f22-f89f-4ec3-90cf-d62859e53c7e" />
|
||||
<ccm_core.ccm_objects object_id="-1200"
|
||||
display_name="projects"
|
||||
uuid="cb2443f7-e192-4eb9-a2ba-165b2bbabc61" />
|
||||
<ccm_core.ccm_objects object_id="-2300"
|
||||
display_name="projects_root"
|
||||
uuid="125b7229-10d8-4209-9243-0281ec332bf4" />
|
||||
<ccm_core.ccm_objects object_id="-2400"
|
||||
display_name="projects_assets"
|
||||
uuid="8c4e9717-7cae-4f7d-bb25-f3aff793755e" />
|
||||
<ccm_core.ccm_objects object_id="-20300"
|
||||
display_name="org.librecms.contenttypes.Article"
|
||||
uuid="bd061ab6-9c4f-45ff-ab69-f521008eeac3" />
|
||||
|
||||
<ccm_core.ccm_objects_aud object_id="-10100"
|
||||
rev="0"
|
||||
|
|
@ -171,6 +192,20 @@
|
|||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2300"
|
||||
unique_id="125b7229-10d8-4209-9243-0281ec332bf4"
|
||||
name="projects_root"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
<ccm_core.categories object_id="-2400"
|
||||
unique_id="8c4e9717-7cae-4f7d-bb25-f3aff793755e"
|
||||
name="projects_assets"
|
||||
enabled="true"
|
||||
visible="true"
|
||||
abstract_category="false"
|
||||
category_order="1" />
|
||||
|
||||
<ccm_core.category_titles object_id="-2100"
|
||||
locale="en"
|
||||
|
|
@ -178,16 +213,31 @@
|
|||
<ccm_core.category_titles object_id="-2200"
|
||||
locale="en"
|
||||
localized_value="info_assets" />
|
||||
<ccm_core.category_titles object_id="-2300"
|
||||
locale="en"
|
||||
localized_value="projects_root" />
|
||||
<ccm_core.category_titles object_id="-2400"
|
||||
locale="en"
|
||||
localized_value="projects_assets" />
|
||||
|
||||
<ccm_core.resources object_id="-1100"
|
||||
created="2016-07-15" />
|
||||
<ccm_core.resources object_id="-1200"
|
||||
created="2016-07-15" />
|
||||
|
||||
<ccm_core.resource_titles object_id="-1100"
|
||||
locale="en"
|
||||
localized_value="info" />
|
||||
<ccm_core.resource_titles object_id="-1200"
|
||||
locale="en"
|
||||
localized_value="projects" />
|
||||
|
||||
<ccm_core.applications object_id="-1100"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="info" />
|
||||
<ccm_core.applications object_id="-1200"
|
||||
application_type="org.librecms.contentsection.ContentSection"
|
||||
primary_url="projects" />
|
||||
|
||||
<ccm_cms.folders object_id="-2100"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
|
|
@ -197,11 +247,19 @@
|
|||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2200"
|
||||
type="ASSETS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2300"
|
||||
type="DOCUMENTS_FOLDER" />
|
||||
<ccm_cms.folders object_id="-2400"
|
||||
type="ASSETS_FOLDER" />
|
||||
|
||||
<ccm_cms.content_sections object_id="-1100"
|
||||
label="info"
|
||||
root_documents_folder_id="-2100"
|
||||
root_assets_folder_id="-2200" />
|
||||
<ccm_cms.content_sections object_id="-1200"
|
||||
label="projects"
|
||||
root_documents_folder_id="-2300"
|
||||
root_assets_folder_id="-2400" />
|
||||
|
||||
<ccm_cms.folder_content_section_map folder_id="-2100"
|
||||
content_section_id="-1100" />
|
||||
|
|
@ -211,6 +269,10 @@
|
|||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2200"
|
||||
content_section_id="-1100" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2300"
|
||||
content_section_id="-1200" />
|
||||
<ccm_cms.folder_content_section_map folder_id="-2400"
|
||||
content_section_id="-1200" />
|
||||
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
|
|
@ -218,6 +280,9 @@
|
|||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1100"
|
||||
workflow_template_id="-110" />
|
||||
<ccm_cms.content_section_workflow_templates
|
||||
content_section_id="-1200"
|
||||
workflow_template_id="-120" />
|
||||
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
|
|
@ -225,6 +290,9 @@
|
|||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1100"
|
||||
lifecycle_definition_id="-210" />
|
||||
<ccm_cms.content_section_lifecycle_definitions
|
||||
content_section_id="-1200"
|
||||
lifecycle_definition_id="-220" />
|
||||
|
||||
<ccm_cms.content_types object_id="-20100"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
|
|
@ -236,6 +304,11 @@
|
|||
content_section_id="-1100"
|
||||
default_workflow="-100"
|
||||
default_lifecycle_id="-200" />
|
||||
<ccm_cms.content_types object_id="-20300"
|
||||
content_item_class="org.librecms.contenttypes.Article"
|
||||
content_section_id="-1200"
|
||||
default_workflow="-120"
|
||||
default_lifecycle_id="-220" />
|
||||
|
||||
<ccm_cms.content_items object_id="-10100"
|
||||
item_uuid="aed4b402-1180-46c6-b42d-7245f4dca248"
|
||||
|
|
@ -673,6 +746,175 @@
|
|||
object_id="-2100"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4710"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4720"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4730"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4740"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4750"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3200"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4810"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4820"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4830"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4840"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4850"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4860"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4870"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3300"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4910"
|
||||
granted_privilege="administer_roles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4920"
|
||||
granted_privilege="administer_workflow"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4930"
|
||||
granted_privilege="administer_lifecyles"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4940"
|
||||
granted_privilege="administer_categories"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4950"
|
||||
granted_privilege="administer_content_types"
|
||||
object_id="-1100"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4960"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4970"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4980"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-4990"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5000"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5010"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5020"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5030"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3400"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5110"
|
||||
granted_privilege="categorize_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5120"
|
||||
granted_privilege="create_new_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5130"
|
||||
granted_privilege="edit_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5140"
|
||||
granted_privilege="approve_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5150"
|
||||
granted_privilege="publish_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5160"
|
||||
granted_privilege="delete_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5170"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5180"
|
||||
granted_privilege="preview_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3500"
|
||||
creation_date="2016-07-15"/>
|
||||
<ccm_core.permissions permission_id="-5210"
|
||||
granted_privilege="view_published_items"
|
||||
object_id="-2300"
|
||||
grantee_id="-3600"
|
||||
creation_date="2016-07-15"/>
|
||||
|
||||
|
||||
</dataset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue