1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | IBM Confidential
- | OCO Source Materials
- | IBM Cognos Products: BUX
- | (C) Copyright IBM Corp. 2009, 2010
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
- <!-- this entry defines a typedfeed contribution -->
- <atom:entry>
- <!-- standard ATOM tombstone information -->
- <atom:published>2009-03-24T22:01:37Z</atom:published>
- <atom:id>tag:ibm.cognos.icd.com,2009-08-23:MetricApplication</atom:id>
- <atom:updated>2009-03-24T22:01:37Z</atom:updated>
- <!-- this category marks this entry as a typed feed contribution -->
- <atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="typedfeed">
- <!-- associatedtype extension element(s) identify the type(s) of object that will be augmented with
- this typed feed. There can be more than one of these if there is more than one
- type to be augmented. -->
- <contrib:associatedtype xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">com.ibm.cognos.om85/metricPackage/1</contrib:associatedtype>
- </atom:category>
- <!-- title and summary are required to make this a valid ATOM entry,
- but are currently ignored. -->
- <atom:title type="text">ignored</atom:title>
- <atom:summary>ignored</atom:summary>
- <!-- sample link to a really simple iwidget in c8 static content. -->
- <!-- Note how the href is parameterized. {cgi} is replaced with the URL
- to the gateway (e.g.: cognos.cgi), and {web} is replaced with the URL to the
- static content. -->
- <atom:link title="MetricApplication" rel="alternate" type="application/atom+xml" href="{cgi}/icd/feeds/ext/cmm?path=/controller&ui.object=storeID("{storeid}")&pid=atom_metricApplication">
- <!-- Configure a mapping from the bux remote atom provider to the external
- resource. externalFeedMappings are required only when you want the BUX remote atom provider
- involved in handling the request for the typed feed. The remote provider can
- be used like a proxy to get a resource that is on another server, to avoid
- cross-domain problems. In this sample the typed feed is served by another
- server on the local machine, but is accessed through the BUX remote provider. We
- have to tell the remote provider that requests for /ext/typedfeed are proxied
- to http://localhost/dyno/jim.
- If the typed feed is served through the same domain/gateway as BUX this mapping may not be necessary,
- but the remote provider does some useful value-add like transforming ATOM to JSON.
- -->
- <contrib:externalFeedMapping xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">
- <parameterInclusionPattern>.*</parameterInclusionPattern>
- <cookiePolicy>compatibility</cookiePolicy>
- <local>/ext/cmm</local>
- <remote>{bus}/mms.run</remote>
- </contrib:externalFeedMapping>
- <!-- entryClassMapping it provides a limited way to define new an entry class
- for a specific objectClass and userInterface combination. entryClass is what we
- match on when deciding to add a typed feed contribution to an entry. Matching on
- objectClass is sometimes insufficient. Consider object class "package". Some packages
- are intended to be handled by MetricStudio. The following example shows how we
- map the combination of objectClass=package and userInterface=metricStudio to a
- synthetic entry class "metricPackage".
- entryClassMapping is optional.
- -->
- <contrib:entryClassMapping xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">
- <objectClass>package</objectClass>
- <userInterface>metricStudio</userInterface>
- <entryClass>metricPackage</entryClass>
- </contrib:entryClassMapping>
- </atom:link>
- <!-- other links for icons, etc. More docs and correct examples are needed. -->
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon16" type="image/gif" href="{web}/icd/feeds/images/icon_metrics_package.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon64" type="image/gif" href="{web}/icd/feeds/images/icon_metrics_package_64.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/thumbnail" type="image/gif" href="{web}/icd/feeds/images/icon_metrics_package_64.gif"/>
- </atom:entry>
- </atom:feed>
|