public class SOLRTrackingParameters extends Object
Constructor and Description |
---|
SOLRTrackingParameters(Long deletedTypeQNameId)
Construct the parameters
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getDeletedTypeQNameId() |
boolean |
getFalse()
Helper for cross-DB boolean support
|
Long |
getFromCommitTimeInclusive() |
Long |
getFromIdInclusive() |
List<Long> |
getIds() |
Long |
getToCommitTimeExclusive() |
Long |
getToIdExclusive() |
boolean |
getTrue()
Helper for cross-DB boolean support
|
int |
hashCode() |
void |
setFromCommitTimeInclusive(Long fromCommitTimeInclusive) |
void |
setFromIdInclusive(Long fromIdInclusive) |
void |
setIds(List<Long> ids) |
void |
setToCommitTimeExclusive(Long toCommitTimeExclusive) |
void |
setToIdExclusive(Long toIdExclusive) |
String |
toString() |
public SOLRTrackingParameters(Long deletedTypeQNameId)
deletedTypeQNameId
- the QName ID representing deleted nodespublic Long getFromIdInclusive()
public void setFromIdInclusive(Long fromIdInclusive)
public Long getFromCommitTimeInclusive()
public void setFromCommitTimeInclusive(Long fromCommitTimeInclusive)
public boolean getTrue()
public boolean getFalse()
public Long getDeletedTypeQNameId()
public Long getToIdExclusive()
public void setToIdExclusive(Long toIdExclusive)
public Long getToCommitTimeExclusive()
public void setToCommitTimeExclusive(Long toCommitTimeExclusive)
Copyright © 2005–2017 Alfresco Software. All rights reserved.