org.alfresco.repo.solr
Class AclChangeSetParameters

java.lang.Object
  extended by org.alfresco.repo.solr.AclChangeSetParameters

public class AclChangeSetParameters
extends java.lang.Object

Stores ACL change set query parameters

Since:
4.0

Constructor Summary
AclChangeSetParameters()
           
 
Method Summary
 java.util.Set getExcludeAspects()
           
 java.util.Set getExcludeNodeTypes()
           
 java.lang.Long getFromNodeId()
           
 java.lang.Long getFromTxnId()
           
 java.util.Set getIncludeAspects()
           
 java.util.Set getIncludeNodeTypes()
           
 int getMaxResults()
           
 boolean getStoreFilter()
           
 java.lang.String getStoreIdentifier()
           
 java.lang.String getStoreProtocol()
           
 java.lang.Long getToNodeId()
           
 java.lang.Long getToTxnId()
           
 java.util.List getTransactionIds()
           
 void setExcludeAspects(java.util.Set excludeAspects)
           
 void setExcludeNodeTypes(java.util.Set excludeNodeTypes)
           
 void setFromNodeId(java.lang.Long fromNodeId)
           
 void setFromTxnId(java.lang.Long fromTxnId)
           
 void setIncludeAspects(java.util.Set includeAspects)
           
 void setIncludeNodeTypes(java.util.Set includeNodeTypes)
           
 void setMaxResults(int maxResults)
           
 void setStoreIdentifier(java.lang.String storeIdentifier)
           
 void setStoreProtocol(java.lang.String storeProtocol)
           
 void setToNodeId(java.lang.Long toNodeId)
           
 void setToTxnId(java.lang.Long toTxnId)
           
 void setTransactionIds(java.util.List txnIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AclChangeSetParameters

public AclChangeSetParameters()
Method Detail

getMaxResults

public int getMaxResults()

setMaxResults

public void setMaxResults(int maxResults)

getStoreFilter

public boolean getStoreFilter()

setStoreProtocol

public void setStoreProtocol(java.lang.String storeProtocol)

getStoreProtocol

public java.lang.String getStoreProtocol()

setStoreIdentifier

public void setStoreIdentifier(java.lang.String storeIdentifier)

getStoreIdentifier

public java.lang.String getStoreIdentifier()

setTransactionIds

public void setTransactionIds(java.util.List txnIds)

getTransactionIds

public java.util.List getTransactionIds()

getFromTxnId

public java.lang.Long getFromTxnId()

setFromTxnId

public void setFromTxnId(java.lang.Long fromTxnId)

getToTxnId

public java.lang.Long getToTxnId()

setToTxnId

public void setToTxnId(java.lang.Long toTxnId)

getFromNodeId

public java.lang.Long getFromNodeId()

setFromNodeId

public void setFromNodeId(java.lang.Long fromNodeId)

getToNodeId

public java.lang.Long getToNodeId()

setToNodeId

public void setToNodeId(java.lang.Long toNodeId)

getIncludeNodeTypes

public java.util.Set getIncludeNodeTypes()

getExcludeNodeTypes

public java.util.Set getExcludeNodeTypes()

getIncludeAspects

public java.util.Set getIncludeAspects()

getExcludeAspects

public java.util.Set getExcludeAspects()

setIncludeNodeTypes

public void setIncludeNodeTypes(java.util.Set includeNodeTypes)

setExcludeNodeTypes

public void setExcludeNodeTypes(java.util.Set excludeNodeTypes)

setIncludeAspects

public void setIncludeAspects(java.util.Set includeAspects)

setExcludeAspects

public void setExcludeAspects(java.util.Set excludeAspects)


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