com.ibm.portal.services.contentmapping
Interface ContentMappingInfoProvider


public interface ContentMappingInfoProvider

This interface provides access to avialable content mapping information in scope of a given portal resource.

Since:
7.0.0.0
See Also:
ContentMappingInfo

Method Summary
 ContentMappingInfo getContentMappingInfo()
          Returns the ContentMappingInfo object for this resource.
 

Method Detail

getContentMappingInfo

ContentMappingInfo getContentMappingInfo()
                                         throws ContentMappingException
Returns the ContentMappingInfo object for this resource. The returned ContentMappingInfo is a one time copy read from the database. The object may become stale if cached. This method never returns null.

Throws:
ContentMappingException