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

All Superinterfaces:
Source
All Known Implementing Classes:
BaseSelector, LuceneSelector

public interface Selector
extends Source


Method Summary
 java.lang.String getAlias()
          The alias or name for the selector This must be unique across all selectors in the query
 QName getType()
          The qname of the type or aspect to select
 
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Source
getSelector, getSelectorGroups, getSelectors
 

Method Detail

getType

QName getType()
The qname of the type or aspect to select

Returns:

getAlias

java.lang.String getAlias()
The alias or name for the selector This must be unique across all selectors in the query

Returns:


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