Uses of Class
org.ocap.hn.content.navigation.ContentDatabaseFilter

Packages that use ContentDatabaseFilter
org.ocap.hn.content   
org.ocap.hn.content.navigation Manages the content listings. 
 

Uses of ContentDatabaseFilter in org.ocap.hn.content
 

Methods in org.ocap.hn.content with parameters of type ContentDatabaseFilter
 ContentList ContentContainer.getEntries(ContentDatabaseFilter filter, boolean traverse)
          Returns a ContentList which contains the filtered ContentItems of this ContentContainer.
 

Uses of ContentDatabaseFilter in org.ocap.hn.content.navigation
 

Subclasses of ContentDatabaseFilter in org.ocap.hn.content.navigation
 class DatabaseQuery
          DatabaseQuery class.
 class DeviceFilter
          This class represents a filtering criteria based on a particular device.
 

Methods in org.ocap.hn.content.navigation with parameters of type ContentDatabaseFilter
 ContentList ContentList.filterContentList(ContentDatabaseFilter filter)
          Filters the ContentList.