diff --git a/docs/src/site/docbook/reference/core.xml b/docs/src/site/docbook/reference/core.xml index a3ce5cf3c..b424d2899 100644 --- a/docs/src/site/docbook/reference/core.xml +++ b/docs/src/site/docbook/reference/core.xml @@ -320,6 +320,20 @@ by the framework for managing job level ExecutionContexts. + + + lastUpdated + + A java.util.Date representing the + last time a JobExecution was persisted. + + + + executionContext + + The 'property bag' containing any user data that needs to + be persisted between executions. + @@ -680,6 +694,20 @@ be persisted between executions. + + readCount + + The number of items that have been successfully + read + + + + writeCount + + The number of items that have been successfully + written + + commitCount @@ -687,13 +715,6 @@ execution - - itemCount - - The number of items that have been processed for this - execution. - - rollbackCount @@ -708,6 +729,20 @@ failed, resulting in a skipped item. + + processSkipCount + + The number of times process has failed, resulting in a + skipped item. + + + + filterCount + + The number of items that have been 'filtered' by the + ItemProcessor + + writeSkipCount