org.outerj.daisy.repository.schema
Interface LinkQuerySelectionList
- All Superinterfaces:
- SelectionList
public interface LinkQuerySelectionList
- extends SelectionList
A selection list to be used only with link-type fields. The selection list
is defined by a query.
getWhereClause
java.lang.String getWhereClause()
setWhereClause
void setWhereClause(java.lang.String whereClause)
- Parameters:
whereClause
- everything that comes after the 'where' in the query. The select
part will always be "select name where ...".
getFilterVariants
boolean getFilterVariants()
setFilterVariants
void setFilterVariants(boolean filterVariants)
getXml
org.outerx.daisy.x10.LinkQuerySelectionListDocument getXml()
Copyright © -2012 . All Rights Reserved.