public abstract class BasePageProviderDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected List<AggregateDescriptor> |
aggregates |
protected boolean |
enabled |
protected boolean |
escapePatternParameters |
protected Long |
maxPageSize |
protected String |
name |
protected long |
pageSize |
protected String |
pageSizeBinding |
protected List<Long> |
pageSizeOptions |
protected String |
pattern |
protected Map<String,String> |
properties |
protected String[] |
queryParameters |
protected List<QuickFilterDescriptor> |
quickFilters |
protected boolean |
quotePatternParameters |
protected String |
searchDocumentType |
protected boolean |
sortable |
protected List<SortInfoDescriptor> |
sortInfos |
protected String |
sortInfosBinding |
protected boolean |
trackUsage |
protected WhereClauseDescriptor |
whereClause |
Constructor and Description |
---|
BasePageProviderDescriptor() |
protected boolean enabled
protected Map<String,String> properties
protected String[] queryParameters
protected long pageSize
protected String pageSizeBinding
protected Long maxPageSize
protected List<Long> pageSizeOptions
protected boolean sortable
protected List<SortInfoDescriptor> sortInfos
protected String sortInfosBinding
protected boolean quotePatternParameters
protected boolean escapePatternParameters
protected WhereClauseDescriptor whereClause
protected String searchDocumentType
protected List<QuickFilterDescriptor> quickFilters
protected List<AggregateDescriptor> aggregates
protected boolean trackUsage
public BasePageProviderDescriptor()
public void setPattern(String pattern)
public boolean isUsageTrackingEnabled()
public boolean getQuotePatternParameters()
public boolean getEscapePatternParameters()
public Map<String,String> getProperties()
public String[] getQueryParameters()
public String getPattern()
public WhereClauseDefinition getWhereClause()
public List<QuickFilter> getQuickFilters()
public boolean isSortable()
public List<SortInfo> getSortInfos()
public long getPageSize()
public List<Long> getPageSizeOptions()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getPageSizeBinding()
public String getSortInfosBinding()
public Long getMaxPageSize()
public void setQuotePatternParameters(boolean quotePatternParameters)
public void setEscapePatternParameters(boolean escapePatternParameters)
public List<AggregateDefinition> getAggregates()
public String getSearchDocumentType()
protected BasePageProviderDescriptor cloneDescriptor()
protected abstract BasePageProviderDescriptor newInstance()
Copyright © 2018 Nuxeo. All rights reserved.