Uses of Class
org.teleal.cling.support.model.BrowseFlag

Packages that use BrowseFlag
org.teleal.cling.support.contentdirectory   
org.teleal.cling.support.contentdirectory.callback   
org.teleal.cling.support.model   
 

Uses of BrowseFlag in org.teleal.cling.support.contentdirectory
 

Methods in org.teleal.cling.support.contentdirectory with parameters of type BrowseFlag
abstract  BrowseResult AbstractContentDirectoryService.browse(String objectID, BrowseFlag browseFlag, String filter, long firstResult, long maxResults, SortCriterion[] orderby)
           
 

Uses of BrowseFlag in org.teleal.cling.support.contentdirectory.callback
 

Constructors in org.teleal.cling.support.contentdirectory.callback with parameters of type BrowseFlag
Browse(org.teleal.cling.model.meta.Service service, String containerId, BrowseFlag flag)
          Browse with first result 0 and Browse.getDefaultMaxResults(), filters with Browse.CAPS_WILDCARD.
Browse(org.teleal.cling.model.meta.Service service, String objectID, BrowseFlag flag, String filter, long firstResult, Long maxResults, SortCriterion... orderBy)
           
 

Uses of BrowseFlag in org.teleal.cling.support.model
 

Methods in org.teleal.cling.support.model that return BrowseFlag
static BrowseFlag BrowseFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowseFlag BrowseFlag.valueOrNullOf(String s)
           
static BrowseFlag[] BrowseFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.