org.alfresco.repo.search.impl.lucene.query
Class DescendantAndSelfStructuredFieldPosition

java.lang.Object
  extended by org.alfresco.repo.search.impl.lucene.query.AbstractStructuredFieldPosition
      extended by org.alfresco.repo.search.impl.lucene.query.AnyStructuredFieldPosition
          extended by org.alfresco.repo.search.impl.lucene.query.DescendantAndSelfStructuredFieldPosition
All Implemented Interfaces:
StructuredFieldPosition

public class DescendantAndSelfStructuredFieldPosition
extends AnyStructuredFieldPosition


Constructor Summary
DescendantAndSelfStructuredFieldPosition()
           
 
Method Summary
 boolean allowsLinkingBySelf()
           
 java.lang.String getDescription()
           
 boolean isDescendant()
           
 
Methods inherited from class org.alfresco.repo.search.impl.lucene.query.AnyStructuredFieldPosition
matches
 
Methods inherited from class org.alfresco.repo.search.impl.lucene.query.AbstractStructuredFieldPosition
allowslinkingByParent, equals, getCachingTermPositions, getPosition, getTermText, hashCode, isAbsolute, isRelative, isTerminal, linkParent, linkSelf, matchesAll, setCachingTermPositions, setTerminal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescendantAndSelfStructuredFieldPosition

public DescendantAndSelfStructuredFieldPosition()
Method Detail

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class AnyStructuredFieldPosition

allowsLinkingBySelf

public boolean allowsLinkingBySelf()
Specified by:
allowsLinkingBySelf in interface StructuredFieldPosition
Overrides:
allowsLinkingBySelf in class AbstractStructuredFieldPosition

isDescendant

public boolean isDescendant()
Specified by:
isDescendant in interface StructuredFieldPosition
Overrides:
isDescendant in class AbstractStructuredFieldPosition


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