org.alfresco.repo.domain.solr
Class NodeParametersEntity

java.lang.Object
  extended by org.alfresco.repo.solr.NodeParameters
      extended by org.alfresco.repo.domain.solr.NodeParametersEntity

public class NodeParametersEntity
extends NodeParameters

Stores node query parameters for use in SOLR DAO queries

Since:
4.0

Constructor Summary
NodeParametersEntity()
          Public constructor, but not generally useful
NodeParametersEntity(NodeParameters params, QNameDAO qnameDAO)
          Construct from higher-level parameters
 
Method Summary
 java.util.List getExcludeAspectIds()
           
 java.util.List getExcludeTypeIds()
           
 java.util.List getIncludeAspectIds()
           
 java.util.List getIncludeTypeIds()
           
 boolean getStoreFilter()
           
 boolean isIncludeNodesTable()
           
 void setExcludeAspectIds(java.util.List excludeAspectIds)
           
 void setExcludeTypeIds(java.util.List excludeTypeIds)
           
 void setIncludeAspectIds(java.util.List includeAspectIds)
           
 void setIncludeTypeIds(java.util.List includeTypeIds)
           
 
Methods inherited from class org.alfresco.repo.solr.NodeParameters
getExcludeAspects, getExcludeNodeTypes, getFromNodeId, getFromTxnId, getIncludeAspects, getIncludeNodeTypes, getMaxResults, getStoreIdentifier, getStoreProtocol, getToNodeId, getToTxnId, getTransactionIds, setExcludeAspects, setExcludeNodeTypes, setFromNodeId, setFromTxnId, setIncludeAspects, setIncludeNodeTypes, setMaxResults, setStoreIdentifier, setStoreProtocol, setToNodeId, setToTxnId, setTransactionIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeParametersEntity

public NodeParametersEntity()
Public constructor, but not generally useful


NodeParametersEntity

public NodeParametersEntity(NodeParameters params,
                            QNameDAO qnameDAO)
Construct from higher-level parameters

Method Detail

getStoreFilter

public boolean getStoreFilter()
Overrides:
getStoreFilter in class NodeParameters

getIncludeAspectIds

public java.util.List getIncludeAspectIds()

setIncludeAspectIds

public void setIncludeAspectIds(java.util.List includeAspectIds)

getExcludeAspectIds

public java.util.List getExcludeAspectIds()

setExcludeAspectIds

public void setExcludeAspectIds(java.util.List excludeAspectIds)

getIncludeTypeIds

public java.util.List getIncludeTypeIds()

setIncludeTypeIds

public void setIncludeTypeIds(java.util.List includeTypeIds)

getExcludeTypeIds

public java.util.List getExcludeTypeIds()

setExcludeTypeIds

public void setExcludeTypeIds(java.util.List excludeTypeIds)

isIncludeNodesTable

public boolean isIncludeNodesTable()


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