Class GetNodesParameters
- java.lang.Object
-
- org.alfresco.repo.web.scripts.solr.GetNodesParameters
-
public class GetNodesParameters extends Object
Input parameters for retrieving node details for SOLR.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description GetNodesParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<QName>
getExcludeAspects()
Set<QName>
getExcludeNodeTypes()
Long
getFromNodeId()
Set<QName>
getIncludeAspects()
Set<QName>
getIncludeNodeTypes()
boolean
getStoreFilter()
String
getStoreIdentifier()
String
getStoreProtocol()
Long
getToNodeId()
List<Long>
getTransactionIds()
void
setExcludeAspects(Set<QName> excludeAspects)
void
setExcludeNodeTypes(Set<QName> excludeNodeTypes)
void
setFromNodeId(Long fromNodeId)
void
setIncludeAspects(Set<QName> includeAspects)
void
setIncludeNodeTypes(Set<QName> includeNodeTypes)
void
setStoreIdentifier(String storeIdentifier)
void
setStoreProtocol(String storeProtocol)
void
setToNodeId(Long toNodeId)
void
setTransactionIds(List<Long> txnIds)
-
-
-
Method Detail
-
getStoreFilter
public boolean getStoreFilter()
-
setStoreProtocol
public void setStoreProtocol(String storeProtocol)
-
getStoreProtocol
public String getStoreProtocol()
-
setStoreIdentifier
public void setStoreIdentifier(String storeIdentifier)
-
getStoreIdentifier
public String getStoreIdentifier()
-
getFromNodeId
public Long getFromNodeId()
-
setFromNodeId
public void setFromNodeId(Long fromNodeId)
-
getToNodeId
public Long getToNodeId()
-
setToNodeId
public void setToNodeId(Long toNodeId)
-
-