Class SearchContext
java.lang.Object
com.webmethods.portal.service.task.SearchContext
Class for defining a search context, used during TaskEngine searches
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchContext
public SearchContext()Default constructor.
-
-
Method Details
-
get
Gets a value from the context by a given key.- Type Parameters:
T
- - the value type- Parameters:
key
- - the keydefaultVal
- - the default value- Returns:
- the found value by the supplied key or the default one
-
put
Puts a key in the context.- Type Parameters:
T
- - the value type- Parameters:
key
- - the keyvalue
- - the value
-
toString
-