org.alfresco.repo.search.impl.querymodel
Interface Argument

All Known Subinterfaces:
DynamicArgument, FunctionArgument, ListArgument, LiteralArgument, ParameterArgument, PropertyArgument, SelectorArgument, StaticArgument
All Known Implementing Classes:
BaseArgument, BaseDynamicArgument, BaseFunctionArgument, BaseListArgument, BaseLiteralArgument, BaseParameterArgument, BasePropertyArgument, BaseSelectorArgument, BaseStaticArgument, LuceneFunctionArgument, LuceneListArgument, LuceneLiteralArgument, LuceneParameterArgument, LucenePropertyArgument, LuceneSelectorArgument

public interface Argument

An argument to a function


Method Summary
 java.lang.String getName()
           
 java.io.Serializable getValue(FunctionEvaluationContext context)
           
 boolean isOrderable()
           
 boolean isQueryable()
           
 

Method Detail

getName

java.lang.String getName()

getValue

java.io.Serializable getValue(FunctionEvaluationContext context)

isOrderable

boolean isOrderable()

isQueryable

boolean isQueryable()


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