63 строки
2.5 KiB
XML
Исполняемый файл
63 строки
2.5 KiB
XML
Исполняемый файл
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
=================================================================
|
|
* Licensed Materials - Property of IBM
|
|
* (c) Copyright IBM Corp. 2009. All rights reserved.
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM
|
|
* Corp.
|
|
*
|
|
* DISCLAIMER OF WARRANTIES. The following [enclosed] code is
|
|
* sample code created by IBM Corporation. This sample code is
|
|
* not part of any standard or IBM product and is provided to you
|
|
* solely for the purpose of assisting you in the development of
|
|
* your applications. The code is provided "AS IS", without
|
|
* warranty of any kind. IBM shall not be liable for any damages
|
|
* arising out of your use of the sample code, even if they have
|
|
* been advised of the possibility of such damages.
|
|
*
|
|
=================================================================
|
|
-->
|
|
|
|
<request
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"
|
|
type="update">
|
|
|
|
<!-- This sample deletes ratings and tags.
|
|
|
|
Related sample files:
|
|
CreateTagsAndRatings.xml
|
|
ExportTagsAndRatings.xml
|
|
|
|
NOTE: This sample assumes that the CreateTagsAndRatings.xml sample was executed before.
|
|
-->
|
|
<portal action="locate">
|
|
|
|
<!-- Delete the custom resource created by sample CreateTagsAndRatings.xml -->
|
|
<custom-resource action="delete" objectid="ZCH_B1L68B1A00DO80IG7PCV0I1000"/>
|
|
|
|
<!-- Delete all custom resources in the system -->
|
|
<!-- <custom-resource action="delete" objectid="*"/> -->
|
|
|
|
<!-- Delete the ratings created by sample CreateTagsAndRatings.xml -->
|
|
<rating action="delete" objectid="ZCJ_B1L68B1A00DO80IG7PCV0I2000"/>
|
|
<rating action="delete" objectid="ZCJ_B1L68B1A00DO80IG7PCV0I3000"/>
|
|
|
|
<!-- Delete all ratings in the system -->
|
|
<!-- <rating action="delete" objectid="*"/> -->
|
|
|
|
<!-- Delete the tags created by sample CreateTagsAndRatings.xml -->
|
|
<tag action="delete" objectid="ZCI_B1L68B1A00DO80IG7PCV0I4000"/>
|
|
<tag action="delete" objectid="ZCI_B1L68B1A00DO80IG7PCV0I5000"/>
|
|
|
|
<!-- Delete all tags in the system -->
|
|
<!-- <tag action="delete" objectid="*"/> -->
|
|
|
|
<!-- Delete all tags with a specific locale in the system -->
|
|
<!-- <tag action="delete" objectid="*" locale="SPECIFIC_LOCALE"/> -->
|
|
|
|
</portal>
|
|
</request>
|