Package org.alfresco.repo.domain.solr
Class SOLRTrackingParameters
- java.lang.Object
-
- org.alfresco.repo.domain.solr.SOLRTrackingParameters
-
public class SOLRTrackingParameters extends Object
Holds parameters for SOLR DAO calls against alf_transaction and alf_change_set.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description SOLRTrackingParameters(Long deletedTypeQNameId)Construct the parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetDeletedTypeQNameId()booleangetFalse()Helper for cross-DB boolean supportLonggetFromCommitTimeInclusive()LonggetFromIdInclusive()List<Long>getIds()LonggetToCommitTimeExclusive()LonggetToIdExclusive()booleangetTrue()Helper for cross-DB boolean supportinthashCode()voidsetFromCommitTimeInclusive(Long fromCommitTimeInclusive)voidsetFromIdInclusive(Long fromIdInclusive)voidsetIds(List<Long> ids)voidsetToCommitTimeExclusive(Long toCommitTimeExclusive)voidsetToIdExclusive(Long toIdExclusive)StringtoString()
-
-
-
Constructor Detail
-
SOLRTrackingParameters
public SOLRTrackingParameters(Long deletedTypeQNameId)
Construct the parameters- Parameters:
deletedTypeQNameId- the QName ID representing deleted nodes
-
-
Method Detail
-
getFromIdInclusive
public Long getFromIdInclusive()
-
setFromIdInclusive
public void setFromIdInclusive(Long fromIdInclusive)
-
getFromCommitTimeInclusive
public Long getFromCommitTimeInclusive()
-
setFromCommitTimeInclusive
public void setFromCommitTimeInclusive(Long fromCommitTimeInclusive)
-
getTrue
public boolean getTrue()
Helper for cross-DB boolean support- Returns:
- true always
-
getFalse
public boolean getFalse()
Helper for cross-DB boolean support- Returns:
- false always
-
getDeletedTypeQNameId
public Long getDeletedTypeQNameId()
-
getToIdExclusive
public Long getToIdExclusive()
-
setToIdExclusive
public void setToIdExclusive(Long toIdExclusive)
-
getToCommitTimeExclusive
public Long getToCommitTimeExclusive()
-
setToCommitTimeExclusive
public void setToCommitTimeExclusive(Long toCommitTimeExclusive)
-
-