org.kuali.student.enrollment.batchjobresults.infc
Interface BatchJobResultItem

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
BatchJobResultItemInfo

public interface BatchJobResultItem
extends IdNamelessEntity

Object that holds individual item results of a batch job

Author:
nwright

Method Summary
 String getBatchJobResultId()
          The id of the batch job result to which this is attached
 RichText getMessage()
          Messages describing details of the status.
 String getSourceId()
          The id of the source object being processed The kind of object being processed depends on the type of the batch job.
 String getTargetId()
          The id of the target object being created or processed TODO: WORRY ABOUT SITUATIONS THAT ARE NOT ONE FOR ONE
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getBatchJobResultId

String getBatchJobResultId()
The id of the batch job result to which this is attached


getSourceId

String getSourceId()
The id of the source object being processed The kind of object being processed depends on the type of the batch job.


getTargetId

String getTargetId()
The id of the target object being created or processed TODO: WORRY ABOUT SITUATIONS THAT ARE NOT ONE FOR ONE


getMessage

RichText getMessage()
Messages describing details of the status. Often left null if the status is that it is complete or successful.



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.