|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowseFlag | |
|---|---|
| org.fourthline.cling.support.contentdirectory | |
| org.fourthline.cling.support.contentdirectory.callback | |
| org.fourthline.cling.support.model | |
| Uses of BrowseFlag in org.fourthline.cling.support.contentdirectory |
|---|
| Methods in org.fourthline.cling.support.contentdirectory with parameters of type BrowseFlag | |
|---|---|
abstract BrowseResult |
AbstractContentDirectoryService.browse(String objectID,
BrowseFlag browseFlag,
String filter,
long firstResult,
long maxResults,
SortCriterion[] orderby)
Implement this method to implement browsing of your content. |
| Uses of BrowseFlag in org.fourthline.cling.support.contentdirectory.callback |
|---|
| Constructors in org.fourthline.cling.support.contentdirectory.callback with parameters of type BrowseFlag | |
|---|---|
Browse(Service service,
String containerId,
BrowseFlag flag)
Browse with first result 0 and Browse.getDefaultMaxResults(), filters with Browse.CAPS_WILDCARD. |
|
Browse(Service service,
String objectID,
BrowseFlag flag,
String filter,
long firstResult,
Long maxResults,
SortCriterion... orderBy)
|
|
| Uses of BrowseFlag in org.fourthline.cling.support.model |
|---|
| Methods in org.fourthline.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||