Package org.alfresco.repo.solr
Class NodeMetaDataParameters
- java.lang.Object
-
- org.alfresco.repo.solr.NodeMetaDataParameters
-
public class NodeMetaDataParameters extends Object
Stores node meta data query parameters for use in SOLR DAO queries- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description NodeMetaDataParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFromNodeId()LonggetFromTxnId()intgetMaxResults()List<Long>getNodeIds()LonggetToNodeId()LonggetToTxnId()List<Long>getTransactionIds()voidsetFromNodeId(Long fromNodeId)voidsetFromTxnId(Long fromTxnId)voidsetMaxResults(int maxResults)voidsetNodeIds(List<Long> nodeIds)voidsetToNodeId(Long toNodeId)voidsetToTxnId(Long toTxnId)voidsetTransactionIds(List<Long> txnIds)
-
-
-
Method Detail
-
getMaxResults
public int getMaxResults()
-
setMaxResults
public void setMaxResults(int maxResults)
-
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)
-
-