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<org.alfresco.service.namespace.QName>
getExcludeAspects()
Set<org.alfresco.service.namespace.QName>
getExcludeNodeTypes()
Long
getFromNodeId()
Set<org.alfresco.service.namespace.QName>
getIncludeAspects()
Set<org.alfresco.service.namespace.QName>
getIncludeNodeTypes()
boolean
getStoreFilter()
String
getStoreIdentifier()
String
getStoreProtocol()
Long
getToNodeId()
List<Long>
getTransactionIds()
void
setExcludeAspects(Set<org.alfresco.service.namespace.QName> excludeAspects)
void
setExcludeNodeTypes(Set<org.alfresco.service.namespace.QName> excludeNodeTypes)
void
setFromNodeId(Long fromNodeId)
void
setIncludeAspects(Set<org.alfresco.service.namespace.QName> includeAspects)
void
setIncludeNodeTypes(Set<org.alfresco.service.namespace.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)
-
getIncludeNodeTypes
public Set<org.alfresco.service.namespace.QName> getIncludeNodeTypes()
-
getExcludeNodeTypes
public Set<org.alfresco.service.namespace.QName> getExcludeNodeTypes()
-
getIncludeAspects
public Set<org.alfresco.service.namespace.QName> getIncludeAspects()
-
getExcludeAspects
public Set<org.alfresco.service.namespace.QName> getExcludeAspects()
-
setIncludeNodeTypes
public void setIncludeNodeTypes(Set<org.alfresco.service.namespace.QName> includeNodeTypes)
-
setExcludeNodeTypes
public void setExcludeNodeTypes(Set<org.alfresco.service.namespace.QName> excludeNodeTypes)
-
setIncludeAspects
public void setIncludeAspects(Set<org.alfresco.service.namespace.QName> includeAspects)
-
setExcludeAspects
public void setExcludeAspects(Set<org.alfresco.service.namespace.QName> excludeAspects)
-
-