Uses of Class
wt.ixb.conflictFramework.ImportSession

Packages that use ImportSession
com.ptc.core.adapter.server.impl   
wt.ixb.conflictFramework   
 

Uses of ImportSession in com.ptc.core.adapter.server.impl
 

Methods in com.ptc.core.adapter.server.impl that return ImportSession
private  ImportSession PreviewImportWebjectDelegate._constructImportSession(Webject webject, String name)
           
 

Uses of ImportSession in wt.ixb.conflictFramework
 

Methods in wt.ixb.conflictFramework that return ImportSession
 ImportSession StandardConflictFrameworkService.doImportPreview(String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          Deprecated. Additional parameter WTContainerRef is required for 7.0
 ImportSession StandardConflictFrameworkService.doImportPreview(WTContainerRef container, String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          

Supported API: false
 ImportSession StandardConflictFrameworkService.doImportPreview(ImportSession session)
          This method performs Import Preview for existing (persisted) Import session.
 ImportSession StandardConflictFrameworkService.doRealImport(ImportSession session)
          This method actually imports objects into the system.
static ImportSession ImportSession.newImportSession()
          Default factory for the class.
 ImportSession EnvironmentConflictImportSession.getImportSession()
          Gets the object for the association that plays role: IMPORT_SESSION_ROLE.
 ImportSession EnvironmentConflict.getImportSession()
          Gets the object for the association that plays role: IMPORT_SESSION.
 ImportSession ElementImportInfoImportSession.getImportSession()
          Gets the object for the association that plays role: IMPORT_SESSION_ROLE.
 ImportSession ElementImportInfo.getImportSession()
          Gets the object for the association that plays role: IMPORT_SESSION.
 ImportSession ConflictFrameworkServiceFwd.doImportPreview(String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          Deprecated. Additional parameter WTContainerRef is required for 7.0
 ImportSession ConflictFrameworkServiceFwd.doImportPreview(WTContainerRef container, String name, String description, String cabinetName, Boolean overrideConflicts, String jarFileName, String rulesFileName)
          

Supported API: false
 ImportSession ConflictFrameworkServiceFwd.doImportPreview(ImportSession session)
          

Supported API: false
 ImportSession ConflictFrameworkServiceFwd.doRealImport(ImportSession session)
          

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

Supported API: false
 ImportSession ConflictFrameworkService.doImportPreview(ImportSession session)
          

Supported API: false
 ImportSession ConflictFrameworkService.doRealImport(ImportSession session)
          

Supported API: false
 

Methods in wt.ixb.conflictFramework with parameters of type ImportSession
 ImportSession StandardConflictFrameworkService.doImportPreview(ImportSession session)
          This method performs Import Preview for existing (persisted) Import session.
 ImportSession StandardConflictFrameworkService.doRealImport(ImportSession session)
          This method actually imports objects into the system.
 ElementImportInfo StandardConflictFrameworkService.saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          Clients should call this method to update ElementImportInfo with user-defined information.
private  IxbDocument StandardConflictFrameworkService.finalizeDoImport(ImportSession session, IxbDocument doc)
           
static void ImportSessionHelper.updateImportSessionByConflictInfo(ImportSession session, ExistObjConflictSet exObjConflictSet, IXBImpConflictSet otherConflictsSet)
          Transforms and stores information gathered during conflict check.
static ElementImportInfo ImportSessionHelper.findElementInfoBySessionAndFileId(ImportSession session, String fileId)
           
static Enumeration ImportSessionHelper.getAllElementInfos(ImportSession session)
           
static Enumeration ImportSessionHelper.getAllEnvironmentConflicts(ImportSession session)
           
static IxbDocument ImportSessionHelper.setInfoForActualImport(ImportSession session, IxbDocument fileXML)
          Helper method to be used by conflictFramework.
static File ImportSessionHelper.getJarFileForSession(File tempDir, ImportSession session)
          Gets jar file with import data (as stream) from Import session and stores it in temporary directory on server
protected  boolean ImportSession.readVersion(ImportSession thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void EnvironmentConflictImportSession.setImportSession(ImportSession importSession)
          Sets the object for the association that plays role: IMPORT_SESSION_ROLE.
static EnvironmentConflictImportSession EnvironmentConflictImportSession.newEnvironmentConflictImportSession(EnvironmentConflict environmentConflict, ImportSession importSession)
          Default factory for the class.
 void EnvironmentConflict.setImportSession(ImportSession a_ImportSession)
          Sets the object for the association that plays role: IMPORT_SESSION.
 void ElementImportInfoImportSession.setImportSession(ImportSession importSession)
          Sets the object for the association that plays role: IMPORT_SESSION_ROLE.
static ElementImportInfoImportSession ElementImportInfoImportSession.newElementImportInfoImportSession(ElementImportInfo elementImportInfo, ImportSession importSession)
          Default factory for the class.
 void ElementImportInfo.setImportSession(ImportSession a_ImportSession)
          Sets the object for the association that plays role: IMPORT_SESSION.
 ImportSession ConflictFrameworkServiceFwd.doImportPreview(ImportSession session)
          

Supported API: false
 ImportSession ConflictFrameworkServiceFwd.doRealImport(ImportSession session)
          

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

Supported API: false
 ImportSession ConflictFrameworkService.doImportPreview(ImportSession session)
          

Supported API: false
 ImportSession ConflictFrameworkService.doRealImport(ImportSession session)
          

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

Supported API: false