1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2016
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <subscriptions>
- <subscription name="profilesCache">
- <observable>
- <classes>
- <class>
- <name>role</name>
- </class>
- <properties>
- <property>userProfileSettings</property>
- </properties>
- </classes>
- <operations>
- <operation>
- <name>delete</name>
- <returnProperties>
- <returnProperty>$(internalStoreID)</returnProperty>
- </returnProperties>
- </operation>
- <operation>
- <name>update</name>
- <returnProperties>
- <returnProperty>$(internalStoreID)</returnProperty>
- </returnProperties>
- </operation>
- </operations>
- </observable>
- <observer>
- <notificationImplementation>com.cognos.cm.server.profileSettings.ProfilesNotificationsObserver</notificationImplementation>
- </observer>
- </subscription>
- </subscriptions>
|