|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SortCriterion in org.fourthline.cling.support.contentdirectory |
|---|
| Methods in org.fourthline.cling.support.contentdirectory with parameters of type SortCriterion | |
|---|---|
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. |
| Uses of SortCriterion in org.fourthline.cling.support.contentdirectory.callback |
|---|
| Constructors in org.fourthline.cling.support.contentdirectory.callback with parameters of type SortCriterion | |
|---|---|
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)
|
|
| Uses of SortCriterion in org.fourthline.cling.support.contentdirectory.ui |
|---|
| Constructors in org.fourthline.cling.support.contentdirectory.ui with parameters of type SortCriterion | |
|---|---|
ContentBrowseActionCallback(Service service,
DefaultTreeModel treeModel,
DefaultMutableTreeNode treeNode,
String filter,
long firstResult,
long maxResults,
SortCriterion... orderBy)
|
|
| Uses of SortCriterion in org.fourthline.cling.support.model |
|---|
| Methods in org.fourthline.cling.support.model that return SortCriterion | |
|---|---|
static SortCriterion[] |
SortCriterion.valueOf(String s)
|
| Methods in org.fourthline.cling.support.model with parameters of type SortCriterion | |
|---|---|
static String |
SortCriterion.toString(SortCriterion[] criteria)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||