Package org.alfresco.repo.solr
Class AclChangeSetParameters
- java.lang.Object
-
- org.alfresco.repo.solr.AclChangeSetParameters
-
public class AclChangeSetParameters extends Object
Stores ACL change set query parameters- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description AclChangeSetParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<QName>getExcludeAspects()Set<QName>getExcludeNodeTypes()LonggetFromNodeId()LonggetFromTxnId()Set<QName>getIncludeAspects()Set<QName>getIncludeNodeTypes()intgetMaxResults()booleangetStoreFilter()StringgetStoreIdentifier()StringgetStoreProtocol()LonggetToNodeId()LonggetToTxnId()List<Long>getTransactionIds()voidsetExcludeAspects(Set<QName> excludeAspects)voidsetExcludeNodeTypes(Set<QName> excludeNodeTypes)voidsetFromNodeId(Long fromNodeId)voidsetFromTxnId(Long fromTxnId)voidsetIncludeAspects(Set<QName> includeAspects)voidsetIncludeNodeTypes(Set<QName> includeNodeTypes)voidsetMaxResults(int maxResults)voidsetStoreIdentifier(String storeIdentifier)voidsetStoreProtocol(String storeProtocol)voidsetToNodeId(Long toNodeId)voidsetToTxnId(Long toTxnId)voidsetTransactionIds(List<Long> txnIds)
-
-
-
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)
-
-