org.alfresco.repo.solr
Class MetaDataResultsFilter

java.lang.Object
  extended by org.alfresco.repo.solr.MetaDataResultsFilter

public class MetaDataResultsFilter
extends java.lang.Object

Filters for node metadata results e.g. include properties, aspect, ... or not

Since:
4.0

Constructor Summary
MetaDataResultsFilter()
           
 
Method Summary
 boolean getIncludeAclId()
           
 boolean getIncludeAspects()
           
 boolean getIncludeChildAssociations()
           
 boolean getIncludeChildIds()
           
 boolean getIncludeNodeRef()
           
 boolean getIncludeOwner()
           
 boolean getIncludeParentAssociations()
           
 boolean getIncludePaths()
           
 boolean getIncludeProperties()
           
 boolean getIncludeTxnId()
           
 boolean getIncludeType()
           
 void setIncludeAclId(boolean includeAclId)
           
 void setIncludeAspects(boolean includeAspects)
           
 void setIncludeChildAssociations(boolean includeChildAssociations)
           
 void setIncludeChildIds(boolean includeChildIds)
           
 void setIncludeNodeRef(boolean includeNodeRef)
           
 void setIncludeOwner(boolean includeOwner)
           
 void setIncludeParentAssociations(boolean includeParentAssociations)
           
 void setIncludePaths(boolean includePaths)
           
 void setIncludeProperties(boolean includeProperties)
           
 void setIncludeTxnId(boolean includeTxnId)
           
 void setIncludeType(boolean includeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataResultsFilter

public MetaDataResultsFilter()
Method Detail

getIncludeChildAssociations

public boolean getIncludeChildAssociations()

setIncludeChildAssociations

public void setIncludeChildAssociations(boolean includeChildAssociations)

getIncludeNodeRef

public boolean getIncludeNodeRef()

setIncludeNodeRef

public void setIncludeNodeRef(boolean includeNodeRef)

getIncludeParentAssociations

public boolean getIncludeParentAssociations()

setIncludeParentAssociations

public void setIncludeParentAssociations(boolean includeParentAssociations)

getIncludeProperties

public boolean getIncludeProperties()

setIncludeProperties

public void setIncludeProperties(boolean includeProperties)

getIncludeAspects

public boolean getIncludeAspects()

setIncludeAspects

public void setIncludeAspects(boolean includeAspects)

getIncludeType

public boolean getIncludeType()

setIncludeType

public void setIncludeType(boolean includeType)

getIncludeAclId

public boolean getIncludeAclId()

setIncludeAclId

public void setIncludeAclId(boolean includeAclId)

getIncludeOwner

public boolean getIncludeOwner()

setIncludeOwner

public void setIncludeOwner(boolean includeOwner)

getIncludePaths

public boolean getIncludePaths()

setIncludePaths

public void setIncludePaths(boolean includePaths)

getIncludeChildIds

public boolean getIncludeChildIds()

setIncludeChildIds

public void setIncludeChildIds(boolean includeChildIds)

getIncludeTxnId

public boolean getIncludeTxnId()

setIncludeTxnId

public void setIncludeTxnId(boolean includeTxnId)


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