1234567891011121314151617181920212223242526272829303132333435 |
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2012, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <subscriptions>
- <subscription name="externalObjectStore" loadOnStartup="false">
- <observable>
- <classes>
- <class>
- <name>output</name>
- </class>
- <class>
- <name>graphic</name>
- </class>
- </classes>
- <operations>
- <operation>
- <name>delete</name>
- <returnProperties>
- <returnProperty>storeID</returnProperty>
- </returnProperties>
- </operation>
- </operations>
- </observable>
- <observer>
- <notificationImplementation>com.cognos.cm.externalRepository.EOSNotificationObserver</notificationImplementation>
- </observer>
- </subscription>
- </subscriptions>
|