org.alfresco.repo.solr
Class MetaDataResultsFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaDataResultsFilter
public MetaDataResultsFilter()
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.