externalObjectStore.xml 833 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!--
  2. Licensed Materials - Property of IBM
  3. BI and PM: CM
  4. (C) Copyright IBM Corp. 2012, 2013
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <subscriptions>
  9. <subscription name="externalObjectStore" loadOnStartup="false">
  10. <observable>
  11. <classes>
  12. <class>
  13. <name>output</name>
  14. </class>
  15. <class>
  16. <name>graphic</name>
  17. </class>
  18. </classes>
  19. <operations>
  20. <operation>
  21. <name>delete</name>
  22. <returnProperties>
  23. <returnProperty>storeID</returnProperty>
  24. </returnProperties>
  25. </operation>
  26. </operations>
  27. </observable>
  28. <observer>
  29. <notificationImplementation>com.cognos.cm.externalRepository.EOSNotificationObserver</notificationImplementation>
  30. </observer>
  31. </subscription>
  32. </subscriptions>