Package org.alfresco.repo.solr
Class NodeParameters
- java.lang.Object
-
- org.alfresco.repo.solr.NodeParameters
-
- Direct Known Subclasses:
NodeParametersEntity
public class NodeParameters extends Object
Stores node query parameters for use in SOLR DAO queries- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description NodeParameters()
-
Method Summary
-
-
-
Method Detail
-
getMaxResults
public int getMaxResults()
-
setMaxResults
public void setMaxResults(int maxResults)
-
getStoreFilter
public boolean getStoreFilter()
-
setStoreProtocol
public void setStoreProtocol(String storeProtocol)
-
getStoreProtocol
public String getStoreProtocol()
-
setStoreIdentifier
public void setStoreIdentifier(String storeIdentifier)
-
getStoreIdentifier
public String getStoreIdentifier()
-
getFromTxnId
public Long getFromTxnId()
-
setFromTxnId
public void setFromTxnId(Long fromTxnId)
-
getToTxnId
public Long getToTxnId()
-
setToTxnId
public void setToTxnId(Long toTxnId)
-
getFromNodeId
public Long getFromNodeId()
-
setFromNodeId
public void setFromNodeId(Long fromNodeId)
-
getToNodeId
public Long getToNodeId()
-
setToNodeId
public void setToNodeId(Long toNodeId)
-
getShardProperty
public String getShardProperty()
-
setShardProperty
public void setShardProperty(String shardProperty)
-
getCoreName
public String getCoreName()
-
setCoreName
public void setCoreName(String coreName)
-
-