Class PathSearchTerm
java.lang.Object
com.webmethods.caf.jcr.faces.data.query.PathSearchTerm
- All Implemented Interfaces:
Serializable
Used as a refine field term in a search query to represent
a path filter.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Holds the path
-
-
Constructor Details
-
PathSearchTerm
public PathSearchTerm()Default Constructor
-
-
Method Details
-
getValue
Returns the path value- Returns:
- the value
-
setValue
Sets the path value- Parameters:
value
- the value to set
-