Uses of Interface
org.palo.api.Condition

Packages that use Condition
org.palo.api   
 

Uses of Condition in org.palo.api
 

Methods in org.palo.api that return Condition
 Condition ExportContext.createCondition(java.lang.String condition, double value)
          Creates a new Condition used for filtering export data.
 Condition ExportContext.createCondition(java.lang.String condition, java.lang.String value)
          Creates a new Condition used for filtering export data.
 

Methods in org.palo.api with parameters of type Condition
 void ExportContext.setCombinedCondition(Condition firstCondition, Condition secondCondition, java.lang.String operator)
          Sets a combined filter condition which consists of two Conditions and one of the defined boolean operator, namely ExportContext.OR, ExportContext.XOR or ExportContext.AND
 void ExportContext.setCondition(Condition condition)
          Sets the condition to use for filtering the data to export.