Klasse Search
java.lang.Object
org.jupnp.controlpoint.ActionCallback
org.jupnp.support.contentdirectory.callback.Search
- Alle implementierten Schnittstellen:
Runnable
Invokes a "Search" action, parses the result.
- Autor:
- TK Kocheran <rfkrocktk@gmail.com>, Amit Kumar Mondal - Code Refactoring
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Klasse geerbte verschachtelte Klassen/Schnittstellen org.jupnp.controlpoint.ActionCallback
ActionCallback.Default -
Feldübersicht
FelderVon Klasse geerbte Felder org.jupnp.controlpoint.ActionCallback
actionInvocation, controlPoint -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearch with first result 0 andgetDefaultMaxResults(), filters withCAPS_WILDCARD.protectedSearch(Service<?, ?> service, String containerId, String searchCriteria, String filter, long firstResult, Long maxResults, SortCriterion... orderBy) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSome media servers will crash if there is no limit on the maximum number of results.abstract voidreceived(ActionInvocation<?> actionInvocation, DIDLContent didl) booleanreceivedRaw(ActionInvocation<?> actionInvocation, SearchResult searchResult) voidrun()voidsuccess(ActionInvocation actionInvocation) abstract voidupdateStatus(Search.Status status) Von Klasse geerbte Methoden org.jupnp.controlpoint.ActionCallback
createDefaultFailureMessage, failure, failure, getActionInvocation, getControlPoint, setControlPoint, toString
-
Felddetails
-
CAPS_WILDCARD
- Siehe auch:
-
-
Konstruktordetails
-
Search
Search with first result 0 andgetDefaultMaxResults(), filters withCAPS_WILDCARD. -
Search
protected Search(Service<?, ?> service, String containerId, String searchCriteria, String filter, long firstResult, Long maxResults, SortCriterion... orderBy) - Parameter:
maxResults- Can benull, thengetDefaultMaxResults()is used.
-
-
Methodendetails
-
run
public void run()- Angegeben von:
runin SchnittstelleRunnable- Setzt außer Kraft:
runin KlasseActionCallback
-
success
- Angegeben von:
successin KlasseActionCallback
-
getDefaultMaxResults
Some media servers will crash if there is no limit on the maximum number of results.- Gibt zurück:
- The default limit.
-
receivedRaw
-
received
-
updateStatus
-