| Package | Description |
|---|---|
| org.calrissian.mango.criteria.builder | |
| org.calrissian.mango.criteria.domain | |
| org.calrissian.mango.criteria.utils |
| Modifier and Type | Method and Description |
|---|---|
Node |
QueryBuilder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode
Date: 11/9/12
Time: 1:53 PM
|
class |
EqualsLeaf
Date: 11/9/12
Time: 1:49 PM
|
class |
Leaf
Date: 11/9/12
Time: 1:46 PM
|
class |
NotEqualsLeaf
Date: 11/9/12
Time: 1:57 PM
|
class |
OrNode
Date: 11/9/12
Time: 1:54 PM
|
class |
ParentNode
Date: 11/9/12
Time: 1:52 PM
|
class |
RangeLeaf
Date: 11/9/12
Time: 1:51 PM
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
ParentNode.nodes |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
ParentNode.children() |
List<Node> |
Node.children() |
List<Node> |
Leaf.children() |
List<Node> |
ParentNode.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentNode.addChild(Node node) |
void |
Node.addChild(Node node) |
void |
Leaf.addChild(Node node) |
void |
ParentNode.removeChild(Node node) |
void |
Node.removeChild(Node node) |
void |
Leaf.removeChild(Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentNode.setNodes(List<Node> nodes) |
| Constructor and Description |
|---|
AndNode(ParentNode parent,
List<Node> nodes) |
OrNode(ParentNode parent,
List<Node> nodes) |
ParentNode(ParentNode parent,
List<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NodeUtils.isLeaf(Node node) |
Copyright © 2014 Calrissian. All rights reserved.