Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.search
Interface QueryParameterDefinition
All Superinterfaces:
NamedQueryParameterDefinition

@org.alfresco.api.AlfrescoPublicApi
public interface QueryParameterDefinition
extends NamedQueryParameterDefinition

Method Summary
getDataTypeDefinition()
          Get the property type definition for this parameter.
getDefault()
          Get the default value for this parameter.
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:
PropertyDefinition

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:
DataTypeDefinition

getDefault
String getDefault()
Get the default value for this parameter.
Returns:
String

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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.