public interface Result extends BatchElement
A JavaBean interface that describes a successful file/repository item operation.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
ERROR_TYPE, RESULT_TYPE| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getItemDescriptorName()
Returns the descriptor name of the processed item. 
 | 
atg.repository.loader.OperationType | 
getOperationType()
The type of operation that was performed. 
 | 
java.lang.String | 
getRepositoryId()
Returns the repository id of the processed item. 
 | 
java.lang.String | 
getSourcePath()
Returns the path of the File that was processed. 
 | 
getContainer, getElementTypestatic final java.lang.String CLASS_VERSION
java.lang.String getSourcePath()
java.lang.String getRepositoryId()
java.lang.String getItemDescriptorName()
atg.repository.loader.OperationType getOperationType()