public class BaseSelector extends java.lang.Object implements Selector
| Constructor and Description |
|---|
BaseSelector(QName type,
java.lang.String alias) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
The alias or name for the selector
This must be unique across all selectors in the query
|
Selector |
getSelector(java.lang.String name) |
java.util.List |
getSelectorGroups(FunctionEvaluationContext functionContext) |
java.util.Map |
getSelectors() |
QName |
getType()
The qname of the type or aspect to select
|
java.lang.String |
toString() |
public BaseSelector(QName type, java.lang.String alias)
public java.lang.String getAlias()
Selectorpublic QName getType()
Selectorpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map getSelectors()
getSelectors in interface Sourcepublic Selector getSelector(java.lang.String name)
getSelector in interface Sourcepublic java.util.List getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups in interface SourceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.