public interface BatchMonitor
Modifier and Type | Method and Description |
---|---|
String |
getCurrentEntryId()
Gets the ID of the entry being processed
|
Date |
getEndTime()
Gets the end time.
|
String |
getLastError()
Gets the stack trace of the last error.
|
String |
getLastErrorEntryId()
Gets the entry id that caused the last error.
|
String |
getPercentComplete()
Gets the progress expressed as a percentage.
|
String |
getProcessName()
Gets the process name.
|
Date |
getStartTime()
Gets the start time.
|
int |
getSuccessfullyProcessedEntries()
Gets the number of successfully processed entries.
|
int |
getTotalErrors()
Gets the total number of errors.
|
int |
getTotalResults()
Gets the total number of results.
|
String getProcessName()
Date getStartTime()
int getTotalResults()
String getCurrentEntryId()
int getSuccessfullyProcessedEntries()
String getPercentComplete()
int getTotalErrors()
String getLastError()
String getLastErrorEntryId()
Date getEndTime()
Copyright © 2005–2017 Alfresco Software. All rights reserved.