+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD