public interface EntityProcessStatus extends Serializable
CollectionProcessingManager.| Modifier and Type | Method and Description | 
|---|---|
| List<Exception> | getExceptions()Gets the List of Exceptions that occurred during processing of the Entity. | 
| List<String> | getFailedComponentNames()Gets the name of the components in which Exceptions (if any) occurred. | 
| ProcessTrace | getProcessTrace()Gets the  ProcessTraceobject for the Entity's processing. | 
| String | getStatusMessage()Gets a message describing the status of the Entity's processing. | 
| boolean | isEntitySkipped()Gets whether an entity has beed skipped during processing | 
| boolean | isException()Gets whether an exception occurred. | 
boolean isException()
String getStatusMessage()
List<Exception> getExceptions()
null if noneList<String> getFailedComponentNames()
null if there was no failureProcessTrace getProcessTrace()
ProcessTrace object for the Entity's processing. The
 ProcessTrace object contains a record of each component involved in the processing
 and how much time that component took to complete its processing.boolean isEntitySkipped()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.