wt.ixb.conflictFramework.conflictResolution
Class CreateClassificationNodeResolver
java.lang.Object
wt.ixb.conflictFramework.conflictResolution.CreateClassificationNodeResolver
- All Implemented Interfaces:
- IXConfiguredDelegateIfc, IXConflictResolverIfc
- public class CreateClassificationNodeResolver
- extends Object
- implements IXConflictResolverIfc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private String id
CreateClassificationNodeResolver
public CreateClassificationNodeResolver()
init
public void init(Map config)
throws Exception
- Specified by:
init
in interface IXConfiguredDelegateIfc
- Throws:
Exception
getId
public String getId()
- Specified by:
getId
in interface IXConflictResolverIfc
resolve
public ArrayList resolve(Object object,
IxbElement fileXML,
Importer importer,
Map map)
throws WTException
- Specified by:
resolve
in interface IXConflictResolverIfc
- Throws:
WTException
createClassificationNode
private ClassificationNodeDefaultView createClassificationNode(IxbElement fileXML,
Importer importer)
throws WTException
- Throws:
WTException
getClassificationNodeDefaultViewByPath
private ClassificationNodeDefaultView getClassificationNodeDefaultViewByPath(String nodePath)
throws WTException
- Throws:
WTException
getClassificationStructDefaultView
private ClassificationStructDefaultView getClassificationStructDefaultView(String className,
String ibaPath)
throws WTException
- Throws:
WTException