org.alfresco.repo.search.impl.querymodel.impl.lucene
Class LuceneJoin

java.lang.Object
  extended by org.alfresco.repo.search.impl.querymodel.impl.BaseJoin
      extended by org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneJoin
All Implemented Interfaces:
Join, Source

public class LuceneJoin
extends BaseJoin


Constructor Summary
LuceneJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
           
 
Method Summary
 
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseJoin
getJoinCondition, getJoinType, getLeft, getRight, getSelector, getSelectorGroups, getSelectors, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuceneJoin

public LuceneJoin(Source left,
                  Source right,
                  JoinType joinType,
                  Constraint joinConstraint)
Parameters:
left -
right -
joinType -
joinConstraint -


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.