wt.epm.ndi
Interface EPMNDGhostResolverDelegate

All Known Implementing Classes:
EPMNeutralDataImpl.GhostResolver, ProENDGhostResolverDelegate

public interface EPMNDGhostResolverDelegate


Field Summary
static int AUTO_RESOLVE
           
static int BEND
           
static int DEFAULT
           
static int DO_NOT_RESOLVE
           
static int IGNORE
           
 
Method Summary
 Collection getAutoResolveDocs()
           
 int getCADFinaleGhostResolutionOption(EPMNDDependency dep)
          Returns Ghost resolution type.
 int getCADGhostResolutionOption(String ghostName)
           
 boolean isServerSideIgnore(EPMNDDependency dep)
           
 

Field Detail

IGNORE

public static final int IGNORE
See Also:
Constant Field Values

BEND

public static final int BEND
See Also:
Constant Field Values

AUTO_RESOLVE

public static final int AUTO_RESOLVE
See Also:
Constant Field Values

DO_NOT_RESOLVE

public static final int DO_NOT_RESOLVE
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values
Method Detail

getAutoResolveDocs

public Collection getAutoResolveDocs()

getCADFinaleGhostResolutionOption

public int getCADFinaleGhostResolutionOption(EPMNDDependency dep)
                                      throws WTException
Returns Ghost resolution type. This type can not be overriden by EPM

Parameters:
dep -
Returns:
Throws:
WTException

getCADGhostResolutionOption

public int getCADGhostResolutionOption(String ghostName)

isServerSideIgnore

public boolean isServerSideIgnore(EPMNDDependency dep)
                           throws WTException
Throws:
WTException