public class SolverHandlerContext extends Object
| Constructor and Description |
|---|
SolverHandlerContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProcessedChangeSet() |
long |
getCurrentChangeSetId() |
LocalDateTime |
getLastModificationDate() |
boolean |
isProcessedChangeSet(long changeSetId) |
long |
nextChangeSetId() |
void |
setCurrentChangeSetId(long currentChangeSetId) |
void |
setLastModificationDate(LocalDateTime lastModificationDate) |
void |
setProcessedChangeSet(long changeSetId) |
public long getCurrentChangeSetId()
public void setCurrentChangeSetId(long currentChangeSetId)
public long nextChangeSetId()
public boolean isProcessedChangeSet(long changeSetId)
public void setProcessedChangeSet(long changeSetId)
public void clearProcessedChangeSet()
public LocalDateTime getLastModificationDate()
public void setLastModificationDate(LocalDateTime lastModificationDate)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.