wt.ixb.epm.handlers.forclasses
Class EPMLinkHandler

java.lang.Object
  extended bywt.ixb.epm.handlers.forclasses.EPMLinkHandler

public class EPMLinkHandler
extends Object


Field Summary
private  boolean ignored
           
private  Persistable roleAObj
           
private  Persistable roleBObj
           
 
Constructor Summary
EPMLinkHandler()
           
 
Method Summary
 Object findAmongExistingObjects(Class linkClass, IxbElement fileXML, Importer importer, String roleA, String roleB)
           
 Persistable getRoleAObjOfLink()
           
 Persistable getRoleBObjOfLink()
           
 boolean isIgnoreLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignored

private boolean ignored

roleAObj

private Persistable roleAObj

roleBObj

private Persistable roleBObj
Constructor Detail

EPMLinkHandler

public EPMLinkHandler()
Method Detail

findAmongExistingObjects

public Object findAmongExistingObjects(Class linkClass,
                                       IxbElement fileXML,
                                       Importer importer,
                                       String roleA,
                                       String roleB)
                                throws WTException
Throws:
WTException

isIgnoreLinks

public boolean isIgnoreLinks()
                      throws WTException
Throws:
WTException

getRoleAObjOfLink

public Persistable getRoleAObjOfLink()
                              throws WTException
Throws:
WTException

getRoleBObjOfLink

public Persistable getRoleBObjOfLink()
                              throws WTException
Throws:
WTException