org.alfresco.service.cmr.search
Interface QueryParameterDefinition
All Superinterfaces:
-
@org.alfresco.api.AlfrescoPublicApi
public interface QueryParameterDefinition
getPropertyDefinition
-
This parameter may apply to a well known property type.
May be null
Returns:
-
PropertyDefinition
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
-
Get the default value for this parameter.
Returns:
-
String
hasDefaultValue
boolean hasDefaultValue()
-
Has this parameter got a default value?
Returns:
-
boolean