Methods in org.fourthline.cling.support.contentdirectory that throw ContentDirectoryException |
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.browse(String objectId,
String browseFlag,
String filter,
UnsignedIntegerFourBytes firstResult,
UnsignedIntegerFourBytes maxResults,
String orderBy)
|
BrowseResult |
AbstractContentDirectoryService.search(String containerId,
String searchCriteria,
String filter,
long firstResult,
long maxResults,
SortCriterion[] orderBy)
Override this method to implement searching of your content. |
BrowseResult |
AbstractContentDirectoryService.search(String containerId,
String searchCriteria,
String filter,
UnsignedIntegerFourBytes firstResult,
UnsignedIntegerFourBytes maxResults,
String orderBy)
|