wt.ixb.conflictFramework
Class ConflictFrameworkServiceFwd

java.lang.Object
  extended bywt.ixb.conflictFramework.ConflictFrameworkServiceFwd
All Implemented Interfaces:
ConflictFrameworkService, RemoteAccess, Serializable

public class ConflictFrameworkServiceFwd
extends Object
implements RemoteAccess, ConflictFrameworkService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
ConflictFrameworkServiceFwd()
           
 
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
private static Manager getManager()
           
 ElementImportInfo saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ConflictFrameworkServiceFwd

public ConflictFrameworkServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

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

Specified by:
doImportPreview in interface ConflictFrameworkService
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

Specified by:
doImportPreview in interface ConflictFrameworkService
Parameters:
container -
name -
description -
cabinetName -
overrideConflicts -
jarFileName -
rulesFileName -
Returns:
ImportSession
Throws:
WTException

doImportPreview

public ImportSession doImportPreview(ImportSession session)
                              throws WTException


Supported API: false

Specified by:
doImportPreview in interface ConflictFrameworkService
Parameters:
session -
Returns:
ImportSession
Throws:
WTException

doRealImport

public ImportSession doRealImport(ImportSession session)
                           throws WTException


Supported API: false

Specified by:
doRealImport in interface ConflictFrameworkService
Parameters:
session -
Returns:
ImportSession
Throws:
WTException

saveElementImportInfo

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


Supported API: false

Specified by:
saveElementImportInfo in interface ConflictFrameworkService
Parameters:
session -
elementImportInfo -
Returns:
ElementImportInfo
Throws:
WTException