public interface ImportManifest
| Modifier and Type | Method and Description | 
|---|---|
| void | commitNewIds()Once import has finished this method can be called to commit any new ids
 created during the import. | 
| java.util.Collection<java.lang.String> | getAffectedItemDescriptors(java.lang.String pRepositoryPath)Get the names of the item descriptors which are affected by this import
 for the repositroy at the given path. | 
| java.util.Collection<java.lang.String> | getAffectedRepositories()Get the Nucleus paths for repositories affected by the import | 
| java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> | getAffectedRepositoryIDs(java.lang.String pRepositoryPath)Get the IDs of items in the given repository keyed by item descriptor
 names. | 
| java.util.Collection<java.lang.String> | getAffectedRepositoryIDs(java.lang.String pRepositoryPath,
                        java.lang.String pItemDescriptorName)Get the IDs of items in the given repository and item descriptor. | 
| java.lang.String | getDefaultRepositoryPath()The path for the default repository for the import. | 
| atg.adapter.gsa.sqlimport.IndependentImportUnit | getSQL(atg.adapter.gsa.sqlimport.ParsedRepositoryItem pParsedItem,
      atg.adapter.gsa.sqlimport.OperationType pOpType)Generate SQLs for the given parsed item. | 
| int | getTotalOperationCount()Number of operations in this manifest | 
| Workspace | getWorkspace()Get the mutable development line used for this import | 
| void | reserveId(GSAItemDescriptor pGsaItemDescriptor,
         atg.repository.CompositeKey pNewId)Reserve the given id with the id generator of the give item descriptor | 
| void | setWorkspace(Workspace pWorkspace)Set the mutable development line to be used for the import | 
java.util.Collection<java.lang.String> getAffectedRepositories()
java.util.Collection<java.lang.String> getAffectedItemDescriptors(java.lang.String pRepositoryPath)
pRepositoryPath - java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getAffectedRepositoryIDs(java.lang.String pRepositoryPath)
pRepositoryPath - java.util.Collection<java.lang.String> getAffectedRepositoryIDs(java.lang.String pRepositoryPath,
                                                              java.lang.String pItemDescriptorName)
pRepositoryPath - pItemDescriptorName - java.lang.String getDefaultRepositoryPath()
Workspace getWorkspace()
int getTotalOperationCount()
void setWorkspace(Workspace pWorkspace)
pWorkspace - void commitNewIds()
                  throws atg.adapter.gsa.sqlimport.ImportException
ImportExceptionvoid reserveId(GSAItemDescriptor pGsaItemDescriptor, atg.repository.CompositeKey pNewId) throws atg.adapter.gsa.sqlimport.ImportException
pGsaItemDescriptor - pNewId - atg.adapter.gsa.sqlimport.ImportExceptionatg.adapter.gsa.sqlimport.IndependentImportUnit getSQL(atg.adapter.gsa.sqlimport.ParsedRepositoryItem pParsedItem,
                                                     atg.adapter.gsa.sqlimport.OperationType pOpType)
                                                       throws atg.adapter.gsa.sqlimport.ImportException
pParsedItem - pOpType - ImportException