Uses of Class
wt.ixb.conflictFramework.ElementImportInfo

Packages that use ElementImportInfo
wt.ixb.conflictFramework   
 

Uses of ElementImportInfo in wt.ixb.conflictFramework
 

Methods in wt.ixb.conflictFramework that return ElementImportInfo
 ElementImportInfo StandardConflictFrameworkService.saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          Clients should call this method to update ElementImportInfo with user-defined information.
static ElementImportInfo ImportSessionHelper.findElementInfoBySessionAndFileId(ImportSession session, String fileId)
           
 ElementImportInfo ElementImportInfoImportSession.getElementImportInfo()
          Gets the object for the association that plays role: ELEMENT_IMPORT_INFO_ROLE.
static ElementImportInfo ElementImportInfo.newElementImportInfo()
          Default factory for the class.
 ElementImportInfo ConflictFrameworkServiceFwd.saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          

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

Supported API: false
 

Methods in wt.ixb.conflictFramework with parameters of type ElementImportInfo
 ElementImportInfo StandardConflictFrameworkService.saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          Clients should call this method to update ElementImportInfo with user-defined information.
 void ElementImportInfoImportSession.setElementImportInfo(ElementImportInfo elementImportInfo)
          Sets the object for the association that plays role: ELEMENT_IMPORT_INFO_ROLE.
static ElementImportInfoImportSession ElementImportInfoImportSession.newElementImportInfoImportSession(ElementImportInfo elementImportInfo, ImportSession importSession)
          Default factory for the class.
protected  boolean ElementImportInfo.readVersion(ElementImportInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 ElementImportInfo ConflictFrameworkServiceFwd.saveElementImportInfo(ImportSession session, ElementImportInfo elementImportInfo)
          

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

Supported API: false