@NoImplement public interface BatchJobInstance extends Serializable
BatchJob. It allows tracking that execution's statistics, result, id,
status, etc. One job instance is related to one and only one BatchJob| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
The instant at which this instance was created.
|
String |
getId()
Returns the id of this execution.
|
String |
getOwnerJobName()
The name of the
BatchJob that spawned this instance |
long |
getRecordCount()
Returns the total number of records that this instance is bound to process
|
BatchJobResult |
getResult()
Reflects the final result of the job execution.
|
BatchJobInstanceStatus |
getStatus()
Returns this instance's status
|
String getId()
StringBatchJobResult getResult()
BatchJobResultBatchJobInstanceStatus getStatus()
BatchJobInstanceStatuslong getRecordCount()
String getOwnerJobName()
BatchJob that spawned this instanceStringCopyright © 2006–2024 MuleSoft, Inc.. All rights reserved.