wt.ixb.conflictFramework
Interface ConflictFrameworkService

All Known Implementing Classes:
ConflictFrameworkServiceFwd, StandardConflictFrameworkService

public interface ConflictFrameworkService



Supported API: false

Extendable: false


Method Summary
 ImportSession doImportPreview(ImportSession session)
          

Supported API: false
 ImportSession doImportPreview(String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          Deprecated. Additional parameter WTContainerRef is required for 7.0
 ImportSession doImportPreview(WTContainerRef container, String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          

Supported API: false
 ImportSession doRealImport(ImportSession session)
          

Supported API: false
 ElementImportInfo saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          

Supported API: false
 

Method Detail

doImportPreview

public ImportSession doImportPreview(String name,
                                     String description,
                                     String cabinetName,
                                     Boolean overrideConflicts,
                                     String jarFileName,
                                     String rulesFileName)
                              throws WTException
Deprecated. Additional parameter WTContainerRef is required for 7.0



Supported API: false

Parameters:
name -
description -
cabinetName -
overrideConflicts -
jarFileName -
rulesFileName -
Returns:
ImportSession
Throws:
WTException

doImportPreview

public ImportSession doImportPreview(WTContainerRef container,
                                     String name,
                                     String description,
                                     String cabinetName,
                                     Boolean overrideConflicts,
                                     String jarFileName,
                                     String rulesFileName)
                              throws WTException


Supported API: false

Parameters:
container -
name -
description -
cabinetName -
overrideConflicts -
jarFileName -
rulesFileName -
Returns:
ImportSession
Throws:
WTException

doImportPreview

public ImportSession doImportPreview(ImportSession session)
                              throws WTException


Supported API: false

Parameters:
session -
Returns:
ImportSession
Throws:
WTException

doRealImport

public ImportSession doRealImport(ImportSession session)
                           throws WTException


Supported API: false

Parameters:
session -
Returns:
ImportSession
Throws:
WTException

saveElementImportInfo

public ElementImportInfo saveElementImportInfo(ImportSession session,
                                               ElementImportInfo elementImportInfo)
                                        throws WTException


Supported API: false

Parameters:
session -
elementImportInfo -
Returns:
ElementImportInfo
Throws:
WTException