Modifier and Type | Field and Description |
---|---|
static UpToDateStatus |
UpToDateStatus.UP_TO_DATE_DIRTY
Up-to-date status saying that the list of marks is
not up-to-date, and nothing is currently done in order to
get the up-to-date list.
|
static UpToDateStatus |
UpToDateStatus.UP_TO_DATE_OK
Up-to-date status saying everything is up-to-date.
|
static UpToDateStatus |
UpToDateStatus.UP_TO_DATE_PROCESSING
Up-to-date status saying that the list of marks is
not up-to-date, but a up-to-date list of marks is currently
being found.
|
Modifier and Type | Method and Description |
---|---|
abstract UpToDateStatus |
UpToDateStatusProvider.getUpToDate()
Report whether the current annotations attached to the documents are up-to-date
(the meaning of up-to-date is left on the provider).
|