public interface BatchMonitor
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentEntryId()
Gets the ID of the entry being processed
|
java.util.Date |
getEndTime()
Gets the end time.
|
java.lang.String |
getLastError()
Gets the stack trace of the last error.
|
java.lang.String |
getLastErrorEntryId()
Gets the entry id that caused the last error.
|
java.lang.String |
getPercentComplete()
Gets the progress expressed as a percentage.
|
java.lang.String |
getProcessName()
Gets the process name.
|
java.util.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.
|
java.lang.String getProcessName()
java.util.Date getStartTime()
int getTotalResults()
java.lang.String getCurrentEntryId()
int getSuccessfullyProcessedEntries()
java.lang.String getPercentComplete()
int getTotalErrors()
java.lang.String getLastError()
java.lang.String getLastErrorEntryId()
java.util.Date getEndTime()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.