public interface BatchJobResult extends IdEntity
Modifier and Type | Method and Description |
---|---|
ContextInfo |
getContext()
The context under which this batch job was run
|
List<? extends Attribute> |
getGlobalResults()
Any global results of running the batch job
This may be a number or a count or a newly created id.
|
Integer |
getItemsExpected()
Number of items expected to be processed
|
Integer |
getItemsProcessed()
Number of items processed
Used to indicate the progress of the batch job
The batch job does not have to update this field every time it processes
a job it may decide to update it every 10 or 100 or 1000 items processed.
|
RichText |
getMessage()
Messages describing details of the status.
|
List<? extends Attribute> |
getParameters()
The parameters or options specified when the batch job was run
Note the list may be empty but it cannot be null
|
getType, getTypeKey
getState, getStateKey
getAttributes
List<? extends Attribute> getParameters()
ContextInfo getContext()
List<? extends Attribute> getGlobalResults()
Integer getItemsProcessed()
Integer getItemsExpected()
RichText getMessage()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.