You can suppress property expansion for specific properties.

  1. Add the property to the filteringConfiguration.xml file. See Default Filtering.

  2. Include the expand attribute in the property element. Set the value of the attribute to false.

    <rest-filtering>
    <component name="/atg/commerce/catalog/ProductCatalog"
    default-include="true">
    <item-descriptor name="product">
    <property name="creationDate"
    expand="false"/>
    </item-descriptor>
    </component>
    </rest-filtering>


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices