| java.lang.Object | |
| ↳ | org.mule.module.dynamicscrm.query.where.DynamicsCrmWhereManager |
Manager for the composite that generates the part of the WHERE for the query. It uses a firstComposite as the head of the WHERE, and a lastComposite as the current position in the composites for aggregation and decendence of levels on endPrecedence
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstComposite | |||||||||||
| lastComposite | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Define the comparation of the \
| |||||||||||
A beginExpression means the first \
| |||||||||||
Adds a comparison element that is represented by
DynamicsCrmWhereLeaf and is translated as a \ | |||||||||||
An end of precedence means go back to the previous \
| |||||||||||
A new precedence means a new \
| |||||||||||
Define the comparation of the \
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.module.dynamicscrm.query.where.DynamicsCrmWhereComponent
| |||||||||||
Define the comparation of the \
| DynamicsCrmQueryException | By rule, the Dynamics CRM Query Language only allows one comparation per \ Ex. WHERE a=1 AND b=2 OR c=3 throws an exception. For solving this problem use agruppator Ex. WHERE a=1 AND (b=2 OR c=3) |
|---|
A beginExpression means the first \DynamicsCrmWhereComposite of the composite
Adds a comparison element that is represented by DynamicsCrmWhereLeaf and is translated as a \
| operator | The operator for the condition |
|---|---|
| field | The name of the field |
| value | The value to compare to |
An end of precedence means go back to the previous \
A new precedence means a new \DynamicsCrmWhereComposite of the composite
Define the comparation of the \
| DynamicsCrmQueryException | By rule, the Dynamics CRM Query Language only allows one comparation per \ Ex. WHERE a=1 AND b=2 OR c=3 throws an exception. For solving this problem use agruppator Ex. WHERE a=1 AND (b=2 OR c=3) |
|---|