org.alfresco.repo.search
Class QueryParameterRefImpl

java.lang.Object
  extended by org.alfresco.repo.search.QueryParameterRefImpl
All Implemented Interfaces:
NamedQueryParameterDefinition

public class QueryParameterRefImpl
extends java.lang.Object
implements NamedQueryParameterDefinition


Constructor Summary
QueryParameterRefImpl(QName qName, QueryCollection container)
           
 
Method Summary
static NamedQueryParameterDefinition createParameterReference(org.dom4j.Element element, DictionaryService dictionaryService, QueryCollection container)
           
static org.dom4j.QName getElementQName()
           
 QName getQName()
          Get the name of this parameter.
 QueryParameterDefinition getQueryParameterDefinition()
          Get the query parameter definition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryParameterRefImpl

public QueryParameterRefImpl(QName qName,
                             QueryCollection container)
Method Detail

getQName

public QName getQName()
Description copied from interface: NamedQueryParameterDefinition
Get the name of this parameter. It could be used as the well known name for the parameter. Not null

Specified by:
getQName in interface NamedQueryParameterDefinition
Returns:

createParameterReference

public static NamedQueryParameterDefinition createParameterReference(org.dom4j.Element element,
                                                                     DictionaryService dictionaryService,
                                                                     QueryCollection container)

getElementQName

public static org.dom4j.QName getElementQName()

getQueryParameterDefinition

public QueryParameterDefinition getQueryParameterDefinition()
Description copied from interface: NamedQueryParameterDefinition
Get the query parameter definition

Specified by:
getQueryParameterDefinition in interface NamedQueryParameterDefinition
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.