Class SearchAction
java.lang.Object
org.cybergarage.upnp.Action
org.cybergarage.upnp.std.av.server.action.SearchAction
public class SearchAction
extends org.cybergarage.upnp.Action
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic StringFields inherited from class org.cybergarage.upnp.Action
ELEM_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetNumberReturned(int value)voidvoidsetTotalMaches(int value)voidsetUpdateID(int value)Methods inherited from class org.cybergarage.upnp.Action
getActionListener, getActionNode, getArgument, getArgumentIntegerValue, getArgumentList, getArgumentValue, getControlStatus, getInputArgumentList, getName, getOutputArgumentList, getService, getStatus, getUserData, isActionNode, lock, performActionListener, postControlAction, print, setActionListener, setArgumentList, setArgumentValue, setArgumentValue, setArgumentValues, setInArgumentValues, setName, setOutArgumentValues, setStatus, setStatus, setUserData, unlock
-
Field Details
-
CONTAINER_ID
- See Also:
- Constant Field Values
-
SEARCH_CRITERIA
- See Also:
- Constant Field Values
-
FILTER
- See Also:
- Constant Field Values
-
STARTING_INDEX
- See Also:
- Constant Field Values
-
REQUESTED_COUNT
- See Also:
- Constant Field Values
-
SORT_CRITERIA
- See Also:
- Constant Field Values
-
RESULT
- See Also:
- Constant Field Values
-
NUMBER_RETURNED
- See Also:
- Constant Field Values
-
TOTAL_MACHES
- See Also:
- Constant Field Values
-
UPDATE_ID
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SearchAction
public SearchAction(org.cybergarage.upnp.Action action)
-
-
Method Details
-
getContainerID
-
getSearchCriteria
-
getStartingIndex
public int getStartingIndex() -
getRequestedCount
public int getRequestedCount() -
getSortCriteria
-
getFilter
-
setResult
-
setNumberReturned
public void setNumberReturned(int value) -
setTotalMaches
public void setTotalMaches(int value) -
setUpdateID
public void setUpdateID(int value)
-