public class SearchExpression extends SelectionCriteria implements java.io.Serializable
The search expression object represents the information that can be extracted
from the Expression elements of the Get verb.
The Expression indicates the search expression to perform using an extended
XPath notation to indicate the search criteria. The search criteria is composed of
an XPath expression that represents the logical model with additional control
parameters that will influence the search results.
This object is used when processing Get requests.
.| Constructor and Description |
|---|
SearchExpression()
Creates an instance of the search expression object.
|
SearchExpression(GetType getVerb,
java.lang.String componentId)
Creates an instance of the search expression based on the given Get verb.
|
getAccessProfile, getComponentId, getControlParameters, getPagingMaxItems, getPagingRecordSetReferenceId, getPagingRecordSetSaveIndicator, getPagingRecordSetStartNumber, getPagingUniqueIndicator, getSearchAttributes, getSearchProfile, getXPath, getXPathKey, getXPathParameters, getXPathSearchParameters, setAccessProfile, setComponentId, setControlParameters, setPagingMaxItems, setPagingRecordSetReferenceId, setPagingRecordSetSaveIndicator, setPagingRecordSetStartNumber, setPagingUniqueIndicator, setSearchAttributes, setSearchProfile, setXPath, setXPathKey, setXPathParameter, setXPathParameters, setXPathSearchParameters, toCacheKeyString, toStringpublic SearchExpression()
public SearchExpression(GetType getVerb, java.lang.String componentId)
getVerb - The Get verb to convert into a Search Expression.componentId - The component identifier that is creating the search expression.