| Package | Description |
|---|---|
| org.jupnp.support.contentdirectory | |
| org.jupnp.support.contentdirectory.callback | |
| org.jupnp.support.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BrowseResult |
AbstractContentDirectoryService.search(String containerId,
String searchCriteria,
String filter,
long firstResult,
long maxResults,
SortCriterion[] orderBy)
Override this method to implement searching of your content.
|
| Constructor and Description |
|---|
Browse(Service<?,?> service,
String objectID,
BrowseFlag flag,
String filter,
long firstResult,
Long maxResults,
SortCriterion... orderBy) |
Search(Service<?,?> service,
String containerId,
String searchCriteria,
String filter,
long firstResult,
Long maxResults,
SortCriterion... orderBy) |
| Modifier and Type | Method and Description |
|---|---|
static SortCriterion[] |
SortCriterion.valueOf(String s) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SortCriterion.toString(SortCriterion[] criteria) |
Copyright © 2023 jUPnP.org. All rights reserved.