atg.repository.loader
Interface Result

All Superinterfaces:
BatchElement

public interface Result
extends BatchElement

A JavaBean interface that describes a successful file/repository item operation.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from interface atg.repository.loader.BatchElement
ERROR_TYPE, RESULT_TYPE
 
Method Summary
 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.
 
Methods inherited from interface atg.repository.loader.BatchElement
getContainer, getElementType
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getSourcePath

java.lang.String getSourcePath()
Returns the path of the File that was processed.


getRepositoryId

java.lang.String getRepositoryId()
Returns the repository id of the processed item.


getItemDescriptorName

java.lang.String getItemDescriptorName()
Returns the descriptor name of the processed item.


getOperationType

atg.repository.loader.OperationType getOperationType()
The type of operation that was performed.