Package org.alfresco.repo.solr
Class AclChangeSetParameters
java.lang.Object
org.alfresco.repo.solr.AclChangeSetParameters
Stores ACL change set query parameters
- Since:
- 4.0
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetExcludeAspects(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)
-
Constructor Details
-
AclChangeSetParameters
public AclChangeSetParameters()
-
-
Method Details
-
getMaxResults
public int getMaxResults() -
setMaxResults
public void setMaxResults(int maxResults) -
getStoreFilter
public boolean getStoreFilter() -
setStoreProtocol
-
getStoreProtocol
-
setStoreIdentifier
-
getStoreIdentifier
-
setTransactionIds
-
getTransactionIds
-
getFromTxnId
-
setFromTxnId
-
getToTxnId
-
setToTxnId
-
getFromNodeId
-
setFromNodeId
-
getToNodeId
-
setToNodeId
-
getIncludeNodeTypes
-
getExcludeNodeTypes
-
getIncludeAspects
-
getExcludeAspects
-
setIncludeNodeTypes
-
setExcludeNodeTypes
-
setIncludeAspects
-
setExcludeAspects
-