profilesCache.xml 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!--
  2. Licensed Materials - Property of IBM
  3. BI and PM: CM
  4. (C) Copyright IBM Corp. 2016
  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="profilesCache">
  10. <observable>
  11. <classes>
  12. <class>
  13. <name>role</name>
  14. </class>
  15. <properties>
  16. <property>userProfileSettings</property>
  17. </properties>
  18. </classes>
  19. <operations>
  20. <operation>
  21. <name>delete</name>
  22. <returnProperties>
  23. <returnProperty>$(internalStoreID)</returnProperty>
  24. </returnProperties>
  25. </operation>
  26. <operation>
  27. <name>update</name>
  28. <returnProperties>
  29. <returnProperty>$(internalStoreID)</returnProperty>
  30. </returnProperties>
  31. </operation>
  32. </operations>
  33. </observable>
  34. <observer>
  35. <notificationImplementation>com.cognos.cm.server.profileSettings.ProfilesNotificationsObserver</notificationImplementation>
  36. </observer>
  37. </subscription>
  38. </subscriptions>