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

All Superinterfaces:
FunctionInvokation
All Known Implementing Classes:
BaseColumn, LuceneColumn

public interface Column
extends FunctionInvokation


Method Summary
 java.lang.String getAlias()
          Get the column alias.
 boolean isOrderable()
           
 boolean isQueryable()
           
 
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.FunctionInvokation
getFunction, getFunctionArguments
 

Method Detail

getAlias

java.lang.String getAlias()
Get the column alias.

Returns:

isOrderable

boolean isOrderable()

isQueryable

boolean isQueryable()


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