Uses of Class
org.opennms.bb.common.filter.sql.JoinCondition

Packages that use JoinCondition
org.opennms.bb.common.filter.sql   
org.opennms.bb.common.filter.xml   
 

Uses of JoinCondition in org.opennms.bb.common.filter.sql
 

Methods in org.opennms.bb.common.filter.sql that return JoinCondition
 JoinCondition FilterTable.getJoinConditions(String aTableName)
          Returns the Join Condition object associated with the table name supplied.
 

Methods in org.opennms.bb.common.filter.sql with parameters of type JoinCondition
 void FilterTable.addJoinCondition(JoinCondition aJoinCondition)
          This method adds a JoinCondition object to the joinConditions hashmap, keyed on the name of the foreign table (from a foreign key type relationship).
 

Uses of JoinCondition in org.opennms.bb.common.filter.xml
 

Methods in org.opennms.bb.common.filter.xml that return JoinCondition
protected  JoinCondition FilterSchemaParser.processJoin(org.w3c.dom.Node joinNode, FilterTable table)
          This method is used to process a tag.