wt.ixb.conflictFramework.conflictResolution
Interface IXConflictResolverIfc

All Superinterfaces:
IXConfiguredDelegateIfc
All Known Implementing Classes:
CreateBusinessEntityResolver, CreateCabinetResolver, CreateClassificationNodeResolver, CreateEPMAuthoringAppVersionResolver, createFolderResolver, CreateMeasurementSystemResolver, CreateQuantityOfMeasureResolver

public interface IXConflictResolverIfc
extends IXConfiguredDelegateIfc


Field Summary
 
Fields inherited from interface wt.ixb.conflictFramework.conflictResolution.IXConfiguredDelegateIfc
CLASS, DELEGATE, DELEGATE_XPATH, DELEGATES, ID, INIT_PARAMS, NAME, PARAM, VALUE
 
Method Summary
 String getId()
           
 ArrayList resolve(Object obj, IxbElement fileXML, Importer importer, Map map)
           
 
Methods inherited from interface wt.ixb.conflictFramework.conflictResolution.IXConfiguredDelegateIfc
init
 

Method Detail

getId

public String getId()

resolve

public ArrayList resolve(Object obj,
                         IxbElement fileXML,
                         Importer importer,
                         Map map)
                  throws Exception
Throws:
Exception