|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Criteria in net.sourceforge.openutils.mgnlcriteria.advanced.impl |
|---|
| Classes in net.sourceforge.openutils.mgnlcriteria.advanced.impl that implement Criteria | |
|---|---|
class |
AdvancedCriteriaImpl
|
| Uses of Criteria in net.sourceforge.openutils.mgnlcriteria.jcr.query |
|---|
| Subinterfaces of Criteria in net.sourceforge.openutils.mgnlcriteria.jcr.query | |
|---|---|
interface |
TranslatableCriteria
Exposes the Criterion and Order entries of a Criteria instance. |
| Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query that return Criteria | |
|---|---|
Criteria |
Criteria.add(Criterion criterion)
Add a restriction to constrain the results to be retrieved. |
Criteria |
Criteria.addOrder(Order order)
Add an ordering to the result set. |
static Criteria |
JCRCriteriaFactory.createCriteria()
Creates a query criteria for dynamic query composition. |
Criteria |
TranslatableCriteria.CriterionEntry.getCriteria()
|
Criteria |
TranslatableCriteria.OrderEntry.getCriteria()
|
Criteria |
Criteria.setBasePath(String path)
Sets the base path of the query, i.e. |
Criteria |
Criteria.setFirstResult(int firstResult)
Set the first result to be retrieved. |
Criteria |
Criteria.setMaxResults(int maxResults)
Set a limit upon the number of objects to be retrieved. |
Criteria |
Criteria.setPaging(int itemsPerPage,
int pageNumberStartingFromOne)
|
Criteria |
Criteria.setSpellCheckString(String spellCheckString)
Sets the original input string for spell checking. |
Criteria |
Criteria.setWorkspace(String workspace)
Sets the name of the workspace where the search will take place |
| Constructors in net.sourceforge.openutils.mgnlcriteria.jcr.query with parameters of type Criteria | |
|---|---|
TranslatableCriteria.CriterionEntry(Criterion criterion,
Criteria criteria)
|
|
TranslatableCriteria.OrderEntry(Order order,
Criteria criteria)
|
|
| Uses of Criteria in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion |
|---|
| Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion with parameters of type Criteria | |
|---|---|
String |
JCRFunctionExpression.toXPathString(Criteria criteria)
|
String |
Order.toXPathString(Criteria criteria)
Render the XPath fragment |
String |
Junction.toXPathString(Criteria crit)
Render the XPath fragment |
String |
IsNullExpression.toXPathString(Criteria criteria)
|
String |
SimpleExpression.toXPathString(Criteria criteria)
|
String |
Criterion.toXPathString(Criteria criteria)
Render the XPath fragment |
String |
InExpression.toXPathString(Criteria criteria)
|
String |
LogicalExpression.toXPathString(Criteria criteria)
|
String |
NotExpression.toXPathString(Criteria criteria)
|
String |
BetweenExpression.toXPathString(Criteria criteria)
Render the XPath fragment |
String |
LikeExpression.toXPathString(Criteria criteria)
|
String |
IsNotNullExpression.toXPathString(Criteria criteria)
Render the XPath fragment |
| Uses of Criteria in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath |
|---|
| Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath that return Criteria | |
|---|---|
Criteria |
JCRMagnoliaCriteriaQueryTranslator.getRootCriteria()
|
| Uses of Criteria in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl |
|---|
| Classes in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl that implement Criteria | |
|---|---|
class |
AbstractCriteriaImpl
A generic Criteria implementation. |
| Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl that return Criteria | |
|---|---|
Criteria |
AbstractCriteriaImpl.add(Criterion criterion)
Add a restriction to constrain the results to be retrieved. |
Criteria |
AbstractCriteriaImpl.addOrder(Order order)
Add an ordering to the result set. |
Criteria |
AbstractCriteriaImpl.setBasePath(String path)
Sets the base path of the query, i.e. |
Criteria |
AbstractCriteriaImpl.setFirstResult(int firstResult)
Set the first result to be retrieved. |
Criteria |
AbstractCriteriaImpl.setMaxResults(int maxResults)
Set a limit upon the number of objects to be retrieved. |
Criteria |
AbstractCriteriaImpl.setPaging(int itemsPerPage,
int pageNumberStartingFromOne)
|
Criteria |
AbstractCriteriaImpl.setSpellCheckString(String spellCheckString)
Sets the original input string for spell checking. |
Criteria |
AbstractCriteriaImpl.setWorkspace(String workspace)
Sets the name of the workspace where the search will take place |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||