public interface InternalConditionBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
condition(PathItem item,
ConditionType type,
Object value)
Add a condition between two values
|
ConditionGroup |
newGroup(GroupType type)
Build a condition group of a type.
|
void condition(PathItem item, ConditionType type, Object value)
item - the base operation target.type - the operation type.value - the operation expected value.ConditionGroup newGroup(GroupType type)
type - the type of group.Copyright © 2013 Object Query. All Rights Reserved.