org.alfresco.service.cmr.search
Interface QueryParameterDefinition

All Superinterfaces:
NamedQueryParameterDefinition

public interface QueryParameterDefinition
extends NamedQueryParameterDefinition


Method Summary
 DataTypeDefinition getDataTypeDefinition()
          Get the property type definition for this parameter.
 java.lang.String getDefault()
          Get the default value for this parameter.
 PropertyDefinition getPropertyDefinition()
          This parameter may apply to a well known property type.
 boolean hasDefaultValue()
          Has this parameter got a default value?
 
Methods inherited from interface org.alfresco.service.cmr.search.NamedQueryParameterDefinition
getQName, getQueryParameterDefinition
 

Method Detail

getPropertyDefinition

PropertyDefinition getPropertyDefinition()
This parameter may apply to a well known property type. May be null

Returns:

getDataTypeDefinition

DataTypeDefinition getDataTypeDefinition()
Get the property type definition for this parameter. It could come from the property type definition if there is one Not null

Returns:

getDefault

java.lang.String getDefault()
Get the default value for this parameter.

Returns:

hasDefaultValue

boolean hasDefaultValue()
Has this parameter got a default value?

Returns:


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