Package org.alfresco.service.cmr.search
Interface NamedQueryParameterDefinition
- All Known Subinterfaces:
QueryParameterDefinition
-
Method Summary
Modifier and TypeMethodDescriptiongetQName()
Get the name of this parameter.Get the query parameter definition
-
Method Details
-
getQName
QName getQName()Get the name of this parameter. It could be used as the well known name for the parameter. Not null- Returns:
- QName
-
getQueryParameterDefinition
QueryParameterDefinition getQueryParameterDefinition()Get the query parameter definition- Returns:
- QueryParameterDefinition
-