com.ibm.portal.services.contentmapping
Interface ContentMappingFilter


public interface ContentMappingFilter

This interface defines a filter for Content Mappings.

Since:
7.0.0.0
See Also:
ContentMapping

Method Summary
 void filterEntitledMappings(java.util.List<? extends ContentMapping> mappings)
          Filters a list of Content Mappings.
 

Method Detail

filterEntitledMappings

void filterEntitledMappings(java.util.List<? extends ContentMapping> mappings)
Filters a list of Content Mappings. It removes those Content Mappings that map to a page which is not visible to the current user from the given list.

Parameters:
mappings - List of Content Mappings to be filtered