|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.fatwire.assetapi.query.SimpleCondition
public class SimpleCondition
This class contains a sample simple implementation for Condition interface.
| Constructor Summary | |
|---|---|
SimpleCondition(ConditionExpression ce) |
|
| Method Summary | |
|---|---|
Condition |
and(Condition input)Joins (Conjunction) a given Condition with this Condition |
ConditionExpression |
getExpression()Returns ConditionExpression this Condition represents |
JoinTypeEnum |
getJoinType()Returns the nesting type associated with the condition |
Condition |
getLeftCondition()Returns the left hand side of joined condition |
Condition |
getRightCondition()Returns the right hand side of joined condition |
Condition |
or(Condition input)Joins (Disjunction) a given Condition with this Condition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCondition(ConditionExpression ce)
| Method Detail |
|---|
public JoinTypeEnum getJoinType()
ConditiongetJoinType in interface Conditionpublic Condition getLeftCondition()
ConditiongetLeftCondition in interface Conditionpublic Condition getRightCondition()
ConditiongetRightCondition in interface Conditionpublic ConditionExpression getExpression()
ConditiongetExpression in interface Conditionpublic Condition and(Condition input)
Conditionand in interface Conditioninput - Condition to be joinedpublic Condition or(Condition input)
Conditionor in interface Conditioninput - Condition to be joined
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.