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()
Selector
public QName getType()
Selector
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map getSelectors()
getSelectors
in interface Source
public Selector getSelector(java.lang.String name)
getSelector
in interface Source
public java.util.List getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups
in interface Source
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.